Bug 18193

Summary: incorrect display of content due to support noWrap attribute (maps to text-wrap: pre, or something similar)
Product: WebKit Reporter: jasneet <jasneet>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, ap, bfulgham, jasneet, mmaxfield, simon.fraser, webkit-bug-importer, zalan
Priority: P2 Keywords: HasReduction, InRadar
Version: 525.x (Safari 3.1)   
Hardware: PC   
OS: Windows XP   
URL: http://music.sina.com.cn/shequ/c/collectusers.php
Attachments:
Description Flags
screenshot
none
reduction none

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>