Bug 6932

Summary: Javascript errors in irregular pattern check update
Product: Koha Reporter: Maxime Pelletier <pelletiermaxime>
Component: SerialsAssignee: Maxime Pelletier <pelletiermaxime>
Status: CLOSED WONTFIX QA Contact: Bugs List <koha-bugs>
Severity: normal    
Priority: P5 - low CC: chris, jonathan.druart, nengard
Version: 3.12   
Hardware: All   
OS: All   
Change sponsored?: --- Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:
Attachments: Fix js under ie

Description Maxime Pelletier 2011-09-28 19:42:03 UTC
Created attachment 5633 [details] [review]
Fix js under ie

This patch simply and fixes the js function IrregularPattern.prototype.update to work under ie by using jQuery.
It also makes the code to resize the textarea do what the comment says it should.
Comment 1 Jared Camins-Esakov 2012-03-10 17:32:09 UTC
Could give us more details on what the problem is?
Comment 2 Katrin Fischer 2014-03-26 23:02:03 UTC
I think I ran into this bug - in IE it's not possible to select the issues to receive when you receive less items than the pattern would predict. I am not sure what to do about this bug, as the problem will only exist in versions pre 3.14, predating the partial serials rewrite.
Comment 3 Katrin Fischer 2014-03-26 23:13:13 UTC
*** Bug 7415 has been marked as a duplicate of this bug. ***
Comment 4 Katrin Fischer 2014-11-10 10:28:39 UTC
3.12 will be out of maintenance very soon, I am closing this bug report. But please reopen if there is still an interest in this patch.