Commit Graph

37 Commits

Author SHA1 Message Date
Justin Lebar
2cf4281232 Bug 833796 - Remove a shutdown observer in forms.js to fix a leak. r=vingtetun 2013-01-23 11:57:31 -05:00
Margaret Leibovic
b4cf1a50f5 Bug 824148 - [KEYBOARD] Input type=range should bring up the number keyboard. r=ttaubert 2013-01-10 13:25:30 +01:00
Mounir Lamouri
6393630aee Bug 777283 - Adds <input type='time'> behind "dom.experimental_forms" pref. r=smaug 2013-01-08 17:10:00 +00:00
Tim Taubert
a7662de4bc Bug 820057 - Hide the keyboard on pagehide and submit events r=margaret a=blocking-basecamp 2013-01-07 12:09:50 +01:00
James Lal
b29e1a3379 Bug 819598 - When opening keyboard, don't scrollIntoView() input elements that are already in view r=djf a=blocking-basecamp 2013-01-04 16:00:21 +01:00
Tim Taubert
a828585ba3 Bug 823645 - [B2G][Keyboard] Keyboard does not show for advanced HTML editors r=vingtetun a=blocking-basecamp 2013-01-04 16:00:21 +01:00
Raphael Catolino
957775fb4a Bug 769385 - Add type attribute date for <input> behind "dom.experimental_forms" pref. r=mounir 2012-12-27 16:06:53 +00:00
Chris Peterson
7f799869ce Backout 69b6541efafc, 8351e1baffcb, and ae4a7e6f0e0b (bug 766066) for regressions like bug 823832. r=regressions 2012-12-21 11:08:56 -08:00
Chris Peterson
00324ce143 Bug 766066 - Part 3: Open keyboard when user taps input element, not when panning. r=djf
--HG--
extra : rebase_source : 69db692037f659f47c5560b7d1f9c36179e1aa69
2012-12-19 11:49:25 -08:00
Chris Peterson
4abdb09f91 Bug 766066 - Part 2: Handle element focus and IME state separately. r=djf
--HG--
extra : rebase_source : 337546eaa5a10386bd05cc52e3af65ccdaf422fa
2012-12-19 11:49:23 -08:00
Chris Peterson
59c8336bf9 Bug 766066 - Part 1: Remove "ime-enabled-state-changed" observer. r=djf
--HG--
extra : rebase_source : df8e30552aa17078141b878482702577fb15d70d
2012-12-19 11:49:18 -08:00
Chris Peterson
553f97211c Bug 766066 - Part 0: Rename some B2G keyboard functions. r=djf
--HG--
extra : rebase_source : ab47fe3a390709b89c9bd15c6c273fbbcf4b9b8b
2012-12-18 15:10:18 -08:00
Tim Taubert
e74ae7978e Bug 811953 - [keyboard] Submitting a form from a text field with the keyboard up persists the keyboard. r=vingtetun 2012-11-30 12:56:53 +01:00
Mounir Lamouri
76c164a59d Bug 796544 - Use x-inputmode instead of inputmode in B2G/Gaia. r=djf 2012-11-15 14:38:47 +00:00
Yuan Xulei
ab3a475e75 Bug 796365 - Treat contenteditable as a special text field to bring up the keyboard. r=vingtetun a=blocking-basecamp 2012-11-12 16:52:24 +08:00
Chris Peterson
8d47158999 Bug 785663 - Wait for keyboard to stop resizing before scrolling text input into view. r=djf a=blocking-basecamp+ 2012-11-09 09:39:23 -08:00
Tim Taubert
baf27e7b33 Bug 802073 - Follow-up: check IME mode for text inputs only r=yxl a=blocking-basecamp 2012-11-07 17:32:09 +01:00
Tim Taubert
962591ca72 Bug 802073 - Receive input event twice from input tag type:time and type:date r=vingtetun a=blocking-basecamp 2012-11-07 12:53:24 +01:00
Tim Taubert
101d75524c merge m-c to fx-team 2012-10-25 21:23:58 +02:00
Tim Taubert
96627e84b6 Bug 804827 - bustage fix for Cu.isDeadWrapper(null) r=djf a=sicking 2012-10-25 01:30:14 +02:00
Tim Taubert
1a4f1036c6 Bug 804827 - can't access dead object in forms.js line 49 r=djf a=sicking 2012-10-24 20:09:12 +02:00
David Flanagan
52751dfc4c Bug 796544 - Pass the inputmode attribute value to mozKeyboard. r=cpeterson 2012-10-12 14:51:13 -07:00
Tim Taubert
56a91bbd83 merge m-c to fx-team 2012-10-10 09:32:35 +02:00
Tim Taubert
0780e393ae Bug 796269 - [settings] set time manually once, cannot do again r=vingtetun 2012-10-09 17:29:32 +02:00
David Flanagan
186f123585 Bug 796080 - Pass inputmode, selectionStart, and selectionEnd to mozKeyboard. r=vingtetun 2012-10-04 23:21:10 -07:00
Shih-Chiang Chien
edbd5bf309 Bug 793108 - Add removeFocus() for MozKeyboard. r=sicking 2012-10-17 19:18:14 +08:00
Rudy Lu
f34256abc2 Bug 794878 - Keyboard API should pass initial values for input[type="date|time"] and others. r=vingtetun 2012-09-29 12:32:57 -04:00
Vivien Nicolas
bba028c12d Bug 793553 - [b2g] oninput is not fired when the content of an input field is changed. r=mounir 2012-09-26 13:08:50 +02:00
Shih-Chiang Chien
8f39d91f36 Bug 784590 - No onchange event after seleted options by value selector(mozbrowser <select>), r=fabrice 2012-09-05 14:10:55 +08:00
Raphael Catolino
fa05342698 Bug 780857 - Enable the pref to use the experimental forms by default in b2g r=mounir 2012-08-08 21:46:38 +02:00
Rudy Lu
1de3573fd4 Bug 780080 - The type returned is always 'text' for input type='date'/time element in the mozKeyboard.onfocuschange; r=vingtetun 2012-08-07 09:09:38 -07:00
Vivien Nicolas
58d773ea44 Bug 770869 - Ignore input type='image' in the IME API. r=fabrice 2012-07-13 04:28:19 +02:00
Vivien Nicolas
845b493515 Bug 766878 - IME prototype doesn't work with <iframe mozbrowser remote>. r=cjones 2012-06-26 16:01:53 +02:00
Vivien Nicolas
391f0cf3dc Bug 766549 - Keyboard appear when pressing buttons. r=fabrice 2012-06-26 08:42:45 +02:00
Vivien Nicolas
ffd85ba9c4 Bug 754083 - Implement mozKeyboard.onfocuschange. r=fabrice
--HG--
extra : rebase_source : 7ea816e0c26597dde61b166e5ecf5ce2232aac2e
2012-06-06 14:19:33 +02:00
Vivien Nicolas
bd5d0508d8 Bug 758672 - Support mozKeyboard.setValue. r=fabrice
--HG--
extra : rebase_source : ab1014d247556d65dceb8c9da45a894ee5266ed4
2012-06-06 14:19:33 +02:00
Vivien Nicolas
1b42777b6f Bug 757496 - Support mozKeyboard.setSelectedOption[s]. r=fabrice
--HG--
extra : rebase_source : 4f62f03c060524aa62eb388554b1c94d674505b6
2012-06-06 14:19:33 +02:00