Closed
Bug 1449488
Opened 7 years ago
Closed 7 years ago
Investigate why EnterSelection is still hit by 0,6% of users
Categories
(Firefox :: Address Bar, enhancement, P1)
Tracking
()
RESOLVED
DUPLICATE
of bug 1452890
People
(Reporter: mak, Assigned: mak)
References
Details
(Whiteboard: [fxsearch])
Telemetry shows EnterSelection is still a common category, while we'd expect almost all of the entries to go to the other more specific categories.
We should try to understand which code path can bring to that.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [fxsearch]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → mak77
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 years ago
|
||
I found a couple cases so far:
1. if the user right clicks on an entry, we currently select the entry, then the user could press enter, it will be accounted as an enterSelection. Since we don't have a contextual menu (for now) a right click should be ignored.
2. add-ons using the same API as Cliqz can be accounted like this
Assignee | ||
Comment 2•7 years ago
|
||
Considered I didn't find any other instances, I'm duping this to bug 1452890
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•