Disable link dragging and select text.
< Feedback on Select text inside a link like Opera
Do you mean that when selecting text in the table, it will trigger mouse click and change page?
These sites use javascript to change page, and those table contents are not links. You can try it by disabling Grease Monkey.
I think it's reasonable to disable mouse click event if user is selecting text, but it might break other script if they also use click event to handle selecting.
I'll fix it later.
Fixed at version 4.0.2
This add-on prevent event bubbling, which means that all scripts depend on click event won't work, including Google's and mine. And that's how he stops Google from changing the link's url.
How about trying this one?
For example, try to select "№0014053"Same here in FF and Chrome - the block is toggled with 4.0.8.
Fixed at 4.0.9.
@wOxxOm
Actually it's a browser issue (and not the script's bug). Browser will fire click event if mousedown and mouseup are both triggered in same element, even you have select some text.
Therefore, I prevent click event if mousedown and mouseup are not at the same position.
Thanks for greatest script I've seen :)
It works, but not on all sites. For example try to select some positions here:
http://www.atctrade.ru/etp/trade/list.html
Or here:
http://etp.mse.ru/etp/trade/list.html
Would be great to fix this =)
P.S. Thanks again. It's wonderful.