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

Bug 412406

Summary: In a MARKUP_ENABLED table, clicking on the link with img tag in a tag will not trigger selection event
Product: [RT] RAP Reporter: David Song <micromms>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: wrobelchristian
Version: 2.2   
Target Milestone: 2.2 M1   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description David Song CLA 2013-07-05 09:34:53 EDT
Hi,
In a MARKUP_ENABLED table, clicking on the link with img tag in a tag will not trigger selection event.

selection event can be triggered well when a text in a tag like that:

<a href="do something" target="_rwt">Do Something</a>

but I try to replace the text "Do Something" to a image like this:

<a href="do something" target="_rwt"><img src="img url" width="20" height="20" style="padding-right:5px"></a>

selection event can not be triggered, and browser go forward to the link http://.../dosomething

Regards
David
Comment 1 Ivan Furnadjiev CLA 2013-07-23 03:16:20 EDT
Fixed with commit d275a4d19da74b66b583daaa43b50b3d46e261e6.
Comment 2 Ivan Furnadjiev CLA 2013-07-29 03:11:22 EDT
Fix javascript error when dragging the scrollbars with commit 09bd527489aa20294298eba05ea63fb33fced689.