Closed
Bug 278787
Opened 20 years ago
Closed 19 years ago
Z-index, Layers, and Javascript don't seam to work.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: matt, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0 On my web site I have ads gernerated by Javascript and my menu which is also generated by Javascript. When my Javascript opens my menu the menu is supposed to have a z-index of 5. The problem is that the ad (which should have a z-index of 0) takes focaus from the menu and makes my menu dissapear. This does not happen in IE. Reproducible: Always Steps to Reproduce: 1.Go to the URL provided 2.Move the mouse over either "site Stuff" or "NES/SNES" to get the menu to apear 3.Try to select an option from the menu that is over the ad Actual Results: The add takes focaus over the Menu layer Expected Results: The menu layer should stay showing over the ad since it has a z-index of 5
Comment 1•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 Firefox/1.0+
| Reporter | ||
Comment 2•19 years ago
|
||
(In reply to comment #1) > WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 > Firefox/1.0+ Are you using the Japanese version of windows and/or trying to open file by double clicking it when it is inside a folder that has a japanese name in kanji/katana/hiragana?
| Reporter | ||
Comment 3•19 years ago
|
||
(In reply to comment #2) > (In reply to comment #1) > > WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 > > Firefox/1.0+ > > Are you using the Japanese version of windows and/or trying to open file by > double clicking it when it is inside a folder that has a japanese name in > kanji/katana/hiragana? Arg. posted into wrong page. This was meant for another thing.
| Reporter | ||
Comment 4•19 years ago
|
||
(In reply to comment #1) > WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050323 > Firefox/1.0+ I just installed Firefox 1.0.5 and am still havein this problem. Windows XP SP2. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.9) Gecko/20050711 Firefox/1.0.5
| Reporter | ||
Comment 5•19 years ago
|
||
Now using Firefox 1.0.6 and still haveing this issue. Can it pleased be fixed? How am I supposed to justify telling people to use Firefox over IE when FF does not work on my site but IE does?
I have the same issue in FF too.. and not just with your site.. I'm using on a drag and drop script on my site (not public yet), which sets the z-index of the element being dragged, above everything else. This works in IE6, but not in FF. I tried hard coding the z-index into the CSS, so that certain elements would always be on top, and still it does not work. When you drag the element, it goes above some items on the page and behind others, depending on the order that element was defined on the page. For example the top left table on the page will have a higher z-index than the bottom right, regardless of whether z-index is set.
Forgot to add this: User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6
| Reporter | ||
Comment 8•19 years ago
|
||
I am now using Deer Pack Beta 1 and it is working as expected
Comment 10•19 years ago
|
||
I get the expected results when trying the provided URL with Firefox 1.5 rv:1.8 build 20051116 under XP Pro SP2 here. So, because of/thanks to comments #8 and #9, I am Resolving as WORKSFORME
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•