Hello,

I encountered the following problem and I didn’t find anything similar in
the bugs report.

I have a table that has the showSetFocusIndicator property set to true. When
I click in any cell, except the focused cell, the click event doesn’t get
dispatched; there is a mouse down and up but no click. If the table
showSetFocusIndicator property is set to false the click event get
dispatched. I added some debug statements in
qx.event.handler.EventHandler._onmouseevent to get this confirmation.

As result, for the first case, a cell click listener will get the cell click
event only if one clicks in the focused cell. So, to handle a click event in
a table cell one has to click once to set the focus on the cell and than to
click again to get the click event.
Another aspect of this click behavior is that embedded html links doesn’t
work with Firefox and tables that have the showSetFocusIndicator property
set to true.

I’m using qooxdoo-0.7.2 and Firefox 2.0.0.8 on a Windows XP box.

Should this problem be posted as a bug? I would appreciate some opinions.

Regards,
Emil

-- 
View this message in context: 
http://www.nabble.com/Inconsistent-table-cells-click-event-behavior-with-Firefox-tf4719808.html#a13492799
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to