Bug 6932 - Javascript errors in irregular pattern check update
Summary: Javascript errors in irregular pattern check update
Status: CLOSED WONTFIX
Alias: None
Product: Koha
Classification: Unclassified
Component: Serials (show other bugs)
Version: 3.12
Hardware: All All
: P5 - low normal
Assignee: Maxime Pelletier
QA Contact: Bugs List
URL:
Keywords:
: 7415 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-09-28 19:42 UTC by Maxime Pelletier
Modified: 2015-06-04 23:24 UTC (History)
3 users (show)

See Also:
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 (2.75 KB, patch)
2011-09-28 19:42 UTC, Maxime Pelletier
Details | Diff | Splinter Review

Note You need to log in before you can comment on or make changes to this bug.
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.