I'm using jQuery UI Dialog for adding some news to my site. Every time I click add news
button, the dialog should open with the text area. Actually, I'm using ckeditor replacing the textarea
and it happens that I can't type inside the text editor due to focus
issue (at least I think this is the problem).
Check it out. As just as I click add news
button the dialog start to open with its effect. Notice the yellow bordered textarea
meaning that it's focused (using Chrome) while it's appearing.
Click to zoom
Notice then that when the dialog finishes appearing, it isn't focused anymore and I'm having trouble because of this
Also, check my code http://jsfiddle.net/pzHr2/