Bug 197942

Summary: Horizontal scrollbar flashes after scrolling vertically with keyboard
Product: WebKit Reporter: Tim Horton <thorton>
Component: New BugsAssignee: Tim Horton <thorton>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, commit-queue, dino, ews-watchlist
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Archive of layout-test-results from ews211 for win-future
none
Patch
none
Patch none

Description Tim Horton 2019-05-16 01:17:36 PDT
Horizontal scrollbar flashes after scrolling vertically with keyboard
Comment 1 Tim Horton 2019-05-16 01:18:47 PDT
Created attachment 370029 [details]
Patch
Comment 2 Tim Horton 2019-05-16 01:19:13 PDT
<rdar://problem/46169578>
Comment 3 EWS Watchlist 2019-05-16 05:18:12 PDT
Comment on attachment 370029 [details]
Patch

Attachment 370029 [details] did not pass win-ews (win):
Output: https://webkit-queues.webkit.org/results/12205879

New failing tests:
fast/shadow-dom/svg-text-path-href-change-in-shadow-tree.html
js/dom/try-catch-crash.html
svg/text/textpath-reference-update.html
fast/shadow-dom/svg-use-href-change-in-shadow-tree.html
js/dom/custom-constructors.html
Comment 4 EWS Watchlist 2019-05-16 05:18:18 PDT
Created attachment 370038 [details]
Archive of layout-test-results from ews211 for win-future

The attached test failures were seen while running run-webkit-tests on the win-ews.
Bot: ews211  Port: win-future  Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
Comment 5 Tim Horton 2019-05-16 18:25:53 PDT
Created attachment 370098 [details]
Patch
Comment 6 Brent Fulgham 2019-05-28 14:27:57 PDT
iOS Build failure:
WKKeyboardScrollingAnimator.mm:592:15: error: unused function 'axesForDelta' [-Werror,-Wunused-function]
Comment 7 Brent Fulgham 2019-05-28 14:29:07 PDT
Comment on attachment 370098 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=370098&action=review

> Source/WebKit/UIProcess/ios/WKKeyboardScrollingAnimator.mm:-592
> -- (void)scrollToContentOffset:(WebCore::FloatPoint)contentOffsetDelta animated:(BOOL)animated

#if HAVE(UI_SCROLL_VIEW_INDICATOR_FLASHING_SPI) ?
Comment 8 Tim Horton 2019-05-28 16:20:01 PDT
Created attachment 370800 [details]
Patch
Comment 9 Dean Jackson 2019-05-28 16:22:39 PDT
Comment on attachment 370800 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=370800&action=review

> Source/WebKit/Platform/spi/ios/UIKitSPI.h:354
> +- (void)_flashScrollIndicatorsForAxes:(UIAxis)axes persistingPreviousFlashes:(BOOL)persisting;

Wow. https://www.quora.com/What-is-the-plural-form-of-axis-1
Comment 10 WebKit Commit Bot 2019-05-28 16:57:33 PDT
Comment on attachment 370800 [details]
Patch

Clearing flags on attachment: 370800

Committed r245832: <https://trac.webkit.org/changeset/245832>
Comment 11 WebKit Commit Bot 2019-05-28 16:57:35 PDT
All reviewed patches have been landed.  Closing bug.