ios7translucent-css icon indicating copy to clipboard operation
ios7translucent-css copied to clipboard

Scrollable elements are not fragmented in WebKit nightly

Open mihneaOMV opened this issue 11 years ago • 5 comments

Hi,

Your sample does not work properly in WebKit nightly. The reason is that scrollable elements are not fragmented between 2 regions, they are treated like monolithic elements. You may want to adapt your sample for this change.

You can download a Mac build of WebKit nightly from: http://nightly.webkit.org/

Regards, Mihnea Ovidenie Adobe WebPlatform Team

mihneaOMV avatar Apr 01 '14 06:04 mihneaOMV

This technique was relying on the fact that a scrollable element was fragmented between 2 or more regions. So I am afraid that this will no longer work. It would be great if you could elaborate on how you think i should change the sample. Maybe I am missing something.

FWeinb avatar Apr 02 '14 13:04 FWeinb

The change is "live" now — both in desktop and mobile Safari. I've tried several ways — seems like translucency is impossible now :cry:

paulmillr avatar Apr 23 '15 17:04 paulmillr

Yeah, it seams like I was abusing a bug in the implementation to achieve this. I could not reproduce this effect in newer versions of WebKit.

FWeinb avatar Apr 23 '15 19:04 FWeinb

@FWeinb so this effect is not longer possible right?

nerdmed avatar May 13 '15 20:05 nerdmed

@FWeinb PS.: You would have saved me nearly an hour if you could write that its not working in the readme :100:

nerdmed avatar May 13 '15 20:05 nerdmed