Closed
Bug 392663
Opened 18 years ago
Closed 18 years ago
Table-cells changing in width when focusing link
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Assigned: roc)
References
()
Details
(Keywords: regression, testcase, Whiteboard: [depends on 389666][dbaron-1.9:RwCt])
Attachments
(2 files)
See testcase, the width of the table cells change a bit when the link in the table cell is focused:
Before link focus:
td[0].offsetWidth: 805px
td[1].offsetWidth: 32px
td[2].offsetWidth: 579px
After link focus:
td[0].offsetWidth: 803px
td[1].offsetWidth: 32px
td[2].offsetWidth: 581px
This regressed between 2007-06-20 and 2007-06-21, I think a regression from bug
| Assignee | ||
Updated•18 years ago
|
Flags: blocking1.9?
Comment 1•18 years ago
|
||
(In reply to comment #0)
> This regressed between 2007-06-20 and 2007-06-21, I think a regression from
> bug
...?
| Reporter | ||
Comment 2•18 years ago
|
||
Oops, I think a regression from bug 367177.
Comment 3•18 years ago
|
||
Posting a reduced version of first testcase. This one incorrectly places a linebreak in the <nobr> region ("b c") after the focus occurs.
Also, this isn't just specific to focus -- you can get the same effect with
document.links[0].textContent += "";
instead of
document.links[0].focus();
| Assignee | ||
Updated•18 years ago
|
Assignee: nobody → roc
Flags: blocking1.9? → blocking1.9+
| Assignee | ||
Updated•18 years ago
|
Whiteboard: [depends on 389666]
Whiteboard: [depends on 389666] → [depends on 389666][dbaron-1.9:RwCt]
| Assignee | ||
Comment 5•18 years ago
|
||
Fixed by checkin for bug 389666.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
You need to log in
before you can comment on or make changes to this bug.
Description
•