RESOLVED FIXED 174882
PDF page number indicator is very flashy when scrolling
https://bugs.webkit.org/show_bug.cgi?id=174882
Summary PDF page number indicator is very flashy when scrolling
Tim Horton
Reported 2017-07-26 19:45:57 PDT
PDF page number indicator is very flashy when scrolling
Attachments
Patch (3.19 KB, patch)
2017-07-26 19:46 PDT, Tim Horton
aestes: review+
Tim Horton
Comment 1 2017-07-26 19:46:22 PDT
Tim Horton
Comment 2 2017-07-26 19:46:58 PDT
Andy Estes
Comment 3 2017-07-27 10:02:19 PDT
Comment on attachment 316507 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=316507&action=review > Source/WebKit/Platform/spi/ios/UIKitSPI.h:743 > +@interface _UIBackdropViewSettings() Needs a space before (). > Source/WebKit/UIProcess/ios/WKPDFPageNumberIndicator.mm:69 > + _backdropView = adoptNS([[_UIBackdropView alloc] initWithSettings:backdropViewSettings]); Looks like you need to declare -initWithSettings: in UIKitSPI.h.
Tim Horton
Comment 4 2017-07-27 10:06:31 PDT
Note You need to log in before you can comment on or make changes to this bug.