bug on mce editor admin, ver 603,604,605

hello...
please see this picture:


if we click on "font color" or "background color" , the hidden div that contains color should be displayed.
but no color displayed when i click on this pop up tiny mce editor

then let's click cancel on that editor, and wow, look at this picture:


base on the pictures above, the color is displayed behind the pop up itself.
this happened becouse of tiny mce editor on pop up mode, and this bug happened on dolphin 603 , 604 , 605, and 61, i have not tried it.

can anyone help me to fix?

Quote · 29 Sep 2008

admin\styles\pageBuilder.css

line 276

#editFormWrapper {
position:absolute;
z-index:15000;
background-image:url( ../images/sp_op.png );
}

change to

#editFormWrapper {
position:absolute;
z-index:145;
background-image:url( ../images/sp_op.png );
}

Quote · 29 Sep 2008

Hello Andrey, does this effect version 6.1.4?

Stuart

admin\styles\pageBuilder.css

line 276

#editFormWrapper {
position:absolute;
z-index:15000;
background-image:url( ../images/sp_op.png );
}

change to

#editFormWrapper {
position:absolute;
z-index:145;
background-image:url( ../images/sp_op.png );
}

There are none so blind as those that will not see.
Quote · 29 Sep 2008

Yes

Quote · 29 Sep 2008
 Many thanks - Stuart
There are none so blind as those that will not see.
Quote · 29 Sep 2008

admin\styles\pageBuilder.css

line 276

#editFormWrapper {
position:absolute;
z-index:15000;
background-image:url( ../images/sp_op.png );
}

change to

#editFormWrapper {
position:absolute;
z-index:145;
background-image:url( ../images/sp_op.png );
}

the correct one for dolphin 60003-5 is below:

admin\styles\videoCompose.css

#edit_Form_Wrapper {
position:absolute;
z-index:15000;
background-image:url( ../images/sp_op.png );
}

change to

#edit_Form_Wrapper {
position:absolute;
z-index:145;
background-image:url( ../images/sp_op.png );
}

Quote · 1 Oct 2008
 
 
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.