#6003 closed defect (fixed)
textbox size regression after applying [12703]
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Run dijit/tests/form/test_validate.html
The Age field has a class="small" and should be shorter than normal.
After applying [12703], the class="small" is now ignored.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
The class="small" isn't copied to the generated DOM, but not sure why.
comment:3 Changed 13 years ago by
Owner: | changed from bill to Douglas Hays |
---|
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
The width:3em is being ignored.