[Webkit-unassigned] [Bug 19331] Drag and drop of links in edit mode violates assert in MoveSelectionCommand::doApply()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 23 08:25:22 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19331





------- Comment #10 from jonathon.jongsma at collabora.co.uk  2008-06-23 08:25 PDT -------
I can change the logic to only expand the selection if we're in editing mode,
however I was trying to match the behavior of dragging an image.  When you
start an image drag without any text selected, the image becomes automatically
selected, even if you're not in edit mode.  So before I update the patch, I
just want to confirm that you want these behaviors to be different.  
Alternatively, I could change the image-dragging behavior to not expand
selection if we're not in edit mode.  (See prepareClipboardForImageDrag() in
DragController.cpp for where the image selection is expanded)


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list