Bug 13101

Summary: REGRESSION (NativeTextField): Specifying word-wrap:break-word makes text field wrap
Product: WebKit Reporter: mitz
Component: FormsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: mrowe
Priority: P1 Keywords: Regression
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
URL: data:text/html,<input style="height: 3em; word-wrap: break-word;" value="This sentence should not wrap into the next line.">
Attachments:
Description Flags
Force the inner block to 'word-wrap:normal' adele: review+

Description mitz 2007-03-17 09:11:25 PDT
See URL. I am going to post a patch.
Comment 1 mitz 2007-03-17 09:14:22 PDT
Created attachment 13682 [details]
Force the inner block to 'word-wrap:normal'
Comment 2 Adele Peterson 2007-03-17 09:54:29 PDT
Comment on attachment 13682 [details]
Force the inner block to 'word-wrap:normal'

mitz, you rock!
Comment 3 Mark Rowe (bdash) 2007-03-18 16:57:48 PDT
Landed in r20298.