Closed
Bug 950082
Opened 11 years ago
Closed 11 years ago
[Systems] Remove Keyboard Indicator in the Status Bar
Categories
(Firefox OS Graveyard :: Gaia::System, defect, P1)
Tracking
(blocking-b2g:1.3+, b2g-v1.3 fixed)
People
(Reporter: padamczyk, Assigned: gasolin)
References
Details
(Whiteboard: ux-tracking, visual design, visual-tracking, jian [FT:System-Platform])
Currently there is an indicator in the status bar letting you know there are more keyboards available, this is not needed for a good UX, lets remove it.
| Reporter | ||
Updated•11 years ago
|
| Assignee | ||
Comment 1•11 years ago
|
||
We can revert bug 939011 or just disable the keyboardimeswitchershow/hide listener in case there's any future change.
alive, how do you think?
| Assignee | ||
Updated•11 years ago
|
Flags: needinfo?(alive)
| Assignee | ||
Comment 3•11 years ago
|
||
revert gaia-master https://github.com/mozilla-b2g/gaia/commit/6c964e445cf49978f59ce39672eedad9b17e16c4
Need approval to revert from 1.3
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Whiteboard: ux-tracking, visual design, visual-tracking, jian → ux-tracking, visual design, visual-tracking, jian [FT:System-Platform]
Comment 4•11 years ago
|
||
(In reply to Fred Lin [:gasolin] from comment #3)
> revert gaia-master
> https://github.com/mozilla-b2g/gaia/commit/
> 6c964e445cf49978f59ce39672eedad9b17e16c4
>
> Need approval to revert from 1.3
If UX has claimed this is a requirement, then this blocks.
blocking-b2g: 1.3? → 1.3+
Comment 5•11 years ago
|
||
There is a revert conflict for v1.3:
++<<<<<<< HEAD
+ // Listen to the IME switcher shows/hide
+ window.addEventListener('keyboardimeswitchershow', this);
+ window.addEventListener('keyboardimeswitcherhide', this);
++=======
+ window.addEventListener('appopened', this);
+ window.addEventListener('homescreenopened', this.show.bind(this));
++>>>>>>> 6c964e4... Merge pull request #14681 from gasolin/issue-950082
| Assignee | ||
Comment 6•11 years ago
|
||
manually revert bug 950082 keyboard IME indicator in 1.3 https://github.com/mozilla-b2g/gaia/commit/32f2460b4686619f223a1ca0d119a214c87ccc85
status-b2g-v1.3:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•