Hello Marcel,

my guess would be that the table cell catches the click event and stops it
so that is does not reach the link... You could add a cellClick listener and
check if the table cell with your link is clicked. In this case you can
perform window.open("http://www.google.com";).

Or try to set showCellFocusIndicator to false, perhaps then the click will
reach the link.

Please let me know if one of this solutions worked for you.

Cheers
Jonathan

-----
Jonathan Weiß
Framework Engineer

http://mysterycity.de/blog Blog  -  http://www.linkedin.com/in/jonathanrass
LinkedIn  -  http://www.xing.com/profile/Jonathan_Weiss5 XING 
-- 
View this message in context: 
http://n2.nabble.com/href-link-in-table-cell-does-not-work-on-click-tp3921223p3946359.html
Sent from the qooxdoo mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to