On 12/08/2011 12:34 PM, Jeroen Smit wrote:

Hi,

I am currently using Chromium Embed in Delphi to show a browser window that displays a website built with Qooxdoo. Every time I click a row in a table and move the mouse "too quickly" the startdrag event goes off and it doesn't detect the mouse has already been released so the table stays in "dragging mode".


Sounds like the mouse-up event is not propagated to the qooxdoo app. Can you confirm that in a native Delphi window (e.g. by logging the mouse events sent to the window)? Also, some systems support a click-as-drag-start behaviour (where another click releases the drag). Could something like this be in place in your case?


Has anyone ever experienced this and are there suggestions how to fix this?

I already added all kinds of extra event handlers (mouse up, mouse move) but none of them seem to get triggered. Maybe the control looses focus?


I doubt that, as then the mouse-move events wouldn't be delivered to the control.

T.

------------------------------------------------------------------------------
Cloud Services Checklist: Pricing and Packaging Optimization
This white paper is intended to serve as a reference, checklist and point of 
discussion for anyone considering optimizing the pricing and packaging model 
of a cloud services business. Read Now!
http://www.accelacomm.com/jaw/sfnl/114/51491232/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to