Closed
Bug 456212
Opened 17 years ago
Closed 16 years ago
entrycompletion widget (awesome bar) grabs focus in a odd way
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0a2
People
(Reporter: tonikitoo, Assigned: enndeakin)
References
Details
Attachments
(1 file)
50.60 KB,
image/png
|
Details |
1) open fennec and start typing something in the urlbar - autocomplete shows up.
2) keep it opened and tap something outside the fennec window (e.g. open another application or just tap a task navigation menu)
awesomebar keeps in the top of the screen (see screenshots #1 and #2), because of grabs focus wrongly.
Comment 1•17 years ago
|
||
is this focus or just zorder?
Assignee: nobody → enndeakin
Flags: blocking-fennec1.0+
Assignee | ||
Comment 2•17 years ago
|
||
Looks like a rollup issue. The widget code should be rolling up popups when another application or system UI is used. Is the device not sending the right notifications, or am I possibly remembering that this wasn't always fully implemented on Linux?
Reporter | ||
Comment 3•17 years ago
|
||
I believe this is a focus issue: see http://mxr.mozilla.org/mozilla-central/source/widget/src/gtk2/nsWindow.cpp#2867
we avoid the entrycompletion to grab the focus when vkb is up (otherwise double tap was needed to input from vkb - see bug 435885) , so it is probably the same case here: all 'child-windows" created are grabbing the focus that way...
Assignee | ||
Comment 4•17 years ago
|
||
Antonio, is this something you know how to fix?
Reporter | ||
Comment 5•17 years ago
|
||
(In reply to comment #4)
> Antonio, is this something you know how to fix?
Neil, we could just avoid child windows to grab focus (as we did if vkb is up) in nsWindow.cpp if #HILDON.
stuart, mfinkle: is that something worth to do, even after after your discussion on #mobile about replacing autocomplete popup as it by a richlistbox or something else (no popup). If so , I could do that ...
Comment 6•16 years ago
|
||
I think this is probably worked around by bug 466717?
Comment 7•16 years ago
|
||
Yeah, these issues go away with bug 466717 fixed.
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Fennec A2
Comment 8•16 years ago
|
||
verified FIXED on build:
Mozilla/5.0 (X11; U; Linux armv6l; en-US; rv:1.9.3a1pre) Gecko/20090821
Fennec/1.0b3pre
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•