Opened 12 years ago
Closed 12 years ago
#10028 closed defect (invalid)
Dojo doesn't give focus to child windows in Internet Explorer
Reported by: | lstoppa | Owned by: | anonymous |
---|---|---|---|
Priority: | high | Milestone: | tbd |
Component: | Dijit | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Hi. I have an application that is using a dojo dialog to submit a form. The problem is that when submitting, the child window doesn't have focus and is placed in background. In Firefox/Safari/Chrome? everything works as expected (the child windows opened with window.open() has focus) while in internet Explorer no. Is this a bug of Dojo? Is there a way to have focus also for Internet Explorer?
I tried with the following brpwsers:
- FF 2.0, 2.5, 3.0 [always works well]
- Internert Explorer 6, 7. [no fosus here]
Attachments (1)
Change History (2)
Changed 12 years ago by
Attachment: | modaldialog.html added |
---|
comment:1 Changed 12 years ago by
Component: | General → Dijit |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
You need to use the refocus=false flag on the dijit.Dialog.
It's trying to refocus on the "Show Dialog" button thus unfocusing the child pane you just opened.