Closed
Bug 266715
Opened 20 years ago
Closed 20 years ago
Menus display incorrectly (position:absolute table inside position:relative table)
Categories
(Core :: Layout: Positioned, defect)
Tracking
()
People
(Reporter: jkonecny, Unassigned)
References
()
Details
(Keywords: testcase)
Attachments
(4 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Visit http://www.epicor.com. Hover over the menu at the top "Products Services
Partners etc..." The menu does not display correctly. Works in IE.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.epicor.com.
2. Hover over the menu at the top "Products Services Partners etc..."
3.
Actual Results:
The menu does not display correctly.
Expected Results:
The menus should display like they do in IE.
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
Comment 3•20 years ago
|
||
I submitted the difference between the 1.7.4 and recent 1.8a5 builds as bug 266850.
Comment 4•20 years ago
|
||
part of menu only with 2 gifs from original uri and the css which applies.
Comment 5•20 years ago
|
||
missed to adjust URLs in JS
Comment 6•20 years ago
|
||
Further reduced testcase for the submenu positioning problem (still involves
three nested tables; no JS required).
In Safary (and presumably Win/IE as well), the third table (containing the
links) is rendered undernieth the top-level table. In Firefox, it overlapps it.
I don't have time to attach screenshots - sorry.
Updated•20 years ago
|
Attachment #163971 -
Attachment description: further resuced testcase → further reduced testcase
Comment 7•20 years ago
|
||
Layout bugs like this tend to be dupes, so not confirming yet. CC'ing bzbarsky
instead.
Also added some technical info to summary.
Assignee: general → nobody
Component: Browser-General → Layout: R & A Pos
Keywords: testcase
QA Contact: general → core.layout.r-and-a-pos
Summary: Menus display incorrectly → Menus display incorrectly (position:absolute table inside position:relative table inside "normal" table)
![]() |
||
Comment 8•20 years ago
|
||
Uri, if there is no equivalent testcase on bug 63895, could you add this one there?
*** This bug has been marked as a duplicate of 63895 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Comment 9•20 years ago
|
||
No, this is pretty much equivalent to testcase #1 in bug 63895.
The outermost table in my testcase is actually unnecessary, and the innermost
one can be replaced by a div.
Summary: Menus display incorrectly (position:absolute table inside position:relative table inside "normal" table) → Menus display incorrectly (position:absolute table inside position:relative table)
You need to log in
before you can comment on or make changes to this bug.
Description
•