Open
Bug 341017
Opened 19 years ago
Updated 3 years ago
History dropdown launches the popup under the keyboard.
Categories
(Core :: XUL, defect)
Tracking
()
NEW
People
(Reporter: mgalli, Unassigned)
Details
We want to change it so it goes up instead.
I checked in the temporary solution
---
[id=PopupAutoComplete].oldShowPopup = showPopup
[id=PopupAutoComplete].showPopup = trapPopup
trapPopup calls oldShowPopup with the forced values: "topleft","bottomleft"
Comment 1•19 years ago
|
||
The problem is that the xul popups always drop down if there is space. I think what we want to do is have a pref to force the widget to pop in the upperward direction.
Updated•19 years ago
|
Component: Minimo Front-End → XP Toolkit/Widgets: XUL
OS: Windows XP → All
Product: Minimo → Core
Version: WinCE → 1.8 Branch
Updated•19 years ago
|
Assignee: dougt → nobody
QA Contact: chofmann → xptoolkit.xul
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: xptoolkit.xul → xptoolkit.widgets
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•