Open
Bug 1962200
Opened 22 days ago
Updated 12 hours ago
Pressing Option + Up / Down should scroll engines / open unified search button
Categories
(Firefox :: Address Bar, enhancement, P2)
Firefox
Address Bar
Tracking
()
ASSIGNED
People
(Reporter: daleharvey, Assigned: daisuke, NeedInfo)
References
Details
(Whiteboard: [sng-scotchbonnet-followon][scotchbonnet-unifiedsearchbutton])
No description provided.
Updated•22 days ago
|
Updated•10 days ago
|
Priority: -- → P2
Updated•10 days ago
|
Whiteboard: [sng-scotchbonnet] → [sng-scotchbonnet-followon]
Assignee | ||
Updated•3 days ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•2 days ago
|
||
Hi Dale!
I tried to implement this one, but it might be impossible to do on the current element we are using.
My approach was to add the key event listener to the component and scroll when we detect the event.
We changed the popup component from <panel>
to <menupopup>
in bug 1934410 though, it seems that we can't detect key events for the menupopup element. Also, looks like there is no way to change the scroll behavior for inside of menupopup.
Thus, I don't think we can do it by my approach, but do you have another approach?
Flags: needinfo?(dharvey)
Updated•15 hours ago
|
Whiteboard: [sng-scotchbonnet-followon] → [sng-scotchbonnet-followon][scotchbonnet-unifiedsearchbutton]
Updated•12 hours ago
|
Severity: -- → N/A
You need to log in
before you can comment on or make changes to this bug.
Description
•