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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.
[1] http://demo.qooxdoo.org/current/apiviewer/