Opened 13 years ago
Last modified 12 years ago
#5858 closed defect
_base/test_FocusManager.html "restore focus" button failing — at Version 2
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.4 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
_base/test_FocusManager.html "restoreFocus" button seems to have no effect on FF2/win, FF3/mac, or safari. See http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/tests/_base/test_FocusManager.html
Actually, this was also broken in 1.0 branch (see http://download.dojotoolkit.org/release-1.0.2/dojo-release-1.0.2/dijit/tests/_base/test_FocusManager.html):
FF2/win, IE6: same problem FF3/mac: error that dijit.getEnclosingWidget not found?!
Change History (4)
Changed 13 years ago by
Attachment: | window.js.diff added |
---|
Changed 13 years ago by
Attachment: | focus.js.diff added |
---|
[cla] [patch] ([email protected]…) omitted "this"
comment:1 Changed 13 years ago by
Works in FF2/Linux and IE6/wine. Not sure if there is a problem with "apply(context, cbArguments | | [ ])" in other browsers when context is undefined.
Nicola
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|
[cla] [patch] ([email protected]…) arguments must be passed even if context object is undefined