Havent tested on 1.5.4 but doesn't work on 1.6a3b4 for me. Also, it causes problems in text fields and disables selecting text. Did it work properly for you in the alpha?
i don't test extensions in alpha. alpha is alpha..obviously there could be many issues preventing an extension to work not related to the extension itself in an alpha build.
it works in 1.5.4 and 1.1.4 and that's what matters, when 1.6 is released officially then the extension could be tested and if it doesn;t work then(unlikely) one can be made for that specific version.
the disabling of selected text is a natural result of js event listener for the mouse, it overrides and there's no way around it..even in the xul firefox extension it acts the same way, you can no longer select text and the firefox user who asked for the feature is probably aware of that... it becomes a matter of priorities for the laptop/touchpad user..select text or scroll, it's their choice and there's the option to disable the grab in edit?configuration when they need to select text.
Re: grab 'n scroll
Posted by:
disrupted(unlogged)
Date: March 22, 2010 04:47AM
and they can always select text using short commands ctrl+a
Re: grab 'n scroll
Posted by:
disrrupted
Date: March 22, 2010 05:27AM
i just tested with 1.6, it doesn't work.. no idea why, the js injected shouldn't make any difference in gecko1.9.. however it is injected cause the mouse eventlistener overrides but no scroll happens..have to wait till 1.6 is stable
did you try to click and hold the left mouse button..then move the mouse up or down while pressing the left button down. in a proper extension the cursor should change to look like a hand similar to the firefox extension or adobe acrobat to indicate move-ready..but couldn't do it, too complicated js
Quote disrupted
did you try to click and hold the left mouse button..then move the mouse up or down while pressing the left button down. in a proper extension the cursor should change to look like a hand similar to the firefox extension or adobe acrobat to indicate move-ready..but couldn't do it, too complicated js
Yes. No hand was visible. I tried it offline but this should not matter.
yes..offline doesn't matter, i even tested with default readme local homepage and it worked. the cursor does not change.. that's the problem there's no indication that you can grab by cursor change like in the firefox extension or adobe acrobat..you just have press the left button and hold it down while scrolling. it might not work if global js is blocked.. i'm not sure though, i might try a different js because this one doesn't work with 1.6 but not sure because it's alpha or gecko 1.9 doesn't like it but i'll search online for a ready-made js or something like a bookmarklet... my js is very limited.
the disabling of selected text is a natural result of js event listener for the mouse, it overrides and there's no way around it..even in the xul firefox extension it acts the same way, you can no longer select text and the firefox user who asked for the feature is probably aware of that...
GnD temporarily disables the feature on DoubleClick, if I remember well.
But, please, disrupted, you should NOT work hard on this - it IS bound to break some features of our Gestures, which I, personally, cherish more. As I found out about autoscroll since, I can well live without it.
I'm just reminiscing that "ease and elegance", not expecting to get it on top of the ease and elegance of our Gestures.
Cheers
SoerenB
No more own machines, because of addiction.
Don't know when I'll be back to normal ...
i didn't know it disabled gestures because i don't use them. i removed gran n scroll from kmext, thanks soren. the file is still available for download if anyone who doesn't use gestures and really needs it because of laptop touchpad etc but is no longer listed on kmext because of those conflicts
this works much better i couldn't do the cursor change in my primitive js and yours scrolls much smoother as well.. i think activating/deactivating per choice is better as this will prevent the gestures conflict
i renamed it as grab n scroll(to be similar to the firefox extension people will be looking for, i hope that's alright
uploaded to kmext under enhancements
thank you matt
That's great. Grab 'n scroll should also work with K-M 1.6 but I didn't tested it yet.
Quote panzer Matt, if you continue like this, Disrupted will be out of business.
The one who deserves respect is disrupted. He made this extension from scratch (not to mention his numerous previous contributions). I just clean here.