[Webkit-unassigned] [Bug 8117] REGRESSION (NativeTextField): Drag and drop text within a text input field modifies page

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sun Apr 2 22:40:23 PDT 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=8117





------- Comment #2 from justin.garcia at apple.com  2006-04-02 22:40 PDT -------
Ah, when a ReplaceSelectionCommand is a sub-command (which is what happens
during a drag), frame->selection() may be different than the endingSelection. 
The ReplacementFragment will need to either be given the endingSelection or a
pointer back to the ReplaceSelectionCommand so it can get the endingSelection.  

We should get rid of the endingSelection, it's confusing.  An operation should
just set its selection on the frame, but through a special setter that doesn't
send selection change notifications (those should only be sent for user-level
selection changes).


-- 
Configure bugmail: http://bugzilla.opendarwin.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