On Tue, Feb 11, 2014 at 11:58:43AM -0800, jezra wrote: > Perhaps I am missing something in regards to the performance issue that > would necessitate changing from a WYSIWYG keyboard to the ALL CAPS > keyboard. Other than simply using the keyboard, is there a way for me > to reproduce the performance hit?
There was a change to the keyboard that set `text-transform: uppercase` and removed the *visible* change when switching case, but the keyboard was still spending time adjusting the DOM instead of handling input: https://bugzil.la/860318#c48 The followup change is https://bugzil.la/875963 which landed in what will be 1.4 and might be uplifted to 1.3; that one takes advantage of the lack of visible change to optimize the implementation. --Jed _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
