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 comment:1
component: | unfiled → css |
---|---|
milestone: | None → 1.9 |
priority: | undecided → low |
resolution: | → fixed |
status: | new → closed |
Thanks for the sharp eyes. It is fixed in version 1.9, which was just released this week.