Closed
Bug 4511
Opened 26 years ago
Closed 25 years ago
URGENT: Dynamic hiding and showing of content not working correctly.
Categories
(Core Graveyard :: GFX, defect, P3)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: ekrock, Assigned: vidur)
References
()
Details
URGENT: we want to use this demo in current builds at Internet World if
possible; we can't use M3/DP2 because of a different, now-fixed bug.
Compare display of this page in Gecko DP1 and 4/2 build and you'll see the
problem right away. When you mouseover the links on the opening page, all text
but the white highlighted text should be hidden, and some new subtext should
appear.
In 4/2, the subtext is not appearing, only the rectangular area, and *all* text
is hidden.
Reporter | ||
Comment 1•26 years ago
|
||
Tested in AppRunner. (We want to use Apprunner, not
Viewer, so people see a browser-like UI for the demo.)
Updated•26 years ago
|
Assignee: peterl → michaelp
Component: Style System → Compositor
Comment 2•26 years ago
|
||
Tweaked style change code to ensure that view changes (opacity & visibility)
propogate down the view heirarchy.
There are still several proplems with this page. First, the background DIVs are
rendering over the foreground text. This is most likely due to bad markup (the
bg divs follow the fg divs). But it seems setting z-index doesn't help things.
There also appear to be issues with the blender (at least on NT 16 bit colors).
Reporter | ||
Comment 4•26 years ago
|
||
Now there's a different problem; the elements don't show up on mouseover at
all. Filed another bug, 4715, on that today. Try the URL & you'll see.
this is a bug in the style system. vidur has a fix in his tree for it.
Updated•25 years ago
|
Assignee: michaelp → vidur
Comment 6•25 years ago
|
||
Reassigning to vidur, who supposedly has a fix in his tree.
Assignee | ||
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 7•25 years ago
|
||
Fixed a while ago. The test should work (albeit slowly).
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 8•25 years ago
|
||
Using 4/26 Apprunner on Win NT, verified fixed. When you mouseover the links,
all text is hidden and some new subtext displays.
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•