Ticket #5139 (closed defect: fixed)

Opened 13 months ago

Last modified 12 months ago

Combobox, etc: too wide on safari

Reported by: bill Owned by: doughays
Priority: normal Milestone: 1.1
Component: Dijit Version: 0.9
Severity: normal Keywords:
Cc:

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

Changed 12 months ago by doughays

  • status changed from new to closed
  • resolution set to fixed

Tested with [11771] and it seems to be fixed with the table->div conversion.

Note: See TracTickets for help on using tickets.