Closed
Bug 29042
Opened 25 years ago
Closed 25 years ago
temp problem: page has a big blank in the middle until reload is pressed
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
VERIFIED
WORKSFORME
People
(Reporter: hankin, Assigned: karnaze)
References
()
Details
I'm using build 2000022216(windows)
this happens on linux(M13) too.
visit http://www.consult.com.au/index.shtml
there'll be a big blank white bit where the web page should be,
but it goes away when you press reload.
this site works fine in 4.72 and IE5
also in bugzilla, in the add a bug page under component, all the components are
listed twice.
I think this can be filed under the "dreadful input" category: the little
section that is screwing up has the following structure ([] in place of greater
than and less than... also attributes of things have been left off..)
[ul]
[p]
[table]
[tr]nbsp[/tr]
[tr]
[td]
[ul]
[font]
[font][b]...[/b][/font]
[font],[b]...[/b]
[p]
...
[/font]
[/ul]
[/td]
[/tr]
[/table]
[p]
[/ul]
Also, near the top of the source is a non-breaking-space -- missing the ";". I
don't know how well this gets handled: [td width=0] [/td]
(many of the links have 'style="text-decoration: none;"' in them as well -- is
*that* standard? :)
It is a wonder any of it gets rendered. :)
Comment 2•25 years ago
|
||
seems to have been fixed, works now. marking worksforme on m15 nightly build
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•