Opened 12 years ago
Closed 12 years ago
#8397 closed defect (worksforme)
InlineEditBox: when moving from one InlineEditBox to another, the second one doesn't get opened
Reported by: | yoavrubin | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.2.3 |
Keywords: | Cc: | [email protected]… | |
Blocked By: | Blocking: |
Description
Create a page that has two dijit's InlineEditBox?, click on one edit it and click on the other one. The first InlineEditBox? is closed, but the second one doesn't get opened.
A patch to this bug is to add the following function to this widget's definition:
_onFocus: function(){ this.edit(); }
Change History (2)
comment:1 Changed 12 years ago by
Summary: | When moving from one InlineEditBox to another, the second one doesn't get opened → InlineEditBox: when moving from one InlineEditBox to another, the second one doesn't get opened |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
I tried test_InlineEditBox.html on FF3/mac and it works fine for me.
Can you attach a test case and list which browser/OS it fails on?
Note: See
TracTickets for help on using
tickets.
Hmm, if we started editing on focus I think that will edit too often, like just when tabbing through the controls on a page.
Still might be away to fix it, not sure why the existing ondijitClick --> _onClick() handler isn't working right.