Closed
Bug 351483
Opened 19 years ago
Closed 19 years ago
Wrong page rendering (livejournal.com)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: didaio, Unassigned)
References
()
Details
Attachments
(4 files, 1 obsolete file)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1b2) Gecko/20060902 BonEcho/2.0b2
Page is rendering incorectly in FF2 beta2. Look at attachment.
Reproducible: Always
Comment 2•19 years ago
|
||
Which part are you complaining about? The fact that the tabs at the top don't have spacing above them anymore, or the fact that the div with the foreign text in it isn't displayed at all?
Adam, I told about white spaces after forms and tabs at the top don't
have spacing above them anymore.
Div with the foreign text isn't bug.
Updated•19 years ago
|
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.8 Branch
Comment 4•19 years ago
|
||
OK. So I am not going to sign up for livejournal.com just to reproduce this bug. Reporter, can you please File > Save as Webpage complete, make sure you can reproduce locally, zip it up and then attach it to the bug? Thanks.
Comment 6•19 years ago
|
||
The bug about the margins under the forms is bug 205732. There was a bug where we didn't render them properly; now we do.
As for the issue with the spacing above the navigational tabs, I can't figure that out since the page you attached didn't have the "Your settings have been saved" div in it.
Attachment #238179 -
Attachment is obsolete: true
Comment 8•19 years ago
|
||
I can't reproduce the issue with the spacing above the tabs on my system (Linux). Maybe it's Windows-only...
Comment 9•19 years ago
|
||
Comment 10•19 years ago
|
||
So I get it minimised to this.
In quirks mode, you get the 1em margin. I think this has changed when the margin-bottom:1em; rule of form has moved from forms.css to quirk.css
(In reply to comment #8)
> I can't reproduce the issue with the spacing above the tabs on my system
> (Linux). Maybe it's Windows-only...
Do you see difference between the quirks and standards testcase on trunk?
Comment 11•19 years ago
|
||
So is this INVALID, then?
Comment 12•19 years ago
|
||
Yes, something that changed with bug 41806.
(I got the impression you saw something else)
Comment 13•19 years ago
|
||
Well, there were two issues here:
1. There was more space below the <selects> in the <fieldset>. That was just because the page is using a margin that we're now showing that we didn't used to show.
2. The second issue is the one that you (Martijn) minimized involving the rendering of <form>s in quirks mode. I do, in fact, see this behavior in current trunk builds.
That said, this is INVALID. The site shouldn't be using using that margin on the <select> if they don't want it there, and they should use a DOCTYPE if they want to be rendered in standards mode. ->INVALID
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
OS: Windows XP → All
Hardware: PC → All
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•