Closed
Bug 233764
Opened 22 years ago
Closed 22 years ago
2 div elements. 1 with z-index 6. 2 with zindex 10. 2 is smaller than 1. 2 will block image map events at the bottom and to right of div 2. not top or left.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: jnielsen, Unassigned)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6a) Gecko/20031029
If you create to DIV elements A and B. A is much larger than B. B z-index makes
it display over A. Inside A you have an image with a corresponding image map. B
also has an image but no map. You have events at the 8 directions. top-left,
top-middle, top-right, left, right, bottom-left, bottom-middle, bottom-right.
All events operate accept the bottom-middle, bottom-right, and right. Its as if
the drawing of div elemnt B continues to the right and down to the bottom of the
page making it not possible to reach the image map on A. This page works fine in
IE 6. It is not yet available on the internet.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1•22 years ago
|
||
Please attach the page to this bug using
http://bugzilla.mozilla.org/attachment.cgi?bugid=233764&action=enter
Your description is far too vague to attempt to produce a testcase based on it....
This is not a bug. It was an error in the page DIV element attributes.
The author had the width and height set to 100% on the overlaying div element.
Hardcoding the pixel size in resolved the issue.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Comment 3•21 years ago
|
||
*** Bug 262360 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•