Closed
Bug 809172
Opened 12 years ago
Closed 12 years ago
Keyboard would not get onfocuschange when launched from Prompt window
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(blocking-basecamp:+, firefox18 fixed, firefox19 fixed)
People
(Reporter: rudyl, Assigned: rudyl)
References
Details
STR
====
1. with B2G, go to UI Test > Alert/Prompt tests.
2. Click [Prompt] to launch prompt window
3. click input field.
Expected:
The keyboard will show up.
Actual:
No keyboard.
- From keyboard app.'s view, there is no onfocuschange event.
--
Should be a blocking-basecamp issue, since we could not rename our bluetooth device name in settings.
(Settings app. > Bluetooth > Cick "Rename My Device"
Assignee | ||
Comment 1•12 years ago
|
||
I can reproduce this issue with b2g desktop,
http://hg.mozilla.org/mozilla-central/rev/7b2ba9e2d17f
Still finding the regression range.
Updated•12 years ago
|
blocking-basecamp: ? → +
Assignee | ||
Comment 2•12 years ago
|
||
For Gecko part, it is the same as Bug 808651.
===
I think this is a regression caused by Bug 807575.
https://hg.mozilla.org/mozilla-central/rev/a07b751f25a0
This issue would not occur with:
http://hg.mozilla.org/mozilla-central/rev/12e3879d1fb3
--
However, please be informed that while reverting to Gecko 12e3879d1fb3, you also need to back out the following Gaia commit to get keyboard for prompt window.
https://github.com/mozilla-b2g/gaia/commit/c08e6bed1ffd06d152f5d7a63aadb99fc4d7b00a
"Merge pull request #6264 from gregorwagner/smsCrash"
This change about removing all background services seems to make keyboard app. not show up even with Gecko 12e3879d1fb3.
Comment 3•12 years ago
|
||
Rudy, can you still reproduce this bug? The Prompt test and Bluetooth's "Rename My Device" both work for me.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Comment 4•12 years ago
|
||
(In reply to Chris Peterson (:cpeterson) from comment #3)
> Rudy, can you still reproduce this bug? The Prompt test and Bluetooth's
> "Rename My Device" both work for me.
Still happen to me on nightly (20121113070802).
Assignee | ||
Comment 5•12 years ago
|
||
This issue should be fixed with 810769.
Thanks.
Updated•12 years ago
|
Resolution: WORKSFORME → DUPLICATE
Updated•12 years ago
|
Assignee: nobody → rlu
status-firefox18:
--- → fixed
status-firefox19:
--- → fixed
Target Milestone: --- → B2G C2 (20nov-10dec)
You need to log in
before you can comment on or make changes to this bug.
Description
•