#4032 closed enhancement (invalid)
DND text input boxes don't accept focus from mouse click (with FireFox)
Reported by: | guest | Owned by: | Eugene Lazutkin |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | DnD | Version: | 0.9 |
Keywords: | dnd mouse focus | Cc: | Eugene Lazutkin |
Blocked By: | Blocking: |
Description
In FireFox?, textboxes inside a dojoDndItem will not accept the focus from a mouse click. When you try to click the textbox, the focus will not go to the textbox.Tabbing, or using javascript to set focus, allows the focus for the input box.
Clicking the inputbox generates a dojo.stopEvent
mousing over the item and then again over the inputbox both generate onMouseOver events (in container.js)
Please assign to elazutkin
As of the August 6th trunk, FF v2.0.0.6 on both WinXP and Linux.
Attachments (3)
Change History (10)
Changed 13 years ago by
Attachment: | ex10_input.html added |
---|
comment:1 Changed 13 years ago by
Milestone: | → 0.9 |
---|---|
Status: | new → assigned |
Type: | defect → enhancement |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changed 13 years ago by
Attachment: | dndTest.html added |
---|
comment:3 Changed 13 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This doesn't work with release-1.0.0-beta and Firefox 2.0.0.8 See attachment dndTest.html
comment:4 Changed 13 years ago by
Milestone: | 0.9 → 1.0.1 |
---|
comment:5 Changed 13 years ago by
You didn't add "skipForm='true'" to your code. See the updated test file (attached).
Changed 13 years ago by
Attachment: | dndTest_updated.html added |
---|
updated test file with added skipForm="true"
comment:6 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | reopened → closed |
comment:7 Changed 13 years ago by
Milestone: | 1.0.1 → 0.9 |
---|
Test page demonstrating the issue.