Bug 143692 - [iOS WK2] Interactive elements of developer.apple.com are broken
Summary: [iOS WK2] Interactive elements of developer.apple.com are broken
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2015-04-13 21:00 PDT by Simon Fraser (smfr)
Modified: 2015-04-14 10:26 PDT (History)
8 users (show)

See Also:


Attachments
Patch (10.06 KB, patch)
2015-04-13 21:04 PDT, Simon Fraser (smfr)
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Simon Fraser (smfr) 2015-04-13 21:00:41 PDT
[iOS WK2] Interactive elements of developer.apple.com are broken
Comment 1 Simon Fraser (smfr) 2015-04-13 21:04:47 PDT
Created attachment 250690 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2015-04-14 02:35:05 PDT
<rdar://problem/19320087>
Comment 3 Sam Weinig 2015-04-14 08:50:25 PDT
Comment on attachment 250690 [details]
Patch

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

> Source/WebCore/ChangeLog:9
> +        WHen a composited RenderLayer had nodes in the scrolling tree by virtue of

WHen -> When

> Source/WebCore/ChangeLog:14
> +        Fix by having RnderLayerCompositor::updateScrollCoordinationForThisFrame()

RnderLayerCompositor -> RenderLayerCompositor

> LayoutTests/platform/ios-simulator-wk2/scrolling/remove-scrolling-role.html:41
> +            window.setTimeout(function() {

Why do we need the 0-delay timer here?
Comment 4 Simon Fraser (smfr) 2015-04-14 10:25:07 PDT
(In reply to comment #3)
> Comment on attachment 250690 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=250690&action=review
> 
> > Source/WebCore/ChangeLog:9
> > +        WHen a composited RenderLayer had nodes in the scrolling tree by virtue of
> 
> WHen -> When
> 
> > Source/WebCore/ChangeLog:14
> > +        Fix by having RnderLayerCompositor::updateScrollCoordinationForThisFrame()
> 
> RnderLayerCompositor -> RenderLayerCompositor

This is what happens when typing over a slow VNC connection.

> > LayoutTests/platform/ios-simulator-wk2/scrolling/remove-scrolling-role.html:41
> > +            window.setTimeout(function() {
> 
> Why do we need the 0-delay timer here?

To get an initial layout with the pre-changed style.
Comment 5 Simon Fraser (smfr) 2015-04-14 10:26:54 PDT
https://trac.webkit.org/r182799