#6984 closed defect (worksforme)
dijit.Tree.lastFocused isn't set in FireFox3
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.0 |
Keywords: | tree lastFocused FireFox3 | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
In dijit.Tree, lastFocused is always 'undefined' in FireFox? 3. It works just fine in FireFox? 2. This was on Windows XP SP 2, and I used Firebug 1.2 to evaluate things in FF3.
After tracking this down, it appears that the '_onTreeFocus' method isn't getting called. Viewing the _connects property of the tree, I noticed that the 'onfocus' events callback function had an undefined prototype. This was all in dojo-1.0.2.
I updated to Dojo-1.1.1, and the problem still existed. However, we are not yet ready to switch to the latest version of Dojo, so I didn't spend any time investigating it after it failed to store lastFocused.
Change History (2)
comment:1 Changed 13 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Milestone: | → 1.2 |
---|
marking tickets closed in the last three months w/blank milestone to milestone 1.2.
It's working for me on test_Tree.html, calling dijit.byId("mytree").lastFocused (after I've focused on something in the tree).
I tried both:
Maybe you were on a beta firefox and there was something broken? Not sure... can you reproduce from the above links?