Status: Assigned Owner: [email protected] Labels: Type-Bug Pri-3 OS-All Area-BrowserUI
New issue 6874 by [email protected]: Keyword cleanup and fill_into_edit should agree on trailing slashes http://code.google.com/p/chromium/issues/detail?id=6874 If I have an auto keyword for "google.com", and start typing 'g', I get inline autocompleted to "google.com/" (note trailing slash). The keyword hint system manages to figure out that this matches. But if I now hit <end> + space + another key, so that I have "google.com/ g", I don't get the keyword UI, because apparently now "google.com/" is considered not to match my keyword. The best solution to this is probably to make this second input string also match the keyword. Another possibility is that none of the AutocompleteMatch::fill_into_edits could include the trailing slash. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
