mmclark / django-editor

Automatically exported from code.google.com/p/django-editor
0 stars 0 forks source link

Wrong selecting by double click #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
doubleclick somewhere in template text  

What is the expected output? What do you see instead?
this should select clicked word on doubleclick, but it have select much bigger 
block of text with strange bounds.

What version of the product are you using? On what operating system?
0.6.1, both Mac OS X 1.6.4 and Ubuntu 10.04

Please provide any additional information below.
Check any js or html text editor to compare behavior on selecting by double 
clicks.

Original issue reported on code.google.com by m.nesov on 14 Sep 2010 at 8:21

GoogleCodeExporter commented 9 years ago
It appears this is triggered when an HTML tag contains an attribute of some 
sort.. such as

<p onclick="doSomething()">

perhaps this article might help with the fix...

http://wiki.eclipse.org/FAQ_How_do_I_change_the_selection_on_a_double-click_in_m
y_editor%3F

Thanks

Original comment by theden...@gmail.com on 5 Apr 2011 at 5:02

GoogleCodeExporter commented 9 years ago
Current version of plugin is 1.2.1 and double-click is no longer an issue.

Original comment by zbik...@gmail.com on 2 Aug 2013 at 10:47

GoogleCodeExporter commented 9 years ago

Original comment by zbik...@gmail.com on 18 Aug 2013 at 11:32