Closed
Bug 354564
Opened 19 years ago
Closed 17 years ago
zap.co.il - style="display: 'none';"
Categories
(Tech Evangelism Graveyard :: Hebrew, defect)
Tech Evangelism Graveyard
Hebrew
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: d_ziv, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.7) Gecko/20060909 Firefox/1.5.0.7
The page is in Hebrew but it doesn't matter.
When the page is loaded, you (at least I) will see squares of information at the left side of the screen.
The squares shouldn't be there. They do not belong to that location on the screen and are hiding other info.
If you move the mouse over the squares, they vanish, one by one.
Reproducible: Always
Steps to Reproduce:
1. Load the page.
2. See the squares I wrote about in the Details section.
3. Move the mouse over the squares, see thet vanish
Expected Results:
the squares shouldn't be there.
Comment 1•19 years ago
|
||
The squares are there because the page author wanted them hidden, but instead of using the CSS keyword none (without quotes) in style="display:none;", he used the undefined quoted string 'none' in style="display:'none';". The CSS spec makes it very clear that if you don't recognize a value, you must ignore the declaration, not make a guess at what it probably was intended to be like IE does, so we show them until you mouse over, and then out, of them, when the javascript that correctly sets style.display='none' kicks in.
Assignee: nobody → hebrew
Component: General → Hebrew
Product: Firefox → Tech Evangelism
QA Contact: general → hebrew
Summary: Incorrect display of viewing this page and similar, always happen → zap.co.il - style="display: 'none';"
Comment 2•17 years ago
|
||
FIXED; I don't see anything like that in either Camino trunk or Firefox 2, and I was very careful to keep the mouse out of the frame during load.
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•