RESOLVED FIXED 144651
REGRESSION (r183517): Yellow find-in-page highlight gets stuck forever
https://bugs.webkit.org/show_bug.cgi?id=144651
Summary REGRESSION (r183517): Yellow find-in-page highlight gets stuck forever
Tim Horton
Reported 2015-05-05 17:50:50 PDT
REGRESSION: Yellow find-in-page highlight gets stuck forever
Attachments
Patch (3.69 KB, patch)
2015-05-05 17:51 PDT, Tim Horton
mitz: review+
Tim Horton
Comment 1 2015-05-05 17:51:17 PDT
Tim Horton
Comment 2 2015-05-05 17:51:58 PDT
Tim Horton
Comment 3 2015-05-05 17:52:49 PDT
mitz
Comment 4 2015-05-05 19:22:06 PDT
Comment on attachment 252426 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=252426&action=review > Source/WebCore/page/mac/TextIndicatorWindow.mm:85 > +@property (nonatomic) BOOL fadingOut; getter=isFadingOut. Properties normally come before instance methods. > Source/WebCore/page/mac/TextIndicatorWindow.mm:374 > + if ([m_textIndicatorView fadingOut]) isFadingOut] > Source/WebCore/page/mac/TextIndicatorWindow.mm:431 > + if ([m_textIndicatorView fadingOut]) Ditto.
Tim Horton
Comment 5 2015-05-05 23:28:40 PDT
Csaba Osztrogonác
Comment 6 2015-05-06 01:46:08 PDT
Csaba Osztrogonác
Comment 7 2015-05-08 02:18:32 PDT
Just to document, it was fixed by https://trac.webkit.org/changeset/183870
Note You need to log in before you can comment on or make changes to this bug.