Closed
Bug 289381
Opened 20 years ago
Closed 20 years ago
Image overlaps with form on google adsense login page (right hand side)
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: mishj, Assigned: bugzilla)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.6) Gecko/20050317 Firefox/1.0.2 In the page at https://www.google.com/adsense/?hl=en_US&sourceid=aso&subid=us-et-ads the image and Click here to apply button should line up, and be separated from the next column on the right by a greyed dotted line. In Firefox, the image overlaps the login form. I suspect a difference between the handling of tables and/or forms Reproducible: Always Steps to Reproduce: 1. Just go to the webpage in firefox 2. And then go to it in IE 3. Look at the difference!! :-) Actual Results: Image overlapped form on right hand side of page Expected Results: Laid out table/form correctly I recognise that there is an error in the html see below, but this is google!! And also at least the way that IE handles this situation looks ok - whereas Firefoxes doesnt look ok. I checked the page for html errors, and its clear that there are errors in the html - however I suggest that if a form starts in the middle of a table,and is followed by a <td> Firefox should "pretend" that the <td> was before the <form> tag like IE does line 1 column 96 - Warning: discarding unexpected <head> line 552 column 381 - Warning: missing <td> line 552 column 412 - Warning: discarding unexpected <td> line 552 column 381 - Warning: missing </form> line 552 column 1400 - Error: discarding unexpected </form> line 552 column 2579 - Warning: <form> isn't allowed in <table> elements line 552 column 2644 - Warning: missing </form> before <tr> line 552 column 2704 - Warning: inserting implicit <table> line 552 column 3072 - Error: discarding unexpected </form> line 552 column 2644 - Warning: missing </form> line 552 column 3089 - Error: discarding unexpected </center> line 552 column 2579 - Warning: <br> isn't allowed in <table> elements line 552 column 2579 - Warning: <div> isn't allowed in <table> elements line 552 column 2579 - Warning: <ul> isn't allowed in <table> elements line 552 column 3559 - Error: discarding unexpected </td> line 552 column 3565 - Warning: missing <tr> line 552 column 3677 - Warning: <form> isn't allowed in <table> elements line 552 column 3755 - Warning: missing </form> before <tr> line 552 column 3857 - Warning: inserting implicit <table> line 561 column 401 - Error: discarding unexpected </form> line 552 column 3755 - Warning: missing </form> line 561 column 957 - Error: discarding unexpected </td>
Comment 1•20 years ago
|
||
This works same for me in Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050406 Firefox/1.0+ and ie6.
Component: General → Layout
Product: Firefox → Core
Version: unspecified → 1.7 Branch
Comment 2•20 years ago
|
||
wfm with Mozilla/5.0 (Windows; U; Windows NT 5.2; de-DE; rv:1.8b2) Gecko/20050404 Reporter: Please tetest with a recent trunk build. FF1.0.X is old
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•20 years ago
|
||
It turns out this is due to the BetterSearch Extension so this bug has been reported to the appropriate coder
Whiteboard: It turns out this is due to the BetterSearch Extension so this bug has been reported to the appropriate coder
| Reporter | ||
Comment 4•20 years ago
|
||
This is google adsense login page that shows the problem
| Reporter | ||
Updated•20 years ago
|
Attachment #179958 -
Flags: review+
| Reporter | ||
Comment 5•20 years ago
|
||
When firefox has the bettersearch extension the yahoo search page results table format is thrown out too
Updated•20 years ago
|
Whiteboard: It turns out this is due to the BetterSearch Extension so this bug has been reported to the appropriate coder
| Reporter | ||
Comment 6•20 years ago
|
||
This was caused by BetterSearch extension, and has been reported to the coder concerned
You need to log in
before you can comment on or make changes to this bug.
Description
•