@christian ...

On Sun, Feb 12, 2012 at 03:24, Mustafa Sak <[email protected]> wrote:

> Hmm looks like virtual infrastructure has that behaviour wich is nice but
> preventing of any other click event handling should not bee. I would please
> you to make a little playground so maybe Christian can take a look on it.
> Maybe it's possible to debug all click mouse button event on the global
> event handler.
>

Thanks, Mustafa.

Here's a playground example that shows the problem. It displays a number of
fairly tall "list items" (actually SearchResult items, here). The title of
each item is clickable, and in this example displays an alert box with the
event data. The problem comes when you click on the title in the
bottom-most partially-visible item. Instead of handling the click event on
the item, it simply scrolls the item fully into view. I don't mind the item
being scrolled into view, but I also (or instead, if that's easier) need
for the handler for the title click event to be fired so that the user
needn't click twice (once to scroll the item into view and again to operate
on that title). In other words, I need for clicking on the title to perform
identically whether the item is fully visible or only partially visible.

http://tinyurl.com/7uovjhs

Thanks,

Derrell
------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to