https://bugzilla.wikimedia.org/show_bug.cgi?id=65373

--- Comment #7 from Krinkle <[email protected]> ---
Caused by 

OO.ui.ConfirmationDialog.prototype.initialize

-> OO.ui.PanelLayout
  (only when passing $: this.$, without it it works fine, so it is frame
  related, this is OO.ui.ConfirmationDialog/OO.ui.Dialog/OO.ui.Frame.$)

-> this.$element.addClass( 'oo-ui-' + OO.ui.Element.getDir( this.$.context ) );
   Removing this line makes it go away.

-> OO.ui.Element.getDir( HTMLDocument frame$context )
   isDoc
   obj = obj.body
-> $( HTMLBodyElement obj ).css( 'direction' )


When doing it step-by-step, the error doesn't happen.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to