#8440 closed defect (fixed)
CurrencyTextBox: dollar sign disappears when clicking disabled textbox
Reported by: | sakura | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dijit - Form | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
If you click the disabled currency textbox in themeTester.html, the dollar sign will disappear (as though you are entering editing mode). The click should have no effect.
Change History (3)
comment:1 Changed 12 years ago by
Milestone: | 1.4 → 1.3 |
---|---|
Owner: | set to Douglas Hays |
comment:2 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
(In [16433]) Fixes #8440. The dijit focus manager is firing _onFocus and _onBlur unexpectedly when the widgets are disabled. I think the API contract with the focus manager should be investigated further. I added checks for this.disabled and return from the event handlers.