Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 371515

Summary: [Link] Link Widget leads to ambiguous html IDs
Product: [RT] RAP Reporter: Nick Mussin <nmussin>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.5   
Target Milestone: 1.5 M7   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
shows ambiguous Link ids bug none

Description Nick Mussin CLA 2012-02-14 12:07:24 EST
Created attachment 210986 [details]
shows ambiguous Link ids bug

Link widgets write id attributes into the DOM for each occurring link (why btw?). The ids always start with 0 and are incremented for each link within a Link widget. Having multiple Link widgets on the same HTML page leads to ambiguous ids (see screenshot).

This ids should be prefixed with the unique widget-ID of the Link widget instance (or maybe completely removed from the DOM and instead managed internally?).
Comment 1 Ivan Furnadjiev CLA 2012-03-22 08:52:52 EDT
Fixed as suggested - link ids are prefixed with the widget id. Changes are in CVS HEAD.