Bug 162740

Summary: AX: REGRESSION (200441): Controls fade out of a video makes the page scrolling back to video
Product: WebKit Reporter: Aaron Chu <aaron_chu>
Component: AccessibilityAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: beidson, dino, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Safari 10   
Hardware: Mac   
OS: OS X 10.11   
Attachments:
Description Flags
Patch
none
Patch beidson: review-

Description Aaron Chu 2016-09-29 11:37:05 PDT
When the controls of a video fades out then the page automatically scrolls back to the video
Comment 1 Aaron Chu 2016-09-29 11:48:25 PDT
Created attachment 290225 [details]
Patch
Comment 2 Sam Weinig 2016-09-29 15:07:55 PDT
Can this be tested?
Comment 3 Aaron Chu 2016-09-30 13:31:06 PDT
Created attachment 290374 [details]
Patch
Comment 4 chris fleizach 2016-10-20 17:42:37 PDT
Comment on attachment 290374 [details]
Patch

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

> Source/WebCore/ChangeLog:10
> +        Removed the focus event that is fired on the invisible button which also causes the page to scroll.

this seems like we could add a layout test for this

after the page loads, we can confirm that the scroll offset is still zero
Comment 5 Brady Eidson 2018-02-14 10:34:14 PST
Comment on attachment 290374 [details]
Patch

Patches that have been up for review since 2016 are almost certainly too stale to be relevant to trunk in their current form.

If this patch is still important please rebase it and post it for review again.