Discussion:
Scintilla takes "quick single mouse click" as "double click" on windows.
minico
2013-10-06 11:51:59 UTC
Permalink
Hi Neil,

I found that Scintilla takes "quick single mouse click" as "double click"
on windows.

For example,
I click on somewhere and then scroll the document with mouse wheel quickly
and then click at the same position(It's the same position relative to
scintilla window because I didn't move my mouse;
but it's not the same position relateive to the document). Scintilla will
consider my operation as a double click at this time; and it will do
something related to double click(select some text....).

Is this working as design? If Yes, Can I avokd this behavior? Thank you.
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2013-10-06 22:59:44 UTC
Permalink
I click on somewhere and then scroll the document with mouse wheel quickly and then click at the same position(It's the same position relative to scintilla window because I didn't move my mouse;
but it's not the same position relateive to the document). Scintilla will consider my operation as a double click at this time; and it will do something related to double click(select some text....).
Is this working as design? If Yes, Can I avokd this behavior?
Its not a scenario that was examined. It should be fairly rare - I've never noticed it. A good fix will be accepted.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
minico
2013-10-11 00:54:02 UTC
Permalink
Hi Neil, thank you for your quick response.
Would you include the fix in next release?

圚 2013幎10月7日星期䞀UTC+8䞊午6时59分44秒Neil Hodgson写道
Post by minico
I click on somewhere and then scroll the document with mouse wheel
quickly and then click at the same position(It's the same position relative
to scintilla window because I didn't move my mouse;
Post by minico
but it's not the same position relateive to the document). Scintilla
will consider my operation as a double click at this time; and it will do
something related to double click(select some text....).
Post by minico
Is this working as design? If Yes, Can I avokd this behavior?
Its not a scenario that was examined. It should be fairly rare - I've
never noticed it. A good fix will be accepted.
Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Neil Hodgson
2013-10-11 01:07:25 UTC
Permalink
Post by minico
Would you include the fix in next release?
Its too late for 3.3.6.

Neil
--
You received this message because you are subscribed to the Google Groups "scintilla-interest" group.
To unsubscribe from this group and stop receiving emails from it, send an email to scintilla-interest+***@googlegroups.com.
To post to this group, send email to scintilla-***@googlegroups.com.
Visit this group at http://groups.google.com/group/scintilla-interest.
For more options, visit https://groups.google.com/groups/opt_out.
Loading...