#8728 closed defect (fixed)
FontChoice: FilteringSelect gives warning style when you click away
Reported by: | haysmark | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.3.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
- Open test_Editor and scroll to the last Editor.
- Choose a font.
- Click the text in the Editor body. The Font chooser goes into the warning style
This is because a required=false FilteringSelect? accepts setValue(null) but not setValue() for the purpose of clearing the FilteringSelect?.
Attachments (1)
Change History (3)
Changed 13 years ago by
Attachment: | 8728.patch added |
---|
comment:1 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [16792]) Fixes #8728. Allow value = null or empty string to clear value in FilteringSelect?.
comment:2 Changed 11 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Fixes #8728. FilteringSelect? with required=false accepts setValue() in addition to setValue(null).