[MGNLINTEMPL-29] Javascript breaks rendering in IE 8 Created: 25/Jan/13 Updated: 16/Apr/13 Resolved: 07/Feb/13 |
|
| Status: | Closed |
| Project: | Magnolia In-place templating Module (closed) |
| Component/s: | None |
| Affects Version/s: | 1.3.1, 1.3.2 |
| Fix Version/s: | 1.3.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Jan Christian Haddorp | Assignee: | Jaroslav Simak |
| Resolution: | Fixed | Votes: | 4 |
| Labels: | browser_issue | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Environment: |
http://demo.magnolia-cms.com/.magnolia/pages/adminCentral.html |
||
| Attachments: |
|
||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Template: |
|
||||||||||||||||||||||||||||
| Acceptance criteria: |
Empty
|
||||||||||||||||||||||||||||
| Date of First Response: | |||||||||||||||||||||||||||||
| Description |
|
Is it possible that the Magnolia admin cannot be used with Internet Explorer. Issue was introduced in + simpleSearch: function(val){
+ if(document.mgnlForm && document.mgnlForm.searchStr){
+ if(document.mgnlForm.searchAdvanced){
+ document.mgnlForm.searchAdvanced.value = "false";
+ }
+ document.mgnlForm.searchStr.value = val;
+ document.mgnlForm.submit();
+ }
+ else{
+ document.location = contextPath + '/.magnolia/pages/templatesSearchList.html?searchStr=' +val;
+ }
+ }, // this comma is causing javascript problems in IE 8
|
| Comments |
| Comment by Melodee Joy Hoene [ 07/Feb/13 ] |
|
I currently have this issue and it is affecting production. How can I implement this fix? I'm currently running 4.5.7 |
| Comment by Jaroslav Simak [ 08/Feb/13 ] |
|
Hi, i attached file called templates.js to this ticket. Download this file and put it into your /WEB-INF/classes/mgnl-resources/js-classes/mgnl/templates folder. Then restart your instance, clean cache and IE 8 should work fine again. Cheers, |