Open Bug 1609321 Opened 5 years ago Updated 4 years ago

URL autofill sometimes flickers when typing the wrong case

Categories

(Firefox :: Address Bar, defect, P3)

defect
Points:
3

Tracking

()

People

(Reporter: adw, Unassigned)

References

Details

  1. Type "bugzilla.mozilla.org/s" to autofill a URL like bugzilla.mozilla.org/show_bug.cgi?id=123456
  2. Press backspace to delete the selected part
  3. Press backspace again to delete the "s"
  4. Type an uppercase "S" and then start typing the rest of "how_bug". The case doesn't matter for the "how_bug" part.

Most of the time you try this, the rest of the "how_bug" etc. part -- which is selected -- flickers and then disappears. Step 1 seems to be necessary.

I'm guessing that it's autofilling the placeholder, and then when the search is done, it's correctly removing the autofilled part because it doesn't actually match due to the difference in case. So I would guess that the placeholder logic is incorrectly doing a case-insensitive comparison, but I haven't debugged this yet.

Severity: normal → S4
You need to log in before you can comment on or make changes to this bug.