[ 
https://issues.apache.org/jira/browse/SYNCOPE-199?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449589#comment-13449589
 ] 

Marco Di Sabatino Di Diodoro commented on SYNCOPE-199:
------------------------------------------------------

Window focus with Firefox not work 
(https://bugzilla.mozilla.org/show_bug.cgi?id=53579).
The workarounds for this problem is to replace window.focus() with 
setTimeout(function() {window.focus()}, 0) into BaseModalPage.html.

With Firefox when you press the ESC button twice quickly before the window 
closes, the console return an error:
ERROR: Wicket.Ajax.Call.failure: Error while parsing response: Could not find 
root <ajax-response> element 

To resolve this issue need to switch to new release of Apache Wicket 6.0.0 
(http://apache-wicket.1842946.n4.nabble.com/Error-ESC-key-press-event-td4651770.html).
 See issue SYNCOPE-205.

It work correctly with Chrome and Safari.
                
> Refocus on user deletion page
> -----------------------------
>
>                 Key: SYNCOPE-199
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-199
>             Project: Syncope
>          Issue Type: Improvement
>            Reporter: Colm O hEigeartaigh
>            Assignee: Marco Di Sabatino Di Diodoro
>            Priority: Trivial
>             Fix For: 1.1.0-incubating
>
>
> SYNCOPE-189 added the ability to close a window on pressing "ESC". It would 
> be nice when deleting a user to automatically reselect the deletion page, so 
> that the user can just press "ESC" to close the window. Currently you need to 
> click on the deletion page before pressing ESC.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to