| Summary: | [Link] Link Widget leads to ambiguous html IDs | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Nick Mussin <nmussin> | ||||
| Component: | RWT | Assignee: | 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: |
|
||||||
Fixed as suggested - link ids are prefixed with the widget id. Changes are in CVS HEAD. |
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?).