Bug 18193 - incorrect display of content due to support noWrap attribute (maps to text-wrap: pre, or something similar)
Summary: incorrect display of content due to support noWrap attribute (maps to text-wr...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: http://music.sina.com.cn/shequ/c/coll...
Keywords: HasReduction, InRadar
Depends on:
Blocks:
 
Reported: 2008-03-28 15:13 PDT by jasneet
Modified: 2022-08-30 21:15 PDT (History)
8 users (show)

See Also:


Attachments
screenshot (203.76 KB, image/jpeg)
2008-03-28 15:13 PDT, jasneet
no flags Details
reduction (1.09 KB, text/html)
2008-03-28 15:14 PDT, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 2008-03-28 15:13:01 PDT
I Steps:
Go to 
http://music.sina.com.cn/shequ/c/collectusers.php

II Issue:
The content under center column navigation bar is displaying incorrectly.(is overlapping and has shifted downwards)

III Conclusion:
The text that overlaps belongs inside a <div> tag- text that is supposed to act as a marquee.  Because of the "noWrap" property in the <div>, IE and Opera do not list all of the contents of the contents.

HTML4.01 defines nowrap as a valid attribute in table cells, but it also regards it as a deprecated attribute.  http://bugs.webkit.org/show_bug.cgi?id=14523 describes a case where nowrap does not seem to be supported on table cells in strict mode, even though other browsers do support it.  I think this bug is about supporting nowrap for non-table cells (in this case for an ordinary block element).

IV Other browsers:
IE7: ok
FF3: not ok(FF2: not ok)
Opera9.24: ok

V Nightly tested: 31386
Comment 1 jasneet 2008-03-28 15:13:27 PDT
Created attachment 20167 [details]
screenshot
Comment 2 jasneet 2008-03-28 15:14:14 PDT
Created attachment 20168 [details]
reduction
Comment 3 Ahmad Saleem 2022-08-30 15:09:26 PDT
I am able to reproduce this behavior in Safari Technology Preview 152 and Firefox Nightly 106 using attached reduction where on Column 2, it shows an outline of text but in Chrome Canary 107 case, it just shows "broken image" icon.

I am going to leave this with same status but tag few "Webkit Engineers" to comment whether it is intended behavior or not. Thanks!
Comment 4 Radar WebKit Bug Importer 2022-08-30 21:15:19 PDT
<rdar://problem/99366173>