Re: [qooxdoo-devel] href link in table cell does not work on click

2009-11-04 Thread Jonathan Weiß
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

[qooxdoo-devel] href link in table cell does not work on click

2009-10-30 Thread Marcel Ruff
Hi, i have a qx.ui.table.Table with a qx.ui.table.cellrenderer.Html and in this a href tag: Google The link is displayed blue and underlined as expected and is properly displayed in the firefox status bar (on mouse over). But when I click on it nothing happens. What could be the reason for t