Closed
Bug 36734
Opened 25 years ago
Closed 25 years ago
[Feature] Autocomplete Widget: selected text must be removed in case of a non direct match
Categories
(Core :: XBL, defect, P3)
Core
XBL
Tracking
()
RESOLVED
FIXED
M16
People
(Reporter: bugzilla, Assigned: bugzilla)
References
Details
(Whiteboard: 1 day)
Typically, if the user types "ducarroz" and we autocomplete against the
addressbook, the match will be "jean-Francois Ducarroz <ducarroz%netscape.com>"
as it's not a direct match of the user input, we display the following (text
between bracket is selected):
ducarroz[ >> Jean-Francois Ducarroz <ducarroz@netscape.com>]
once the user does any action inside the text field (mouse or keyboard), we must
delete the selection. Except when the user press <tab> or <return>, in this case
we replace the content of the edit field with the match, same if the textfield
loose focus.
Assignee | ||
Comment 2•25 years ago
|
||
Fixed and checked in despite remaining dependency. Event if the "xxxx >>" still
shown, it won't be part of the value of the field when somebody query it.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•