Skip to main content

Bug Tracker

Side navigation

#13235 closed bug (fixed)

Opened January 16, 2013 06:54PM UTC

Closed January 16, 2013 07:11PM UTC

Getting defaultDisplay

Reported by: qeremy Owned by:
Priority: low Milestone: 1.9
Component: css Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:
Description

Line: 9028

Code: if ( !iframeDoc || !iframe.createElement )

Should be? if ( !iframeDoc || !iframeDoc.createElement )

'Cos after this line, jq using iframeDoc.createElement.

Attachments (0)
Change History (1)

Changed January 16, 2013 07:11PM UTC by gibson042 comment:1

component: unfiledcss
milestone: None1.9
priority: undecidedlow
resolution: → fixed
status: newclosed

Thanks for the sharp eyes. It is fixed in version 1.9, which was just released this week.