Closed Bug 1891 Opened 26 years ago Closed 25 years ago

Only a small part of a table cell responds to user events

Categories

(Core :: Layout: Tables, defect, P2)

x86
Windows 98
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: johan.a.eklund, Assigned: joki)

Details

In a left aligned table cell (width=600, 1 row, 2 cells) with no content except   only the leftmost 5 pixels or so of the cell respond to events like onMouseOver and onClick.
Assignee: buster → joki
Assigning to TP for initial investigation.
Setting all current Open/Normal to M4.
per leger, assigning QA contacts to all open bugs without QA contacts according to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Status: NEW → ASSIGNED
Target Milestone: M4 → M5
Not critical for M4 at this point, moving to M5
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Fixed. Attaching my test case. It should be noted that when crossing into those leftmost 5 pixels you get an additional mouseover event. This event is from the mouseover of the text and it bubbles up to the cell. This is intended behavior. Its easier to test this in viewer with visual debugging on as you can then see the size of the &nbsp <html> <head> <title>No events on table cell</title> </head> <body> <table width=600 border=1> <tr> <td onmouseover="dump('mouseover cell 1 from '+event.target+'\n');"> &nbsp </td> <td onmouseover="dump('mouseover cell 2 from '+event.target+'\n');"> &nbsp </td> </tr> </table> </body> </html>
Status: RESOLVED → VERIFIED
Using 4/26 Viewer, verified bug fixed.
You need to log in before you can comment on or make changes to this bug.