Closed
Bug 915549
Opened 13 years ago
Closed 8 years ago
[Keyboard] Get rid of LAYOUT_PAGE_DEFAULT global variable in latin.js
Categories
(Firefox OS Graveyard :: Gaia::Keyboard, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: janjongboom, Unassigned)
Details
Either modify keyboard.setLayoutPage() to use the default when no argument is passed, or pass the default layout page as part of the keyboard object so that line 386 turns into:
keyboard.setLayoutPage()
or
keyboard.setLayoutPage(keyboard.defaultLayoutPage)
This will require changes to keyboard.js:1735.
Actually, since we only call setLayoutPage() once, maybe just change that function to resetLayoutPage() and have it restore to the default layout.
Comment 1•8 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•