Forums | Mahara Community
Support
/
Edit Profile not working in IE
30 December 2009, 22:25
Hello -
Running into issues with Edit Profile. Form fields not allowing you to insert data to update profile. Error occurs from the "Contact Info" tab. About Me tab fileds work.
ANy ideas on why this error is occuring in IE
Thanks
14 January 2010, 1:23
This is the Internet Explorer issue with CSS.
Do as following instructions and it will work
file - /mahara/artefact/internal/theme/raw/index.tpl add following red lines. This solves the IE CSS issue.
<!--[if IE]>
<style type="text/css">
fieldset.collapsible {
position: relative;
}
</style>
<![endif]-->
{$profileform}
<script type="text/javascript">
{literal} insertSiblingNodesAfter('profileform', DIV({'id': 'profile-loading'}, IMG({'src': config.theme['images/loading.gif'], 'alt': ''}), ' ', get_string('loading')));{/literal}
</script>
{include file="footer.tpl"}