﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11706	DropDowns closes immidiately in IE	jcheema		"We have a ckeditor inside a table which is inside a ui-dialog.Jquery-ui.js version is :-1.10.2
Even after giving fix from http://bugs.jqueryui.com/ticket/9087#comment:30
we are facing issue of drop-downs closes immediately after open in IE.
As suggested in above fix i.e

// address interaction issues with dialog window
    if ( $( event.target ).closest( "".cke_dialog"" ).length ) {
      return true;
    }
    // address interaction issues with iframe based drop downs in IE
    if ( $( event.target ).closest( "".cke"" ).length ) {
      return true;
    }
We are getting length as zero in both cases because jquery's closest function doesn't return anything.
As tested in Chrome,there is no such "".cke_dialog"" present,but "".cke_editor"" do exist.
So we tried with "".cke_editor"",but in that case also IE returns nothing in that if statement.
Please respond asap."	Bug	closed	Normal		UI : Dialogs	3.6.4	invalid		sivamohan1987@…
