multiple calls to iframe._loadFunc when in StackContainer (webkit)
_loadFunc() for the iframe (i.e. iframe.onLoad) is called twice, at least in themeTester.html on chrome and safari, mac and windows. Not sure what problems that causes besides spurious warnings about the RichText.onLoadDeferred being already resolved, but should probably put in guard code.
Doesn't happen on Firefox or IE9. But on webkit, it's called twice, each time with a new (but valid) window object.
Change History (5)
Milestone: |
tbd →
1.9
|
Owner: |
set to bill
|
Status: |
new →
assigned
|
Description: |
modified (diff)
|
Summary: |
multiple calls to iframe._loadFunc →
multiple calls to iframe._loadFunc (webkit)
|
Summary: |
multiple calls to iframe._loadFunc (webkit) →
multiple calls to iframe._loadFunc when in StackContainer (webkit)
|
Resolution: |
→ fixed
|
Status: |
assigned →
closed
|
Started in [29904] with change to StackContainer.js. Apparently StackContainer._setupChild(), which mucks with the DOM, occurs after the Editor has been initialized, and Editor doesn't like that.