Skip to content

fix for issue 28#33

Open
ehardebeck wants to merge 41 commits into
indragiek:masterfrom
ehardebeck:master
Open

fix for issue 28#33
ehardebeck wants to merge 41 commits into
indragiek:masterfrom
ehardebeck:master

Conversation

@ehardebeck
Copy link
Copy Markdown

The _popoverWindow gets into a state where isVisible is YES, but alphaValue is 0
Because popoverIsVisible is true in togglePopover, it will always attempt to close it, never opening it and setting alpha back to 1.0

This seems to be happening because of a race condition where the animation delegate is set to nil before the animation started in INPopoverWindow.dismissAnimated is finished. So INPopoverController animationDidStop is never called.

It isn't really a thread synchronization issue because all this happens on the main thread.

Thibaut Jarosz and others added 30 commits February 12, 2013 22:06
Add arc compatibility, solving issue with KeyView loop, add podspec
Sample code wasn't using ARC for INPopoverController, my previous ARC
conversion wasn't working.
Border was drawn on half pixels on odd border width
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.

4 participants