Bug 142317 - Handle backdrop views that have to tile
Summary: Handle backdrop views that have to tile
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dean Jackson
URL:
Keywords: InRadar
Depends on: 144719
Blocks:
  Show dependency treegraph
 
Reported: 2015-03-04 17:53 PST by Dean Jackson
Modified: 2015-06-09 16:29 PDT (History)
2 users (show)

See Also:


Attachments
Patch (8.58 KB, patch)
2015-05-06 15:31 PDT, Dean Jackson
simon.fraser: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dean Jackson 2015-03-04 17:53:55 PST
The new backdrop view layers on iOS break when they get too big. A few options:

- swap to a transparent color and no longer blur
- handle tiled blurred layers
Comment 1 Radar WebKit Bug Importer 2015-03-04 17:54:25 PST
<rdar://problem/20049088>
Comment 2 Dean Jackson 2015-05-06 15:31:33 PDT
Created attachment 252529 [details]
Patch
Comment 3 Simon Fraser (smfr) 2015-05-06 15:34:21 PDT
Comment on attachment 252529 [details]
Patch

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

> LayoutTests/compositing/media-controls-bar-appearance-big.html:12
> +            width: 1024px;
> +            height: 1024px;

This doesn't seem big enough to force tiling.
Comment 4 Dean Jackson 2015-05-06 15:47:42 PDT
Committed r183894: <http://trac.webkit.org/changeset/183894>
Comment 5 WebKit Commit Bot 2015-05-06 17:24:11 PDT
Re-opened since this is blocked by bug 144719