[Webkit-unassigned] [Bug 74864] New: There is additional space not belonged to a table between the table cells
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 19 07:59:54 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74864
Summary: There is additional space not belonged to a table
between the table cells
Product: WebKit
Version: 528+ (Nightly build)
Platform: PC
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: HTML DOM
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: vladimirvf at gmail.com
Created an attachment (id=119864)
--> (https://bugs.webkit.org/attachment.cgi?id=119864&action=review)
Html page with to reprocudee the issue and a video that demonstrates the issue
If a mouse cursor hovers between cells of the following table:
<head>
<title></title>
<style>
td
{
padding: 5px;
cursor: pointer;
border: solid 2px black;
}
</style>
</head>
<body>
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td>1</td>
<td>2</td>
</tr>
</table>
</body>
</html>
the cursor is not considered as hovered over the table (see the attached video).
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list