Opening a Dialog Breaks Existing Dialog

Permalink
I am trying to get a tinyMCE instance into a dialog box with $.dialog(). This seems to break the existing block dialog however. When I press save on the main block edit window, the block is updated but the dialog doesn't close.

I tested this on a fresh concrete install like this:
Added a content block to main page
Entered $("<div>").dialog(); into the javascript console
Attempted to save content block

The block saved, but the dialog remained.
(It occasionally takes more then one try to replicate)

Is there somewhere I should report this as a bug?
And in the meantime, does anyone know how I might get around this?

 
Jayshua replied on at Permalink Reply
So is there no bug or issue tracker? I've gotten around this for the time being by just showing a div with "position: fixed;". It seems like this should be a relatively common problem, or am I the only one who wants to show a second dialog?
JohntheFish replied on at Permalink Best Answer Reply
JohntheFish
About 4 down on the "Developers" menu dropdown.

http://www.concrete5.org/developers/bugs/...
Jayshua replied on at Permalink Reply
Ah, I didn't even notice it. Thanks!