Open
Bug 457459
Opened 16 years ago
Updated 2 years ago
PAGE LOADING ERROR: The "MAIN CONTENT" table appears at the bottom leaving a giant white void.
Categories
(Core :: Layout, defect)
Tracking
()
NEW
People
(Reporter: anthony.clune, Unassigned)
References
()
Details
(Whiteboard: dupe of bug bug 425524 ?)
Attachments
(1 file)
(deleted),
text/html
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_4_11; en) AppleWebKit/525.18 (KHTML, like Gecko) Version/3.1.2 Safari/525.22
Build Identifier: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; en-US; rv:1.9.0.1) Gecko/2008070206 Firefox/3.0.1
Every other browser works with my website. I've experience this same problem on multiple machines setup with the newest firefox. Very frustrating because this a fundamental issue that is costing me $. I'm not a programmer just a designer, so I don't know how I would reverse engineer to fix this problem with your product.
Reproducible: Always
Steps to Reproduce:
1. visit http://tonkydesigns.com/wallstickers/index.html
2. observe
3.
Actual Results:
The "main content" window appears in totally the wrong place. leaving a horrible white void....
Expected Results:
is should have appeared in the correct intended place.
nothing else it would be good to hear how I could fix this... or for you to fix this..
anthony.clune@gmail.com
thanks!
Comment 1•16 years ago
|
||
>Every other browser works with my website.
Which browsers do you mean with other browsers besides safari ?
How about attaching a screenshot in bugzilla how it should look like ?
The page looks identical in Seamonkey trunk and IE7
Comment 2•16 years ago
|
||
Step 1.5: resize the window smaller than the content, so section including the images on the right side pops down below the left.
Component: General → Layout
Product: Firefox → Core
QA Contact: general → layout
Version: unspecified → 1.9.0 Branch
Comment 3•16 years ago
|
||
This happened for the first time on 28-29 Jan 2008 so it could be caused by bug 134706.
Blocks: 134706
Comment 4•16 years ago
|
||
Same issue as bug 425524, I think.
(In reply to comment #1)
> >Every other browser works with my website.
> Which browsers do you mean with other browsers besides safari ?
> How about attaching a screenshot in bugzilla how it should look like ?
>
> The page looks identical in Seamonkey trunk and IE7
Well, I did a test on browsercam... those all looked fine... I use firefox 2.0.0.1 this is fine... When using a white macbook (2 different maachines) and running the newest version of firefox, this problem occurs
Can someone please let me know the status????
My website look like garbage to everyone using your product (3.0.1)
That is over 45% of my traffic. I am losing money. Please!
Comment 7•16 years ago
|
||
The status is still unconfirmed because nobody analyzed your html and it's not sure if the bug is valid or this is a html error. I don't think this will be fixed in 3.0.X builds but it could be fixed with 3.1.
I suggest that you try to find a workaround.
Severity: critical → normal
Comment 9•16 years ago
|
||
(In reply to comment #7)
> The status is still unconfirmed because nobody analyzed your html and it's not
> sure if the bug is valid or this is a html error. I don't think this will be
> fixed in 3.0.X builds but it could be fixed with 3.1.
> I suggest that you try to find a workaround.
Ahem, Mathias. In comment 4, I pointed this out as a probable dupe of bug 425524. The only reason I didn't dupe it immediately is that in bug 425524, D. Baron seems to consider this a quirks mode bug and this particular site is running in standards mode.
In this particular site, there is left floated table using the 'align' attribute, the right 'column' is also a table, and drops when the window is not wide enough to contain the two tables side by side. Other browsers don't seem to do that.
Updated•16 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Whiteboard: dupe of bug bug 425524 ?
Comment 10•16 years ago
|
||
OK, meanwhile, the html for the site in the URL field has changed, and the 'bug' doesn't occur anymore.
From memory, it was something like this:
<table width="1200">...</table>
<table align="left" width="200">...</table>
<table width="980"><tr><td>content, this the table that drops</td></tr></table>
(I'll attach it to this bug next).
Comment 11•16 years ago
|
||
(this is from memory… , as explained in comment 8)
Updated•16 years ago
|
Attachment #341804 -
Attachment description: test case per comment 8 → test case per comment 10
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•