#10321 closed defect (fixed)
ComboBox prompt message stays after blur
Reported by: | Douglas Hays | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.4.0b |
Keywords: | a11y | Cc: | Becky Gibson |
Blocked By: | Blocking: |
Description
Run dijit/tests/form/test_ComboBox.html and focus the combobox near the end labelled "custom label function". Clear the value and tab away and then tab back, then tab away again. The prompt tooltip is still there. Seems to be caused by [20406].
Change History (2)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [20783]) Fixes #10321. Ensure tooltips are closed during _onBlur of ValidationTextBox? widgets. Added automated test.