| Summary: | [JavaDoc] Update RWT.HYPERLINK JavaDoc | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Chris Fairhall <chris> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | 2.3 | ||
| Target Milestone: | 3.0 M4 | ||
| Hardware: | PC | ||
| OS: | Windows 8 | ||
| Whiteboard: | |||
|
Description
Chris Fairhall
(In reply to comment #0) > Is this because Label's don't usually produce SWT.Selection events? > If that's the case and this is by-design then perhaps the Javadoc for > RWT.HYPERLINK should be updated, as it implies it covers all A tags. Exactly. This is by design. As Label/CLabel do not fire Selection event, _rwt target on the link is not handled differently. Mark this bug as enhancement to update the JavaDoc as suggested. By reading the RWT.HYPERLINK JavaDoc again, I think it's perfectly clear that it's "used as detail information on a selection event" and could be used only on widgets that fire *selection* event. Fixed with change https://git.eclipse.org/r/#/c/36556/ |