FWeinb / ios7translucent-css

Implementation of the iOS7 translucent topbar using CSS Regions Implementation of the iOS7 translucent topbar using CSS Regions
58 stars 7 forks source link

Scrollable elements are not fragmented in WebKit nightly #1

Open mihneaOMV opened 10 years ago

mihneaOMV commented 10 years ago

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

FWeinb commented 10 years ago

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.

paulmillr commented 9 years ago

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

FWeinb commented 9 years ago

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.

nerdmed commented 9 years ago

@FWeinb so this effect is not longer possible right?

nerdmed commented 9 years ago

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