status message bug ie8

status message update bug in ie8 if you hit enter the page just reloads

Quote · 24 Nov 2012

http://www.boonex.com/trac/dolphin/ticket/2912

Rules → http://www.boonex.com/terms
Quote · 25 Nov 2012

If status message is changed on account page it still redirects to profile page.

user_status_light.html

<div class="statusTab">

    <div class="input_wrapper input_wrapper_text bx-def-round-corners-with-border" style="width:345px;">

        <input id="UserStatusMessBut_nm" class="form_input_text bx-def-font" type="text" value="__status_message__" name="UserStatusMessage" onkeyup="if (typeof oBxUserStatus != undefined) oBxUserStatus.sendStatusMessage(event, this);return false;" />

    </div>

    <div class="input_wrapper input_wrapper_submit bx-def-margin-sec-left">

        <input class="bx-btn bx-btn-small" type="button" value="<bx_text:_Submit />" name="UserStatusMessBut" onclick="if (typeof oBxUserStatus != undefined) oBxUserStatus.PerformSendingStatusMess(document.getElementById('UserStatusMessBut_nm'));return false;" />

    </div>

    <div class="clear_both"></div>

</div>



<div class="statusTab">

    <div class="input_wrapper input_wrapper_text bx-def-round-corners-with-border" style="width:345px;">

        <input id="UserStatusMessBut_nm" class="form_input_text bx-def-font" type="text" value="__status_message__" name="UserStatusMessage" onkeypress="if(typeof oBxUserStatus != 'undefined') return oBxUserStatus.sendStatusMessage(event, this);return false;" />

    </div>

    <div class="input_wrapper input_wrapper_submit bx-def-margin-sec-left">

        <input class="bx-btn bx-btn-small" type="button" value="<bx_text:_Submit />" name="UserStatusMessBut" onclick="if (typeof oBxUserStatus != undefined) oBxUserStatus.PerformSendingStatusMess(document.getElementById('UserStatusMessBut_nm'));return false;" />

    </div>

    <div class="clear_both"></div>

</div>

Quote · 28 Nov 2012

It was some more changes regarding this bug, and now it works fine on our side. 

Make sure that all changes are applied, Dolphin and browser caches are cleared.

Or wait for the official patch to test it again.

If status message is changed on account page it still redirects to profile page.

 

Rules → http://www.boonex.com/terms
Quote · 29 Nov 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.