#7754 closed defect (worksforme)
dijit.form._FormWidget._onFocus interferes with button clicks in IE
Reported by: | mcbenton | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.2beta |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
<button dojoType="dijit.form.Button" type="button">Click Me</button>
Using rev 15345, in IE (6 and 7) the dijit.scrollIntoView() that gets called in _onFocus() seems to prevent the "onclick" action from being fired. You have to click twice, once to focus the dijit, and another time to trigger onclick.
Temporary solution was just to comment out the scrollIntoView line (line 94) from dijit.form._FormWidget.js
Attachments (1)
Change History (4)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:3 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Can you provide a test case? It's working for me on IE6 w/the latest code and I'm attaching my trivial test case.