Opened 11 years ago
Closed 11 years ago
#10594 closed bug (invalid)
scrollTop on WebOS
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | manipulation | Version: | 1.6.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi, $('body').scrollTop('#anchor'); works fine on many systems, but not on the webOS browser. Instead i use a native window.scrollTo(0, intScrollYanchor) that run correctly on this system and others. Regards, Manu
Change History (6)
comment:1 Changed 11 years ago by
Component: | unfiled → manipulation |
---|---|
Owner: | set to [email protected]… |
Priority: | undecided → low |
Status: | new → pending |
comment:2 Changed 11 years ago by
Status: | pending → new |
---|
http://inxtense.com/indexfiddle.html all in one i use an emulator too, see here : https://developer.palm.com/content/resources/develop/sdk_pdk_download.html
comment:3 follow-up: 4 Changed 11 years ago by
Status: | new → pending |
---|
sry, Addy meant a test case from http://jsfiddle.net if possible, so that we can edit it as well.
comment:4 follow-up: 5 Changed 11 years ago by
ok, shame on me, the fiddle is here : http://jsfiddle.net/jRbH8/
comment:5 Changed 11 years ago by
Replying to imanu:
ok, shame on me, the fiddle is here : http://jsfiddle.net/jRbH8/
here it's better : http://jsfiddle.net/jRbH8/2/
comment:6 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Thanks for submitting a ticket to the jQuery Bug tracker. Could you also provide us with a jsFiddle test that reproduces the issue you're experiencing?
I don't currently have the ability to test on WebOS, but may try evaluating this with the emulator shortly.