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

fix 2 bugs #114

Open
wants to merge 4 commits into
base: ios7
Choose a base branch
from
Open

fix 2 bugs #114

wants to merge 4 commits into from

Conversation

azureatom
Copy link

fix 2 bugs:

  1. alertWindow still show after alertView dismissed. To duplicate this
    bug, just set alertView.backgroundColor = [UIColor redColor]; before
    show it.
  2. tap Screen after alertView dismissed, iOS log error message:
    unexpected nil window in _UIApplicationHandleEventFromQueueEvent,
    _windowServerHitTestWindow: (null)
    Solution:
  3. remove invokes of removeFromSuperview for UIWindow instance.
  4. make __si_alert_background_window and alertWindow hidden when
    dismiss alertView.

1. alertWindow still show after alertView dismissed. To duplicate this
bug, just set alertView.backgroundColor = [UIColor redColor]; before
show it.
2. tap Screen after alertView dismissed, iOS log error message:
unexpected nil window in _UIApplicationHandleEventFromQueueEvent,
_windowServerHitTestWindow: (null)
Solution:
1. remove invokes of removeFromSuperview for UIWindow instance.
2. make __si_alert_background_window and alertWindow hidden when
dismiss alertView.
fixing bug: modify containerView position after keyboard popup.
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