[webkit-dev] onselectionchange when clicked on img

Ryosuke Niwa rniwa at webkit.org
Fri Feb 15 02:12:22 PST 2013


We should be firing selectionchange event. It's fired in
FrameSelection::setSelection but our implementation of selectionchange
event is asynchronous.

On Fri, Feb 15, 2013 at 2:07 AM, vineeth <nvineeth at gmail.com> wrote:

> Hello,
> I have a usecase in which I need document.onselectionchange to be fired
> when I click on an img, the way it happens for text nodes. Can someone pls
> help the function/class to look into. I am currently going through
> EventHandler.cpp and
> EventHandler::updateSelectionForMouseDownDispatchingSelectStart but
> haven't made much progress.
>
> Thanks.
> --Vineeth
>
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20130215/265e41aa/attachment.html>


More information about the webkit-dev mailing list