Issue Details (XML | Word | Printable)

Key: MARK-66
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: David Chui
Reporter: David Chui
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Confluence Social Bookmarking Plugin

Labels field in bookmark create and edit stopped working in Confluence 2.8-m9-r3

Created: 26/Mar/08 09:43 PM   Updated: 26/Mar/08 11:36 PM
Component/s: User Interface
Affects Version/s: 1.1.2
Fix Version/s: 1.1.3
Security Level: public (Anyone can view the issue)

Time Tracking:
Not Specified

Issue Links:
Cloners
 

Labels:


 Description  « Hide
From Jonathan Nolen:
David or Shannon,

I tested this on Confluence EAP 2.8-m9-r3 and discovered that labels
are disabled on the add bookmark page. Probably something to do with
the UI changes in Confluence 2.8


 All   Comments   Work Log   Change History   FishEye   Crucible   Builds      Sort Order: Ascending order - Click to sort in descending order
David Chui added a comment - 26/Mar/08 11:36 PM
This is fixed. The cause of the problem was the change in includes/js/labels-editor.js.
labels-editor.js
var labelsShowing = $('labelsShowing');
    if (labelsShowing && labelsShowing.value == "true") {
        toggleLabels();
    }

The fix for MARK-62 stopped working for Confluence 2.8-m9-r3 because Confluence no longer expects a div with the ID labelsShowing. Confluence 2.8-m9-r3 expects the element with the ID labelsShowing to be an input field.