Bug 90181
Summary: | 1-pixel gap between td's with no borders | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ivan <ivpolyakov> |
Component: | Tables | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Minor | CC: | arpitabahuguna, jchaffraix, rniwa, tony |
Priority: | P2 | ||
Version: | 525.x (Safari 3.2) | ||
Hardware: | All | ||
OS: | All |
Ivan
When binding onmouseover/onmouseout to a table row, there is a 1-pixel gap between td's where the events are triggered as if the cursor has left the row. Inspecting the element under the 1-pixel gap reports the table rather than the td or tr. Example: http://jsfiddle.net/timmywil/EQWhM/2/
This behaviour is seen both in Safari and Chrome, and is semantically incorrect as the cursor does never leave the row. IE and Firefox handle the above example correctly.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Arpita Bahuguna
This issue seems to be similar to https://bugs.webkit.org/show_bug.cgi?id=74864 and can perhaps be marked a duplicate of it?
Tony Chang
*** This bug has been marked as a duplicate of bug 74864 ***