| Summary: | Selection events with RWT.HYPERLINK detail may have incorrect text value | ||
|---|---|---|---|
| Product: | [RT] RAP | Reporter: | Tim Buschtoens <tbuschto> |
| Component: | RWT | Assignee: | Project Inbox <rap-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken.lee, tbuschto |
| Version: | 2.1 | ||
| Target Milestone: | 2.1 RC1 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Tim Buschtoens
We could revert commit acf5a6e10b0827b739f04f8212134d3c2b49ebfb, fix the javscript tests and document this quirk in the javadoc and developers guide, and possibly keep this bug open. We could also allow an additional attribute like "_rwt_href" to overwrite "href", or we could just duplicate all "href" attributes to such an attribute using regular expressions on the client. Reverted commit acf5a6e10b0827b739f04f8212134d3c2b49ebfb with commit 5eb8eb7b557edc117e207b722fc21a4e76d6e441. Also updated JavaDoc and fixed javaScript tests in commit 042f84e478d90b30053ff39dcae885e2ece01c0a. This means that the "href" attribute in markup hyperlinks is now once again only suited for URLs. If someone complains we can still implement the approach of supporting an additional attribute to overwrite the href value in the Selection event. |