Bug 19046 - Page covered in huge red rectangle
Summary: Page covered in huge red rectangle
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://politiken.dk
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-14 09:13 PDT by Morten Norby Larsen
Modified: 2022-08-18 13:15 PDT (History)
4 users (show)

See Also:


Attachments
Source file (created with Save As...) showing the problem (159.05 KB, text/html)
2008-05-14 09:26 PDT, Morten Norby Larsen
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Morten Norby Larsen 2008-05-14 09:13:03 PDT
Currently on http://politiken.dk , the page is covered by a huge red rectangle, while if rendered in Firefox, it look correct.
Comment 1 Morten Norby Larsen 2008-05-14 09:26:15 PDT
Created attachment 21126 [details]
Source file (created with Save As...) showing the problem

As the contents are likely to change, the saved sources are attached, hope they will still show the problem even if the site changes.
Comment 2 Marcus 2008-05-15 07:23:43 PDT
The problem seems to be caused by several nested <nobr> tags, like this:

<nobr>
<div class="box-head-color-forside">
<nobr>Webcam</nobr>
</div>
</nobr>

Without the duplicate pair of <nobr> tags the page is rendered correctly.
Comment 3 Ahmad Saleem 2022-06-02 20:45:30 PDT
I turned Comment 02 test case into JSFiddle - https://jsfiddle.net/1d348m6h/show and tried to render it in Safari 15.5 on macOS 12.4 and it is rendering same as other browsers like Chrome Canary 104 and Firefox Nightly 103. So I would assume that it got fixed along the lines and can now be marked as "RESOLVED CONFIGURATION CHANGED"? Thanks!