Ticket #895 (closed defect: fixed)
Full Page Mode broken in Simple Example (the one with two editors) in IE7
| Reported by: | mharrisonline | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | Version 1.0 |
| Component: | Xinha Core | Version: | trunk |
| Severity: | major | Keywords: | |
| Cc: |
Description
In IE7 (it works fine in Firefox) launch the Simple Example, the one with two editors. If you have changed the config in htmlarea.js to fullpage mode, or have made the example use the Full Page plugin, you can't view the HTML. Clicking on the HTML button throws an error, and points to this code as the culprit:
"Side" is null or not an object
HTMLArea.prototype.removePanel = function(panel) {
this._panels[panel.side].div.removeChild(panel); // this is the line pointed to by the debugger
Change History
Note: See
TracTickets for help on using
tickets.
