As it is explained in this bug
https://issues.openbravo.com/view.php?id=9739
MessageBox (error, success, info and warning) were not properly shown in
new Firefox 3.5
Cause of this, wad windows html code (and in few days all manual
windows) of 2.40 and 2.50 have been changed in order to support
MessageBoxes in Firefox 3.5
I paste the needed changes in each html containing a MessageBox. Please
when you update your modules, apply also these changes in order to have
a good MessageBox look and feel in Firefox 3.5
Thanks.
David
@@ -aaa,aa +bbb,bb @@
<table cellpadding="0" cellspacing="0" style="width: 100%;">
<tbody>
<tr>
- <td>
- <div class="MessageBox_TopLeft"></div>
- <div class="MessageBox_Left"></div>
+ <td class="MessageBox_LeftTrans">
+ <table style="width: 100%; height: 100%" cellpadding="0"
cellspacing="0">
+ <tbody>
+ <tr>
+ <td class="MessageBox_TopLeft"></td>
+ </tr>
+ <tr>
+ <td class="MessageBox_Left"></td>
+ </tr>
+ </tbody>
+ </table>
</td>
<td class="MessageBox_bg">
<table class="MessageBox_Top">
@@ -xxx,xx +yyy,yy @@
</table>
</td>
<td class="MessageBox_RightTrans">
- <div class="MessageBox_TopRight"></div>
- <div class="MessageBox_Right"></div>
+ <table style="width: 100%; height: 100%" cellpadding="0"
cellspacing="0">
+ <tbody>
+ <tr>
+ <td class="MessageBox_TopRight"></td>
+ </tr>
+ <tr>
+ <td class="MessageBox_Right"></td>
+ </tr>
+ </tbody>
+ </table>
</td>
</tr>
<tr>
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Openbravo-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-development