[Webkit-unassigned] [Bug 60010] [Chromium]Add clear_autofill flag to hide autofill popup without clear field.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 12 17:20:53 PDT 2011


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





--- Comment #16 from Ilya Sherman <isherman at chromium.org>  2011-05-12 17:20:53 PST ---
Maciej, the code revision history tells me you might be familiar with the drag&drop code.  Could you weigh in on this patch and the related Chromium one, http://codereview.chromium.org/6902196/ ?

Here's a quick summary of the problem, as I understand it:
  (1) We initiate a drag event for "suggested" (uncommitted) Autofill text in a text field.
  (2) This drag should cause the text to be committed.
  (3) When the text is committed, the "suggested" text is cleared; but it is still referenced in the drag state.
  (4) When the corresponding drop event occurs, we hit an assertion because the referenced selection is orphaned.

Do you have any suggestions on how to handle this somewhat unusual situation?

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



More information about the webkit-unassigned mailing list