Closed
Bug 645725
Opened 15 years ago
Closed 14 years ago
Don't require two taps to open non-fullscreen landscape keyboard (e.g. Xoom)
Categories
(Firefox for Android Graveyard :: General, defect, P2)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 7
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: polish, Whiteboard: [vkb])
Attachments
(2 files, 1 obsolete file)
2.30 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
6.00 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
We currently require two taps in the urlbar before we will show the landscape keyboard (bug 593456). This is useful when the landscape keyboard is full-screen and completely obscures the UI.
However, the landscape keyboard in Android 3.0 "Honeycomb" on the Motorola Xoom is not full-screen, so we should show it on the first tap.
Originally reported at https://support.mozilla.com/en-US/questions/801959
Comment 1•15 years ago
|
||
I'd like to try to stop using the fullscreen keyboard too (bug 615778)
Comment 2•15 years ago
|
||
yes - on a tablet, definitely.
![]() |
||
Updated•15 years ago
|
Priority: -- → P2
Comment 3•15 years ago
|
||
Do we have any way to tell if the keyboard is fullscreen or not?
If not, we'd need to make a whitelist of devices that use non-fullscreen keyboards in landscape. If bug 615778 is fixed for some devices, we'd need to add those devices to the whitelist too.
Assignee | ||
Comment 4•14 years ago
|
||
Attachment #536766 -
Flags: review?(mark.finkle)
Comment 5•14 years ago
|
||
Comment on attachment 536766 [details] [diff] [review]
patch
Can you make Utils.isKeyboardFullscreen() and use it here?
Looks good, just want to see the new patch.
Attachment #536766 -
Flags: review?(mark.finkle) → review-
Assignee | ||
Comment 6•14 years ago
|
||
Moved the new code to its own function. I made this a private method of BrowserUI because it's not really useful outside of the main chrome window, and because I hope this code will go away if we manage to use non-fullscreen keyboard everywhere.
Attachment #536766 -
Attachment is obsolete: true
Attachment #536819 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #536819 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 7•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 7
Assignee | ||
Comment 8•14 years ago
|
||
This updates browser-chrome tests broken by this change, and fixes two unrelated permaoranges.
Attachment #536997 -
Flags: review?(mark.finkle)
Updated•14 years ago
|
Attachment #536997 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 9•14 years ago
|
||
Comment on attachment 536997 [details] [diff] [review]
test fixes
http://hg.mozilla.org/mozilla-central/rev/a52b04dc29ea
![]() |
||
Comment 10•14 years ago
|
||
Verified fix on Motorola Xoom. Mozilla/5.0 (Android; Linux armv7l; rv:7.0a1) Gecko/20110610 Firefox/7.0a1 Fennec/7.0a1. Single tap brings up half keyboard view.
Status: RESOLVED → VERIFIED
![]() |
||
Updated•14 years ago
|
Flags: in-litmus?(tchung)
You need to log in
before you can comment on or make changes to this bug.
Description
•