Bug 13742
Summary: | TinyMCE: Link editor pop-up is blank in the advanced editor (works OK in the full editor) | ||
---|---|---|---|
Product: | WebKit | Reporter: | Justin Garcia <justin.garcia> |
Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit |
Priority: | P2 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://tinymce.moxiecode.com/example_advanced.php?example=true | ||
Bug Depends on: | |||
Bug Blocks: | 6627 |
Justin Garcia
Goto: http://tinymce.moxiecode.com/example_advanced.php?example=true
Select some text and click on the Insert/Edit link button in the toolbar.
A new window pops up but is blank.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Mayel de Borniol - LeLab.TV
This is what prevents the contents of the popup to show :
// Add iframe
doc.body.appendChild(iframe);
The console says "Null value"
Robert Blaut
I've tested the given URL and it seems the bug is already fixed. Any confirmations?
Justin Garcia
Yes, this is fixed.