Search and Top Navigation
#5377 closed bug (duplicate)
Opened March 18, 2010 10:49PM UTC
Closed March 20, 2010 10:11PM UTC
Last modified October 11, 2012 09:15PM UTC
TypeError in Dialog Modal's Mask Creation
Reported by: | tracker1 | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | |
Component: | ui.dialog | Version: | 1.8rc3 |
Keywords: | TypeError,modal,dialog | Cc: | |
Blocked by: | Blocking: |
Description
In Firefox 3.6
TypeError: b("<div></div>").addClass("ui-widget-overlay") is undefined
In IE I get something along the lines of
''' TypeError 'undefined' is undefined
It doesn't happen every time, but if I keep clicking to open a dialog it will generate the error several times. I'm creating the DOM element for the modal/dialog itself via script, so that may be a unique circumstance that creates the issue at hand.
Can you provide a test case? an example in jsbin.com would be fine.