#4711 closed defect (fixed)
ValidationTextBox: width expands when type too much (IE)
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On IE, if you type too much in a ValidationTextBox? the width of the textbox will actually increase past the width specified via style="width: 100px" or indirectly via a CSS rule. See test_validate.html for an example.
Probably need to use an expression to set the width of the <input>. Attaching reference implementation using expression and <div> rather than <table> although not sure it's the best way to solve the problem.
Attachments (2)
Change History (9)
Changed 13 years ago by
Attachment: | input.html added |
---|
comment:1 Changed 13 years ago by
The same behavior occurs with comboBox - the width of the text field expands to fit the entry. This is most noticable on the first combobox on test_combobox.html when the font size is large.
comment:2 Changed 13 years ago by
Owner: | set to bill |
---|---|
Status: | new → assigned |
comment:4 Changed 13 years ago by
Owner: | changed from bill to Douglas Hays |
---|---|
Priority: | normal → high |
Status: | assigned → new |
comment:5 Changed 13 years ago by
Status: | new → assigned |
---|
Changed 13 years ago by
Attachment: | 4711.patch added |
---|
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:7 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
example using expression