RESOLVED DUPLICATE of bug 63781 23678
Hit testing for links doesn't work correctly in the case of text-overflow:ellipsis
https://bugs.webkit.org/show_bug.cgi?id=23678
Summary Hit testing for links doesn't work correctly in the case of text-overflow:ell...
Jeremy Moskovich
Reported 2009-02-01 18:30:30 PST
Steps to reproduce: * Open the attached testcase. * Slowly move the mouse from the right border of the div towards the underlined link text. Expected result: * Nothing to the right of the start of the left edge of the ellipsis should be clickable. Actual result: * There is an area 3 or 4 pixels wide between the right side of the ellipsis and the rightmost border of the div that can be clicked on as it it where part of the link.
Attachments
Test Case (205 bytes, text/html)
2009-02-01 18:30 PST, Jeremy Moskovich
no flags
Jeremy Moskovich
Comment 1 2009-02-01 18:30:53 PST
Created attachment 27240 [details] Test Case
David Barr
Comment 2 2012-03-28 22:38:19 PDT
As described in 63781, the ellipsis shouldn't affect hit-testing. So in fact, the bug is that the ellipsis is not clickable rather than the presence of a clickable region to the right. "Ellipsing only affects rendering and must not affect layout nor dispatching of pointer events." http://www.w3.org/TR/2012/WD-css3-ui-20120117/#text-overflow *** This bug has been marked as a duplicate of bug 63781 ***
Note You need to log in before you can comment on or make changes to this bug.