DescriptionFix bug that causes spurious tab switches.
This CL removes the implementation of -[TabView mouseUp:] which should never be
called, since -[TabView mouseDown:] always triggers a nested run loop that
swallows the -[TabView mouseUp:] event. There's an AppKit bug that -[TabView
mouseUp:] on inappropriate views, so it's doubly important that the
implementation not do anything.
BUG=511095
Committed: https://crrev.com/46984b9958ff5af0561a933f6596d85d695cb44d
Cr-Commit-Position: refs/heads/master@{#417368}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Comments from rsesek. #Messages
Total messages: 14 (7 generated)
|