MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

Fix scrolling glitches with position: fixed. #39

Closed ghost closed 12 years ago

ghost commented 12 years ago

Hi guys, I'm referring to this commit: 1d00746e6c01a5aebdf0572a618c353df22dfb33 (see my comment there).

maccman commented 12 years ago

How did you fix this? Thanks!

ghost commented 12 years ago

I discovered that removing the XCode / InterfaceBuilder - generated line <bool key="NSViewIsLayerTreeHost">YES</bool> from the .xib file eliminates the issue. The NSViewIsLayerTreeHost key itself isn't documented anywhere unfortunately.

asgeo1 commented 12 years ago

Awesome, works for me. Please include this :)