Bug 181708 - Can't scroll iframe after toggling it to display:none and back
Summary: Can't scroll iframe after toggling it to display:none and back
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-16 16:52 PST by Simon Fraser (smfr)
Modified: 2018-01-22 15:13 PST (History)
4 users (show)

See Also:


Attachments
Patch (6.07 KB, patch)
2018-01-16 16:53 PST, Simon Fraser (smfr)
no flags 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) 2018-01-16 16:52:17 PST
Can't scroll iframe after toggling it to display:none and back
Comment 1 Simon Fraser (smfr) 2018-01-16 16:53:55 PST
Created attachment 331442 [details]
Patch
Comment 2 Simon Fraser (smfr) 2018-01-16 16:54:16 PST
rdar://problem/13234778
Comment 3 WebKit Commit Bot 2018-01-16 17:34:47 PST
Comment on attachment 331442 [details]
Patch

Clearing flags on attachment: 331442

Committed r227011: <https://trac.webkit.org/changeset/227011>
Comment 4 WebKit Commit Bot 2018-01-16 17:34:48 PST
All reviewed patches have been landed.  Closing bug.
Comment 6 Simon Fraser (smfr) 2018-01-19 11:21:12 PST
Thanks, will look.
Comment 7 Simon Fraser (smfr) 2018-01-22 13:46:14 PST
I can't reproduce the timeouts.
Comment 8 Simon Fraser (smfr) 2018-01-22 13:49:51 PST
The test is pretty slow, though. Maybe I made it slower.
Comment 9 Simon Fraser (smfr) 2018-01-22 14:36:14 PST
Yeah, now we're adding to the scrollableAreaSet even before we know that the frame is scrollable.
Comment 10 Simon Fraser (smfr) 2018-01-22 15:13:07 PST
Fixing via bug 181959.