PerfectSlayer / scrollupfolder

A firefox addon wich goes up a folder of a website.
https://addons.mozilla.org/fr/firefox/addon/scroll-up-folder/
Other
21 stars 9 forks source link

going up/down is skipping segments #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Win7 x64
windows mouse driver set to scroll 3 lines (default)
SUF v4.2.0/4.1.4

start with:
http://www.google.com/search?hl=en&safe=off&q=dog

going up with scroll wheel skips '?' GET var:
http://www.google.com/

going down may or may not skip the GET var - having trouble repeating this

directories are also skipped sometimes, but not all the time (for the same 
address)...

start with:
https://addons.mozilla.org/fr/firefox/addon/4786/

going up 1 directory may go directly to subdomain root:
https://addons.mozilla.org/

going up again works:
https://mozilla.org/

going down may work properly...
https://addons.mozilla.org/
https://addons.mozilla.org/fr/
https://addons.mozilla.org/fr/firefox/
https://addons.mozilla.org/fr/firefox/addon/
https://addons.mozilla.org/fr/firefox/addon/4786/

or it may skip all directories between the root and the first loaded address...
https://addons.mozilla.org/
https://addons.mozilla.org/fr/firefox/addon/4786/

Original issue reported on code.google.com by HFT....@gmail.com on 6 Dec 2010 at 1:39

GoogleCodeExporter commented 9 years ago
Hi HFT.Man

I catch your software configuration tonight then I try it.
You get this problem on both 4.2.0 and 4.1.4 version, aren't you ?

And thanks for your report !

Original comment by @PerfectSlayer on 6 Dec 2010 at 2:24

GoogleCodeExporter commented 9 years ago
I succed to reproduce this error..

After analyzing scrolling events, it appears that firefox fire several times 
the same scrolling event...

I think I will use the timeStamp field of DOM event to save the last event 
proceed and skip it if it was fire again.

I will try this.

Original comment by @PerfectSlayer on 8 Dec 2010 at 9:41

GoogleCodeExporter commented 9 years ago
It looks like to work fine.
If you use the SVN source, try this lastest version.
Otherwise, I plan to release it soon an AMO (but I don't knwon when.. ^^")

If the bug always occurs, please reopen the ticket !

Original comment by @PerfectSlayer on 8 Dec 2010 at 10:33