** Also affects: ubuntu-keyboard (Ubuntu RTM) Importance: Undecided Status: New
** Changed in: ubuntu-keyboard Status: New => Fix Committed ** Changed in: ubuntu-keyboard (Ubuntu) Status: New => In Progress ** Changed in: ubuntu-keyboard Status: Fix Committed => In Progress ** Changed in: ubuntu-keyboard (Ubuntu RTM) Status: New => In Progress -- 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: In Progress 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 -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp