Closed (fixed)
Project:
Dialog
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Dec 2009 at 17:03 UTC
Updated:
13 Mar 2010 at 18:47 UTC
Hi,
Bueditor any pop-ups (image insert, link insert...) appear behind dialog window and not clickable (tested in firefox).
Use case - comment reply.
Comments
Comment #1
zroger commentedare you using BUeditor inside of the comment reply dialog?
Comment #2
Oleksa-1 commentedCorrect, Roger, inside.
I changed z-index and for dialog and for bueditor popups in different ways, unfortunetly nothing helped (
Comment #3
Oleksa-1 commentedHi, Roger,
I just looked through info about Dialog on jqueryui.com
http://jqueryui.com/demos/dialog/#option-modal
and it mentioned there that if you
I will try to set in dialog.js
modal: false in
Comment #4
Oleksa-1 commentedI tested and it now works.
i changed z-index in bueditor.css
.editor-popup {
z-index:1030;
}
and set modal: false in dialog.js