[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
Mon May 9 00:36:37 PDT 2011


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





--- Comment #15 from Ilya Sherman <isherman at chromium.org>  2011-05-09 00:36:37 PST ---
(In reply to comment #14)
> So the current flow is
> 1, Autofill overwrap the field and show the completion. Here the node color is yellow.
> 2, The user selects the range in the yellow field.
> 3, The user start dragging.
> 4, Accept the completion and the yellow field is gone.
> 5, The user drops the text to another field.
> 6, But the original field stays the accepted text. (Is this Ok???)
> 
> The reason why I ask you about 6 is this dragged text should be gone from the original filed. But still it stays as is.
> 
> Maybe when staring dragging, we have to replace the dragged node from original yellow field to white accepted field, don't we?

We should try to make this work exactly the same way it would if the user were to first autofill the form, then drag the filled text.  Could you please clarify why this code coupled with the Chromium change does not result in this desired behavior?

-- 
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