Ticket #10594 (closed bug: invalid)
scrollTop on WebOS
| Reported by: | ebarachant@… | Owned by: | ebarachant@… |
|---|---|---|---|
| Priority: | low | Milestone: | None |
| Component: | manipulation | Version: | 1.6.4 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:1 Changed 19 months ago by addyosmani
- Owner set to ebarachant@…
- Priority changed from undecided to low
- Status changed from new to pending
- Component changed from unfiled to manipulation
comment:2 Changed 19 months ago by ebarachant@…
- Status changed from pending to 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 19 months ago by timmywil
- Status changed from new to pending
sry, Addy meant a test case from http://jsfiddle.net if possible, so that we can edit it as well.
comment:4 in reply to: ↑ 3 ; follow-up: ↓ 5 Changed 19 months ago by imanu
ok, shame on me, the fiddle is here : http://jsfiddle.net/jRbH8/
comment:5 in reply to: ↑ 4 Changed 19 months ago by imanu <ebarachant@…>
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 18 months ago by trac-o-bot
- Status changed from pending to closed
- Resolution set to invalid
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!
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

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.