Closed
Bug 449555
Opened 16 years ago
Closed 16 years ago
Word-wrap should not affect single-line objects such as <input type="text">
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
People
(Reporter: oueki, Assigned: smontagu)
References
Details
(Keywords: css3, testcase)
Attachments
(2 files)
(deleted),
text/html
|
Details | |
(deleted),
patch
|
roc
:
review+
roc
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/2008080303 Minefield/3.1a2pre
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1a2pre) Gecko/2008080303 Minefield/3.1a2pre
Not every page-writer know when and which tag should apply the CSS "word-warp", some may use this one:
* { word-wrap: break-word;}
But single line tag, i.e. input tag in text mode or password mode, should never be applied this CSS.
Reproducible: Always
Comment 2•16 years ago
|
||
I agree that wrapping inside <input type="text"> doesn't make sense.
Status: UNCONFIRMED → NEW
Component: General → Layout: Form Controls
Ever confirmed: true
Keywords: testcase
Product: Firefox → Core
QA Contact: general → layout.form-controls
Summary: Word-warp should not be applied on single line object(i.e. input tag.) → Word-wrap should not affect single-line objects such as <input type="text">
Assignee | ||
Comment 3•16 years ago
|
||
Assignee: nobody → smontagu
Status: NEW → ASSIGNED
Attachment #332701 -
Flags: superreview?(roc)
Attachment #332701 -
Flags: review?(roc)
Attachment #332701 -
Flags: superreview?(roc)
Attachment #332701 -
Flags: superreview+
Attachment #332701 -
Flags: review?(roc)
Attachment #332701 -
Flags: review+
Assignee | ||
Comment 4•16 years ago
|
||
Pushed to mozilla-central. http://hg.mozilla.org/index.cgi/mozilla-central/rev/49f2c1c4bff4
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•16 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•