chen-li-kuan / welly

Automatically exported from code.google.com/p/welly
GNU General Public License v2.0
0 stars 0 forks source link

Shouldn't enable mouse in editing mode #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Disable "Mouse" on some site
2. ^P in some board to enter editing mode
3. use mouse to click/double click some where in the text

What is the expected output? What do you see instead?
cursor should stay where it was, but it moved to where mouse clicked
instead. People may want to copy paste some text on editing mode, and
there's no way to do that without mouse.

What version of the product are you using? On what operating system?
2.3

Please provide any additional information below.
the attachment is a patch against the 2.3 release
(http://welly.googlecode.com/svn/tags/2.3_Release)

Original issue reported on code.google.com by fishyw...@gmail.com on 20 May 2009 at 3:41

Attachments:

GoogleCodeExporter commented 8 years ago
On editing mode, the following operations will not move the cursor:
- Change focus from another window into Welly by single mouse-click;
- Double click to select a word;
- Drag the mouse to select a word.

However, a click for longer than 0.3 seconds will be interpreted as a "long 
click", and will move the cursor. 
Would you please try clicking and releasing the mouse button more quickly, and 
see if it still happens?

Original comment by tangyang...@gmail.com on 21 May 2009 at 5:01

GoogleCodeExporter commented 8 years ago
double click will sometimes (not always) move the cursor

Original comment by fishyw...@gmail.com on 21 May 2009 at 5:31

GoogleCodeExporter commented 8 years ago
fixed in r726, disabling mouse operations would also disable the cursor moving 
by mouse

Original comment by talent...@gmail.com on 25 Sep 2009 at 5:53