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
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