Search and Top Navigation
#2826 closed bug (fixed)
Opened May 08, 2008 06:35PM UTC
Closed May 08, 2008 06:47PM UTC
Last modified February 26, 2009 12:07PM UTC
[ui dialog] JavaScript error on $.dialog()
Reported by: | tyler | Owned by: | paul |
---|---|---|---|
Priority: | major | Milestone: | 1.5 |
Component: | ui.core | Version: | 1.2.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
When executing something like:
$('#jq_dialog').dialog({autoOpen: "false", resizeable: "false", draggable: "false"});
I receive the following error:
doc.scrollTop is not a function
The attached patch fixes this
This has already been fixed.