[Koha-bugs] [Bug 17011] Remove "onblur" event attribute from some templates

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 1 16:27:21 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=17011

--- Comment #1 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 53841
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=53841&action=edit
Bug 17011 - Remove "onblur" event attribute from some templates

Several templates have an "onblur" event attribute in the markup. This
patch moves the onblur event definition into the JavaScript.

To test, apply the patch and clear your browser cache if necessary.

In Administration -> Authority types:

  - Choose "New authority type."
  - Enter any text into the "Authority type" field.
  - Moving the cursor focus away from this field should convert your
    text to uppercase.

In Administration -> MARC bibliographic framework:

  - Choose "New framework."
  - Enter any text into the "Framework code" field.
  - Moving the cursor focus away from this field should convert your
    text to uppercase.

In Administration -> Currencies and exchange rates:

 - Choose "New currency."
  - Enter any text into the "Currency" field.
  - Moving the cursor focus away from this field should convert your
    text to uppercase.

In Administration -> Item types

 - Choose "New item type."
  - Enter any text into the "Item type" field.
  - Moving the cursor focus away from this field should convert your
    text to uppercase.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list