http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12815
--- Comment #12 from Indranil Das Gupta <[email protected]> --- Created attachment 31177 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31177&action=edit Adds the jQuery.IME support hooks for the Koha staff client The original patch http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=31152 is being split up into a 5-part patchset as per discussion on #koha This 5/5 adds the jQuery.IME support hooks for the Koha staff client. It introduces a new syspref 'UsejQueryIMEonStaff' and inserts into sysprefs.sql and updatedatabase.pl. The entry for UsejQueryIMEonStaff is also added in the i18n_l10n.pref YAML file under 'Multi-lingual keyboard' sub-section. Test Plan: 1) Apply patch 2) Update the database (so that the new system preference is inserted) 3) Go to Administration -> System Preferences -> I18N/L10N in the staff client. 4) Under "Multi-Lingual keyboard", "Enable" the UsejQueryIMEonStaff system preference. Open the refresh the staff client window and click inside any input text or textarea field after the page loads. You should see small keyboard graphics attached to the bottom right edge of the text field. 5) Click on the keyboard graphics to expand the drop-down. Select your language. The drop-down will close. 6) Click again on the keyboard icon, it should now offer the list of input methods available for the language selected in step 5. 7) You should be able to type in your chosen input method. To switch back to English while on that page press CTRL+M. This toggles between input methods while on the page. 8) Repeating step #4 about to select "Do not enable", should disable jQuery.IME support for the staff client. NOTE 1: For a language to work, the operating system should have UTF-8 support and in the case of Indic and other asian languages Complex layout rendering support and the necessary fonts. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
