Closed
Bug 381910
Opened 18 years ago
Closed 18 years ago
rendering of uncached page is incorrect
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ck, Unassigned)
References
()
Details
Attachments
(1 file)
196.31 KB,
image/jpeg
|
Details |
User-Agent: Opera/9.21 (Windows NT 5.1; U; de)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
On the first load with empty cache, the Menu of the page is placed too far to the top. Reloading the page, opening firebug or clicking a link results in correct display.
Reproducible: Always
Steps to Reproduce:
1. clear the browser cache
2. navigate to the given url
3. not the incorrect display
Actual Results:
The menu is not where it should be. reloading the page solves the problem.
Expected Results:
The rendering should be correct.
Comment 2•18 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3
Can't reproduce this; in all cases I see the search box, even after clearing the cache before going to the URL.
(In reply to comment #2)
> Can't reproduce this; in all cases I see the search box, even after clearing
> the cache before going to the URL.
That's strange. I've seen this issue on 2.0.0.3 on Windows as well as on Linux on several machines. Firefox/1.5.0.10 shows the same issue. I also had this problem with a clean intall without any extensions or custom configuration.
Are there any ideas what might trigger such behaviour? I tried Firebug but it's useless in that case, because as soon as I open it, the page is rerendered and displays correctly.
I figured the problem out to be the banner lacking a height attribute. Therefore the menu was rendered while the banner had the dimension 0 but wasn't rerendered after the banner was loaded.
Comment 5•18 years ago
|
||
That sounds somewhat like expected behavior, but I'm not entirely sure. Do you see this problem on the trunk?
http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
(In reply to comment #5)
> That sounds somewhat like expected behavior, but I'm not entirely sure. Do you
> see this problem on the trunk?
>
> http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk
>
The issue seems to be fixed in the trunk.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 7•18 years ago
|
||
Changing resolution to WORKSFORME since we don't know what code change, if any, fixed this.
Resolution: FIXED → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•