Bug 90181 - 1-pixel gap between td's with no borders
Summary: 1-pixel gap between td's with no borders
Status: RESOLVED DUPLICATE of bug 74864
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 525.x (Safari 3.2)
Hardware: All All
: P2 Minor
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-28 07:53 PDT by Ivan
Modified: 2012-07-30 11:23 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan 2012-06-28 07:53:14 PDT
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.
Comment 1 Arpita Bahuguna 2012-07-30 02:19:38 PDT
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?
Comment 2 Tony Chang 2012-07-30 11:23:30 PDT

*** This bug has been marked as a duplicate of bug 74864 ***