#16473 closed defect (fixed)
[regression] _HasDropDown requires a focusNode
Reported by: | freddefisk | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.3 |
Component: | Dijit | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The _HasDropDown.postCreate method throws an exception if focusNode is not defined. This was not the case in 1.7. Here is a jsfiddle to reproduce the error: http://jsfiddle.net/s7aaX/
Try changing the version in the drop down to 1.8.1 and check the error log.
Note: See
TracTickets for help on using
tickets.
Thanks, I'll fix.
FYI, my tests against 1.7 (I modified your fiddle a bit) show that if this.focusNode wasn't defined, the drop down worked via mouse (and presumably touch event), but not via keyboard.