Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deinstalling XARs via the PackageManager is broken in IE8 #2

Closed
windauer opened this issue Mar 8, 2013 · 1 comment
Closed

Deinstalling XARs via the PackageManager is broken in IE8 #2

windauer opened this issue Mar 8, 2013 · 1 comment
Assignees
Labels

Comments

@windauer
Copy link
Member

windauer commented Mar 8, 2013

Deinstalling XARs in the PackageManager fails in IE8 on Windows XP. The issue has somehow to do with hiding of the dialogs.

To reproduce the error:

  1. Open the Package Manager
  2. select the XAR package you want to uninstall and click the uninstall button
  3. in the upcoming dialog either click "Yes" or "No", the dashboard fails in both cases since the problem is not the uninstalling but hiding the dialog

The IE8 error message is:

  • exception in animation handler for: onEnd
  • Error: Can't move focus to the control because it is invisible, not enabled, or of a type that does not accept the focus. {...}

For testing reasons I removed the two calls

  • dialog.hide();
  • dialog.destroyRecursive();

from util.js. Afterwars uninstalling XARs works fine (but for sure the dialog does not close anymore).

@ghost ghost assigned wolfgangmm and windauer Mar 8, 2013
@windauer windauer closed this as completed Mar 8, 2013
@windauer windauer reopened this Mar 8, 2013
@windauer
Copy link
Member Author

windauer commented Mar 8, 2013

I created a Hotfix/IE8 branch. I will push all IE8 related changes there until it's not stable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants