Closed
Bug 384473
Opened 18 years ago
Closed 18 years ago
table overlaying table on Nascar.com
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: u88484, Unassigned)
References
()
Details
Attachments
(2 files)
For a good while now all the head2head columns on Nascar.com are all screwed up and the right portion of the screen is unreadable due to a table overlaying a table (I guess that is how you would describe it).
Link: http://www.nascar.com/2007/news/features/06/13/dearnhardtjr.head2head.jpate.maumann/index.html
This maybe related also (the special notice on the left hand side which has been like this for months on this site):
https://www.usaa.com/inet/ent_logon/Logon
Updated•18 years ago
|
Blocks: reflow-refactor
Comment 1•18 years ago
|
||
A regression range might be useful... (Ria?)
Comment 2•18 years ago
|
||
Ah, ok, regression from the reflow branch landing.
Comment 3•18 years ago
|
||
WFM. Kurt, can you try visiting the page with a Textframe-enabled build and see if the problem persists? I do my own trunk builds and I can't reproduce it, and my only thought is that I also have the new textframe enabled.
Comment 4•18 years ago
|
||
Yeah, this seems to indeed be fixed in the new-textrame builds.
Depends on: 367177
Yeah the nascar.com page is fixed in the new textframe builds but not the USAA page. If you click the [+] for the special message on the left hand side, it expands over the "benefits of membership" it used to push that column down or a long long time ago.
Comment 6•18 years ago
|
||
Minimized testcase would be nice ;)
I reduced it to pretty much as possible so someone can still be able to tell what the bug is.
Comment 8•18 years ago
|
||
The drop down seems to be transparent now :).
This has a quite different regression range: 2006-01-25 17 - 2006-01-26 09.
Comment 9•18 years ago
|
||
Ah, yeah, this is something that changed with the frame display lists bug (bug 317375)
But the older builds and branch are actually doing it wrong.
The attached testcase shows the difference.
Compare with branch and current trunk.
The yellow block should overlap over the green block, because it has a higher stack level.
See http://www.w3.org/TR/CSS21/visuren.html#z-index for what the rules are for that.
There was a bug in older builds that when you specified overflow:hidden/auto/scroll on the div, it suddenly got a higher stack level. Bug 317375 fixed that.
Comment 10•18 years ago
|
||
This is fixed now that the new textframe has landed.
I hope you find my explanation in comment 9 for the other issue you saw understandable enough.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•18 years ago
|
Flags: in-testsuite?
Reporter | ||
Comment 11•18 years ago
|
||
What does the in-testsuit flag mean? Sorry to ask but there isn't a list of flags with explanations anywhere like there used to be
Comment 12•18 years ago
|
||
There isn't? That's not good, I think there really should be something documented somewhere about it.
But if you hover over the "in‑testsuite" word, you should get this explanation:
"
Whether the bug has a testcase in the test suite or not. Set it to "testcase?" if the bug needs a testcase (only set this if the bug actually <em>needs</em> a testcase &mdash; not all bugs do, even layout bugs!), set it to "testcase+" if the bug has an appropriate testcase, and set it to "testcase-" if the bug doesn't need an explicit testcase (e.g. for code cleanup bugs). Only QA actively working on test cases in the component should use this keyword.
"
Reporter | ||
Comment 13•18 years ago
|
||
Ahh thanks I never even noticed that...must have been why I couldn't doubleclick to select "in-testsuite" to paste it in my comment. "Flags" used to be a link to a whole list.
You need to log in
before you can comment on or make changes to this bug.
Description
•