You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(BFColorPickerPopover:182) is not called in Yosemite when the popover is dismissed by clicking outside, and thus the popover keeps observing changes on the shared color picker, creating some weird behaviour.
The text was updated successfully, but these errors were encountered:
I've also noticed this and found that implementing - (BOOL)popoverShouldClose:(id)sender instead does seem to work correctly. However I'm not sure why _delegatePopoverShouldClose was used, so I can't say for certain that this is the correct approach...
The method
(BFColorPickerPopover:182) is not called in Yosemite when the popover is dismissed by clicking outside, and thus the popover keeps observing changes on the shared color picker, creating some weird behaviour.
The text was updated successfully, but these errors were encountered: