Skip to main content

Search and Top Navigation

Ticket #4214: dialog.diff


File dialog.diff, 0.4 KB (added by obrie, February 23, 2009 02:55AM UTC)

Patch for calling moveToTop() correctly

Index: ui/ui.dialog.js
===================================================================
--- ui/ui.dialog.js	(revision 2125)
+++ ui/ui.dialog.js	(working copy)
@@ -64,7 +64,7 @@
 					'aria-labelledby': titleId
 				})
 				.mousedown(function(event) {
-					self.moveToTop(event);
+					self.moveToTop(false, event);
 				}),
 
 			uiDialogContent = this.element

Download in other formats:

Original Format