On 12/12/2010 02:43 PM, ext anglov wrote: > I am student, who claimed GCI task "Open selected URLs/links in a web page in > new tabs" > > I know how can I do this, but I have a problem. I don't know how can I get URL > adress from selected text. When I use selectedText() it's give me only plain > text. I don't find another function, witch returns url's (or text with HTML). > Have you any idea how can I do this?
Isn't that problem already solved by http://git.reviewboard.kde.org/r/100205/? There is no other function to get the selection with DOM info. It is a known limitation of QtWebKit. A workaround sometimes used by customer is executing JavaScript in the page context to get the selection object. This is not a solution for Rekonq since JavaScript can be disabled by the user. cheers, Benjamin _______________________________________________ rekonq mailing list [email protected] https://mail.kde.org/mailman/listinfo/rekonq
