Is threre a possibility to get the clicked link ( -tag) below the mouseclick via qooxdoo or plain JS?
Here you can see the problem: within a html-rendered table the link does not work. http://tinyurl.com/374gzwl
Is threre a possibility to get the clicked link ( -tag) below the mouseclick via qooxdoo or plain JS?
Here you can see the problem: within a html-rendered table the link does not work. http://tinyurl.com/374gzwl
When you have used the qooxdoo event system for event handling than you can use the "getTarget" method form the passed event ("qx.event.type.Mouse").
But when you are added a native event handler than you can use the static method "getTarget" from "qx.bom.Event".
Please have a look at the API Viewer [1] for the details.