Open
Bug 389496
Opened 18 years ago
Updated 3 years ago
Bad placement of absolute span inside of fixed span with display:inline-table
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: dholbert, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file, 2 obsolete files)
|
333 bytes,
text/html
|
Details |
Found this while editing testcases for bug 363729.
Steps to reproduce:
-------------------
- Load testcase.
- Resize window.
Observed behavior:
------------------
- Initial pageload shows "Inner" at coordinate (0,0), to upper-left of and on top of "Outer".
- The window resize triggers a reflow which moves "Inner" to right of "Outer"
Expected behavior:
------------------
- Initial pageload should place "Inner" to the right of "Outer".
(This would match FF 2.0 behavior, and it would be consistent with Trunk behavior after the window-resize)
| Reporter | ||
Comment 1•18 years ago
|
||
| Reporter | ||
Comment 3•18 years ago
|
||
| Reporter | ||
Comment 4•18 years ago
|
||
(set cellspacing / cellpadding to 0 in this version)
Attachment #273709 -
Attachment is obsolete: true
Attachment #274222 -
Attachment is obsolete: true
| Reporter | ||
Comment 5•18 years ago
|
||
(In reply to comment #0)
> (This would match FF 2.0 behavior, and it would be consistent with Trunk
> behavior after the window-resize)
>
Oops as it turns out, Firefox 2.0 doesn't support "display: table-inline", and trunk does, so they handled the first testcase differently for that reason.
The new testcase (attachment 274223 [details]), using an explicit table, exhibits the original "observed behavior" from Comment 0 in both trunk AND branch. (inner span jumps during the first window resize)
I'm assuming the original "Expected Behavior" is still correct, because that that's how both IE and Opera handle this testcase. (And even if they're wrong, we're definitely not right with our jumping span.)
| Reporter | ||
Comment 6•18 years ago
|
||
Removing regression and qawanted keywords, because it's not actually a regression and so we don't need to get a regression range. (as described in comment #5.)
Keywords: qawanted,
regression
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•