Re: [webkit-dev] rangeParent and rangeOffset of mouseEvent in Javascript

2010-03-02 Thread Darin Adler
This mailing list is for discussion of the development of WebKit, not help using WebKit. Please see . Your question is more appropriate for webkit-help. On Mar 1, 2010, at 5:45 PM, baizhenxuan wrote: > in firefox, mouseEvent has property rangeParent and rangeOffs

[webkit-dev] rangeParent and rangeOffset of mouseEvent in Javascript

2010-03-01 Thread baizhenxuan
Hi, i want to write a extension to get the word under mouse through javascript. in firefox, mouseEvent has property rangeParent and rangeOffset that help me to get the word under the mouse, but in webkit, i can only find which node under the mouse ,cannot find any position information inside th