Search and Top Navigation
#9698 closed bug (duplicate)
Opened December 09, 2013 08:45AM UTC
Closed December 09, 2013 01:24PM UTC
jquery dialog iframe reload bug
| Reported by: | aiv367 | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | none |
| Component: | ui.dialog | Version: | 1.10.3 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
_moveToTop: function( event, silent ) {
this.uiDialog.css('zIndex','1'+new Date().getTime().toString().substring(7));
return true;
/*
var moved = !!this.uiDialog.nextAll(":visible").insertBefore( this.uiDialog ).length;
if ( moved && !silent ) {
this._trigger( "focus", event );
}
return moved;
*/
},
Attachments (0)
Change History (1)
Changed December 09, 2013 01:24PM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Duplicate of #9166.