Closed GoogleCodeExporter closed 8 years ago
Hi,
If you add the attribute href="javascript:void(0)" it will solve this issue
(e.g. <a class="dp-choose .dp-down" href="javascript:void(0);">▼</a>).
Original comment by atnguy...@gmail.com
on 31 Oct 2011 at 12:49
Great, thanks!
If you'd like to be part of Pleft's code history, it would be cool if you send
in a patch. See this page for help (especially 'Publishing changes', you can
skip some other parts):
http://code.google.com/p/pleft/wiki/GettingStarted
Original comment by sander.d...@gmail.com
on 31 Oct 2011 at 8:08
[deleted comment]
Cool! I've committed changes via git, thanks for the wiki, very useful.
Original comment by atnguy...@gmail.com
on 1 Nov 2011 at 2:20
Good to hear that you managed to commit it. Could you publish your changes? You
could for example use the following command to create a patch file, that you
can attach to this issue.
git format-patch master --stdout > prevent-selections.patch
(If you use Windows, you'll probably need to use Git Bash to run the command.)
Original comment by sander.d...@gmail.com
on 1 Nov 2011 at 6:44
[deleted comment]
Oops, I think the GettingStarted page as well as my previous comment contained
the wrong command. You probably need to use 'origin/master' instead of 'master'
in order to not get an empty patch:
git format-patch origin/master --stdout > filename.patch
Original comment by sander.d...@gmail.com
on 1 Nov 2011 at 6:59
ahh ok, I was wondering why it turned up empty, alright, here is the patch
file, let me know if you have any problems.
Original comment by atnguy...@gmail.com
on 1 Nov 2011 at 7:14
Attachments:
Thanks for the patch! And sorry for not getting back to you earlier.
I have been working on a jQuery version of Pleft, which makes it easier to
modify the code. In this fork, I am now using a modification of your patch:
https://github.com/sander/pleft/commit/252c1780b2ba60778923dc2504429e3a9a68f3a4
My plan is to finish this rewrite before pushing any updates to pleft.com.
Original comment by sander.d...@gmail.com
on 13 Nov 2011 at 8:38
Fixed in http://tryout.pleft.com/
Original comment by sander.d...@gmail.com
on 27 Nov 2011 at 3:57
Original issue reported on code.google.com by
sander.d...@gmail.com
on 7 Jul 2011 at 9:50