Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

land a $(window).scrollTop() workaround for WebOS in jQuery core #17

Closed
scottjehl opened this issue Sep 15, 2010 · 3 comments
Closed

land a $(window).scrollTop() workaround for WebOS in jQuery core #17

scottjehl opened this issue Sep 15, 2010 · 3 comments

Comments

@scottjehl
Copy link

Waiting on possible workaround from Dave Balmer.

@scottjehl
Copy link
Author

I did a little testing on this to see if I could find any irregularities in the DOM on webOS.

Nothing seemed out of place. I'm not sure where an alternate scrollable element could be found, if Palm's browser does generate one.

Tests I ran:
$('html').children(0) --> HEAD
$('html').children(1) --> BODY
$('body').children(0) --> DIV.ui-page (part of our markup)
$('html').parent() --> DOCUMENT

@scottjehl
Copy link
Author

Test page for attempting to find a WebOS scrollTop workaround. All values current report 0 or something falsy on Palm :
http://jsbin.com/unufu3/5/edit

@scottjehl
Copy link
Author

Closing as a duplicate with another issue.

This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant