Closed
Bug 267155
Opened 20 years ago
Closed 18 years ago
sometimes when i load the page the central table with contenent use a 100% width instead of the 85% setted in html code of the table
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: max, Unassigned)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1 In these page: http://www.phoenixweb.it/sitiweb.php http://www.phoenixweb.it/grafica-web.php http://www.phoenixweb.it/programmazione-web.php http://www.phoenixweb.it/consulenza.php When you load for the first time one of these page you will get a wrong width on the central table with the main contents. This go okey if you reload the page. This bug doesn't appear on mozilla. Reproducible: Always Steps to Reproduce: 1.load the page 2.reload the page to see the bug wouldn't appear again 3.load another page from the link above (first time again) and you will see again the bug Actual Results: wrong table width Expected Results: respect the code attribute
As you can see there is a big difference between the two visualization of the page.
Comment 5•19 years ago
|
||
This is an automated message, with ID "auto-resolve01". This bug has had no comments for a long time. Statistically, we have found that bug reports that have not been confirmed by a second user after three months are highly unlikely to be the source of a fix to the code. While your input is very important to us, our resources are limited and so we are asking for your help in focussing our efforts. If you can still reproduce this problem in the latest version of the product (see below for how to obtain a copy) or, for feature requests, if it's not present in the latest version and you still believe we should implement it, please visit the URL of this bug (given at the top of this mail) and add a comment to that effect, giving more reproduction information if you have it. If it is not a problem any longer, you need take no action. If this bug is not changed in any way in the next two weeks, it will be automatically resolved. Thank you for your help in this matter. The latest beta releases can be obtained from: Firefox: http://www.mozilla.org/projects/firefox/ Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html Seamonkey: http://www.mozilla.org/projects/seamonkey/
I'm sorry for your automated message! I can reproduce the bug again with the last version of firefox. I have studied the behaviour of the bug: This seems to be the result of a too fast rendering of the page while the code is still in loading. If the page is in cache, the bug doesn't appear! Infact the code is not loaded and rendering doen't commict any error. ISSUE: In another website that i have done, I correct this bug of visualization by adding an extra table row first of all and specify immediatly the width of each colunm. If i delete that row i will obtain a different visualization if the page is in the cache or if it's not. Bye! And Gooood Work to everybody!
Updated•18 years ago
|
Assignee: bross2 → nobody
Comment 7•18 years ago
|
||
Based on the links (which, surprisingly, still work), you're defining a width for the center table of 510. Gecko respects that width and doesn't fill the entire width of the center area. This is present in all recent version of Gecko and, presumably, was a bug in whatever version of Mozilla you used in attachment 164176 [details]. As a result, I'm closing this bug as INVALID since there is no bug present.Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•