Closed
Bug 2615
Opened 26 years ago
Closed 26 years ago
[PP]Jan22: Hidden attribute of CSS not rendering correctly.
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
M5
People
(Reporter: chrispetersen, Assigned: troy)
References
()
Details
Version: Viewer.app
Build: Friday Jan 22
Platform:Mac
Expected Result: Objects that have been assigned to be hidden by css should not
be displayed.
What I got: The objects are display as white opaque rectangles.
Steps to reproduce:
1) In Viewe.app, go to www.hotwired.com.
2) In the middle frame, notice that several white rectangles are displayed. They
overlap other content on the page.
3) These class objects are created in CSS and are using the visibility set to
hidden. See the example below:
.pu1odd { position: absolute; left: 327px; top: 18px; width: 120px; height:
144px; border: 1px none red; layer-background-color: #ccffcc; background-color:
#ccffcc; z-index: 5; visibility: hidden; padding-left: 3px; padding-right: 3px }
Reporter | ||
Comment 1•26 years ago
|
||
This only happens on the Mac.
Updated•26 years ago
|
Status: NEW → ASSIGNED
Updated•26 years ago
|
Summary: Hidden attribute of CSS not rendering correctly. → [PP] Hidden attribute of CSS not rendering correctly.
Comment 3•26 years ago
|
||
Adding [PP] tag
Summary: [PP] Hidden attribute of CSS not rendering correctly. → [PP]Jan22: Hidden attribute of CSS not rendering correctly.
Comment 6•26 years ago
|
||
per leger, assigning QA contacts to all open bugs without QA contacts according
to list at http://bugzilla.mozilla.org/describecomponents.cgi?product=Browser
Reporter | ||
Comment 8•26 years ago
|
||
Cannot reproduce problem in Apprunner (March 10th Mac Build). The page source has
changed and no longer contains these css objects.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → INVALID
Updated•26 years ago
|
Status: VERIFIED → REOPENED
Updated•26 years ago
|
Resolution: INVALID → ---
Updated•26 years ago
|
Status: REOPENED → ASSIGNED
Comment 10•26 years ago
|
||
I think that this bug has been closed a bit lightly. The page may have changed
but it doesn't mean that the bug went away. You can either recreate the HTML code
that shows the problem or ask someone to do it but please don't close a bug for
that reason.
Comment 11•26 years ago
|
||
I just did a search on "visibility: hidden" and got tons of hits for pages that
use it...can we find an alternative page that way? Like see
http://www.umaine.edu; it's drawing with some wierd blocky things, but I'm not
sure it's the same thing as was initially reported.
*Disclaimer: this is not my normal area, so I may be way off....*
Comment 12•26 years ago
|
||
CSS2 is not fully supported for M3. Moving to M4 milestone.
Updated•26 years ago
|
QA Contact: 4144 → 4110
Updated•26 years ago
|
Assignee: pierre → troy
Status: ASSIGNED → NEW
Target Milestone: M4 → M5
Comment 13•26 years ago
|
||
Pushed to M5.
I tested on Mac and Windows and they both display the same way the pages on
hotwired.com and umaine.edu (hotwired is correct, umaine is not).
Reassigning to troy since the problem on umaine.edu is cross-platform.
Status: NEW → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 14•26 years ago
|
||
The bug was reported against www.hotwired.com and that looks fine with the
latest build so I'm marking it WORKSFORME
If someone wants to open a _separate_ bug for umaine.edu then go ahead, but be
specific about what is wrong
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 15•26 years ago
|
||
Verifying bug WORKSFORME as a more specific test case is needed as stated in 4/7
comments.
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
•