#5139 closed defect (fixed)
Combobox, etc: too wide on safari
Reported by: | bill | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit - Form | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
On Safari, see http://download.dojotoolkit.org/release-1.0.0/dojo-release-1.0.0/dijit/tests/test_Dialog.html for either the Dialog or the Tooltipdialog, the combobox and date text box fields are too wide. I suspect the width=100% on the <input> field (or the <td> containing it) makes it expand to the full 300px, thus making the table itself wider than the specified 300px.
Change History (2)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Tested with [11771] and it seems to be fixed with the table->div conversion.