Opened 11 years ago

Closed 10 years ago

#342 closed defect (fixed)

incorrect meta data view

Reported by: keeloo Owned by: Sander Maijers
Priority: minor Milestone: VLO-3.0
Component: VLO web app Version:
Keywords: meta data rendering Cc: teckart, Sander Maijers

Description

Depending on the search term, meta data is not displayed correctly. For example, if you click 'show CMDI metadata' after searching 'erec en prose', field descriptions and values are displayed at more or less the same area. Searching 'erec', selecting 'erec en prose' and clicking the link, results in a correct layout of the data. See attachment. The data should be displayed correctly, independent of the query string.

Attachments (2)

erec en prose.png (23.6 KB) - added by keeloo 11 years ago.
incorrect meta data display
erec.png (25.3 KB) - added by keeloo 11 years ago.
correct meta data display

Download all attachments as: .zip

Change History (10)

comment:1 Changed 11 years ago by DefaultCC Plugin

Cc: teckart added

Changed 11 years ago by keeloo

Attachment: erec en prose.png added

incorrect meta data display

Changed 11 years ago by keeloo

Attachment: erec.png added

correct meta data display

comment:2 Changed 11 years ago by sanmai

Owner: changed from keeloo to sanmai
Status: newaccepted

comment:3 Changed 11 years ago by sanmai

Resolution: fixed
Status: acceptedclosed

comment:4 Changed 11 years ago by keeloo

Resolution: fixed
Status: closedreopened

comment:5 Changed 11 years ago by knappen

Still present in the VLO 2.16 beta version. I applied diff to the HTML sources of the two pages and the suspect is

Wicket.Event.add(window, "domready", function(event) { var wcall=wicketAjaxGet('?wicket:interface=:8:prevNextHeader::IBehaviorListener:0:',function() { }.bind(this),function() { }.bind(this), function() {return Wicket.$('id8a') != null;}.bind(this));;});

from erec where the erec en prose version has [...]?wicket:interface=:11::prevNextHeader::IBehaviorListener:0:[...]

It is just 8 vs 11 after interface=:

comment:6 Changed 10 years ago by Sander Maijers

Owner: changed from sanmai to Sander Maijers
Status: reopenedassigned

comment:7 Changed 10 years ago by Sander Maijers

Cc: Sander Maijers added; sanmai removed

comment:8 Changed 10 years ago by Twan Goosen

Milestone: VLO-3.0
Resolution: fixed
Status: assignedclosed

Fixed in 3.0, e.g. erec en prose and erec

Note: See TracTickets for help on using tickets.