Ticket #474 (closed defect: worksforme)
FCKEditor JavaScript throws error in Firefox 3.6/Windows
| Reported by: | brent960 | Owned by: | johnnyoffline |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.4.1 |
| Component: | apostrophePlugin | Version: | trunk |
| Keywords: | FCKEditor | Cc: | jake, agilbert, tboutell, |
| Symfony version: | 1.4 |
Description
This error is visible in a newly downloaded apostrophe sandbox, and also on the public apostrophe demo site ( http://demo.apostrophenow.com/) with the Firebug Script Panel turned on.
To reproduce:
- Login as "admin"
If Firebug's Script Panel is turned on, the following error is thrown in file fckeditorcode_gecko.js:
=====
this.GetSelection?() is null
Line 63
=====
This happens repeatedly on every admin page in which the FCKEditor can appear. The only workaround is to disable the Script Panel.
The error does not occur on Windows IE 8.


