Combobox: dropdown list too wide on Mail demo
In [10326], on FF2/mac demos/mail.html, the To/Subject? fields are narrow but the drop down is very wide. Screenshot attached.
Note: if there's a bug in Combobox (or code it uses) I want it fixed; it's not sufficient just to work around this problem in the Mail demo.
Attachments (1)
-
tooWide.png (15.2 KB) - added by bill 14 years ago.
-
still a little too wide. it's ok to be wide in order to accomodate the width of the text but i don't think that's the issue here?
Download all attachments as: .zip
Change History (12)
Owner: |
set to Douglas Hays
|
Owner: |
changed from Douglas Hays to haysmark
|
Owner: |
changed from haysmark to dante
|
Keywords: |
mail added
|
Owner: |
changed from dante to haysmark
|
Owner: |
changed from haysmark to dante
|
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Resolution: |
fixed
|
Status: |
closed →
reopened
|
Resolution: |
→ fixed
|
Status: |
reopened →
closed
|
Component: |
Dijit →
Dijit - Form
|
OK, Mark explained that the problem is that the mail demo does
but we aren't supporting the style tag on form elements (as per my request; it's not worth the effort). So let's change the demo to just have a size specified via a CSS rule. After #4250 is fixed (and also #3273 i guess) can maybe add a CSS rule like
or something like that.