touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #46318
[Bug 1384278] Re: Impossible to change enter button without unfocusing the textfield
This bug was fixed in the package ubuntu-keyboard -
0.99.trunk.phablet2+15.04.20150108-0ubuntu1
---------------
ubuntu-keyboard (0.99.trunk.phablet2+15.04.20150108-0ubuntu1) vivid; urgency=low
[ CI Train Bot ]
* Resync trunk
[ Ubuntu daily release ]
* New rebuild forced
[ Renato Araujo Oliveira Filho ]
* Make sure that changes on "InputMethod.extensions" property get
propagated to maliit. (LP: #1384278)
[ Michael Sheldon ]
* Fix keyboard visibility reporting (LP: #1404309)
* Extend existing autopilot tests to more thoroughly test each layout,
add new tests for extended keys and ".com" key and fix crash when
using keyboard after autopilot tests have been run.
* Speed up individual backspaces and switch between individual and
word backspace based on 3 words having been deleted instead of 3
seconds having passed. (LP: #1347488)
-- Ubuntu daily release <ps-jenkins@xxxxxxxxxxxxxxxxxxx> Thu, 08 Jan 2015 18:07:56 +0000
** Changed in: ubuntu-keyboard (Ubuntu)
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-keyboard in Ubuntu.
https://bugs.launchpad.net/bugs/1384278
Title:
Impossible to change enter button without unfocusing the textfield
Status in Ubuntu Keyboard:
In Progress
Status in ubuntu-keyboard package in Ubuntu:
Fix Released
Status in ubuntu-keyboard package in Ubuntu RTM:
In Progress
Bug description:
In webbrowser app we want to change enter icon on keyboard following
what's the address in the addressbar. So if the url in addressbar is
the same of page url we want the reload icon, if not we want the enter
icon.
Unfortunately to change icon we need to reload the keyboard, and to do
this we need to unfocus and focus again the textfield, that isn't a
viable way.
This is the code I tried, and it isn't calculate in realtime
InputMethod.extensions: {
"enterKeyIconSource": actionStatus == "reload" ? "reload" : "keyboard-enter"
}
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1384278/+subscriptions