> Two hacky ideas:
> 1) Tell WebKit that the page is 4000px tall, then scroll the WebKit
> widget's view.  I guess pages that examine their scrolloffset via
> Javascript would break.

Unfortunately do web pages render very differently when they fit the
desired area and when not. E.g. alignement and centering etc...

> 2) Use the CSS property "overflow-y: hidden" to force the scrollbars
> off, then manage the scroll offset directly from your code.

This does not work for me, because I dont have real control over the
used css, because I must be able to go to any webpage. Also even if I
set the general css property the user/hacker could switch the
scrollers on again, which has to be prevented.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-dev" group.
To post to this group, send email to chromium-dev@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to