Skip to content

Conversation

@dpolivy
Copy link
Contributor

@dpolivy dpolivy commented Mar 26, 2015

When calling hide() from JS, the attempt to access Popup could happen on
a background thread, which ends up throwing an
UnauthorizedAccessException about cross-thread access.

To address this, it's best to check the popup's state from within the UI
thread.

Fixes https://issues.apache.org/jira/browse/CB-8758

When calling hide() from JS, the attempt to access Popup could happen on
a background thread, which ends up throwing an
UnauthorizedAccessException about cross-thread access.

To address this, it's best to check the popup's state from within the UI
thread.

Fixes https://issues.apache.org/jira/browse/CB-8758
@dpolivy
Copy link
Contributor Author

dpolivy commented Apr 21, 2015

@stevengill @purplecabbage @sgrebnov Is it possible to get someone to review and merge this?

@asfgit asfgit closed this in 9549ce3 Apr 25, 2015
@dpolivy dpolivy deleted the CB8758 branch April 27, 2015 05:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant