Closed Bug 124247 Opened 24 years ago Closed 20 years ago

toggling the visibility of an element is buggy if it's position is set to fixed.

Categories

(Core Graveyard :: GFX, defect, P2)

PowerPC
macOS

Tracking

(Not tracked)

RESOLVED WORKSFORME
Future

People

(Reporter: scott, Assigned: kmcclusk)

References

()

Details

(Keywords: dom0, testcase)

A hidden DIV will not show if it is set with position:fixed, but only if you directly roll on to the link that triggers it. If you roll off a link and immediately on to another one, it works. This is hard to explain clearly - hopefully the simplified test case will make the problem clear: http://www.dreamingamerica.com/bugzilla/pos_fixed/
worksforme on the testcase, linux build 2002-02-07-07. Is this mac-only? Scott, what build are you using?
Comments from reporter in email: I have heard that this does not happen on Windows, so I suspect it very well could be a Mac only issue. I am using Mozilla 0.9.8, build ID 2002020405
Another test case that does not work (with linux build 2002031008): <table id="t1" style="position: relative;"><td>111</table> <table id="t2" style="position: relative;"><td>222</table> <script> document.getElementById("t1").style.visibility = "hidden"; document.getElementById("t2").style.visibility = "hidden"; </script> t2 is hidden as expected but t1 isn't.
QA Contact: madhur → rakeshmishra
buildid: 2002041712, mac os X. I see the behavior described by reporter.
Confirmed using Mac/2002052305 (1.0).
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: dom0, testcase
If this is platform-specific, it's a painting problem, most likely....
Assignee: joki → kmcclusk
Component: Event Handling → GFX Compositor
QA Contact: rakeshmishra → petersen
Priority: -- → P2
Target Milestone: --- → Future
This bug is targeted at a Mac classic platform/OS, which is no longer supported by mozilla.org. Please re-target it to another platform/OS if this bug applies there as well or resolve this bug. I will resolve this bug as WONTFIX in four weeks if no action has been taken. To filter this and similar messages out, please filter for "mac_cla_reorg".
OS: Mac System 9.x → MacOS X
WFM Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8) Gecko/20051107 Firefox/1.5
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.