Forums | Mahara Community

Support /
Edit Profile not working in IE


anonymous profile picture
Account deleted
Posts: 1

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

Yaju Mahida's profile picture
Posts: 131

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.

{include file="header.tpl"}
<!--[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"}

anonymous profile picture
Account deleted
Posts: 808

14 January 2010, 16:15

This bug was reported a few days ago here:

https://bugs.launchpad.net/mahara/+bug/506481

3 results