Bug 6794

Summary: Broken toggle in member-flags in ie
Product: Koha Reporter: Maxime Pelletier <pelletiermaxime>
Component: Browser compatibilityAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Bugs List <koha-bugs>
Severity: minor    
Priority: PATCH-Sent (DO NOT USE) CC: chris, gmcharlt, koha.sekjal
Version: master   
Hardware: PC   
OS: Windows   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Attachments: patch to fix the bug
Bug 6794 : Fixing a bug with member flags in IE
Signed-off patch for 3.4.x

Description Maxime Pelletier 2011-08-26 20:59:22 UTC
Created attachment 5171 [details] [review]
patch to fix the bug

The checkboxes uses onchange which fires in ie only onblur.
Patch attached changes the event to onclick.
This patch is for 3.2, but the bug is also in 3.4 and the patch could easily be modified.
Comment 1 Chris Cormack 2011-08-26 21:11:21 UTC Comment hidden (obsolete)
Comment 2 Owen Leonard 2011-08-29 15:05:31 UTC
Created attachment 5213 [details] [review]
Signed-off patch for 3.4.x

This patch fixes the behavior in IE (tested in IE8) without altering the correct behavior in other browsers.
Comment 3 Ian Walls 2011-08-29 15:10:37 UTC
Template only change, easy to read, marking as Passed QA.
Comment 4 Chris Cormack 2011-09-01 09:11:19 UTC
Pushed to master please test
Comment 5 Chris Nighswonger 2011-10-26 18:02:37 UTC
The fix for this bug was published in the 3.4.5 release. If you were the reporter of this bug, please take time to verify the fix and update the status of this bug report accordingly. If the bug is fixed to your satisfaction, please close this report.