![]() |
|
|
|
|
Change By:
|
Jaroslav Simak
(07/Feb/13 2:03 PM)
|
|
Description:
|
Is it possible that the Magnolia admin cannot be used with Internet Explorer. We are using IE8 and have tested with different computers on our own site as well as on the Magnolia Demo site.
Issue was introduced in MGNLINTEMPL-21.
There is a comma after last method and IE 8 can't handle it. {noformat} + 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 {noformat}
|
|
|
|
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|
----------------------------------------------------------------
For list details, see: http://www.magnolia-cms.com/community/mailing-lists.html
Alternatively, use our forums: http://forum.magnolia-cms.com/
To unsubscribe, E-mail to: <
[email protected]>
----------------------------------------------------------------