Bug 14233 - Overlapping elements on cbronline.com because <form> is pulled out of <table>
Summary: Overlapping elements on cbronline.com because <form> is pulled out of <table>
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://www.cbronline.com/article_news...
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2007-06-19 12:15 PDT by mitz
Modified: 2022-08-30 09:30 PDT (History)
1 user (show)

See Also:


Attachments
Reduction (340 bytes, text/html)
2007-06-19 12:22 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2007-06-19 12:15:58 PDT
Near the bottom of the page in the URL, the list of newsletter is overlapping other content. The reduction shows that the root cause is that WebKit pulls the <form> out of the <table>. Firefox doesn't, and consequently lays out the page without the overlap.
Comment 1 mitz 2007-06-19 12:22:25 PDT
Created attachment 15121 [details]
Reduction
Comment 2 Ahmad Saleem 2022-08-30 09:30:55 PDT
I am unable to reproduce this bug in Safari Technology Preview 152 using attached test case because it reports same as other browsers (Chrome Canary 107 and Firefox Nightly 106).

<div><form></form></div><table></table>

Since all browsers are matching, I am going to close this.