Issue Details (XML | Word | Printable)

Key: CODEBASE-187
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Blocker Blocker
Assignee: Jessie Keck
Reporter: Bess Sadler
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Blacklight Plugin

bookmarking seems to be broken in the latest code

Created: 25/Sep/09 12:35 PM   Updated: 25/Sep/09 07:18 PM
Component/s: None
Affects Version/s: 2.4
Fix Version/s: 2.4


 Description  « Hide
bookmarking seems to be broken in the latest
in the UVA version it seems to be working but it doesn't tell you it has bookmarked stuff
in the blacklightproject.org demo it doesn't work at all.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Jessie Keck added a comment - 25/Sep/09 07:18 PM
This was caused by a css issue in which the H3 element to the left of the button that contains the title had a fixed width of 650px. When the title was long enough the text would actually cover the button. The presence of the element itself, regardless of the length of the title, was making it impossible to click the button.

As a temporary fix I have modified the plugins css to accommodate this. However; I will modify the HTML at a later date to give us a more desirable solution.