Closed
Bug 305980
Opened 19 years ago
Closed 19 years ago
FCKEditor is unresponsive
Categories
(Core :: DOM: Editor, defect)
Core
DOM: Editor
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: artooro, Assigned: mozeditor)
References
()
Details
(Keywords: regression)
It seems the latest Firefox trunk build have not been working with FCKEditor 2.0. I've noticed this with both the 200508,24 and 25 builds. It does not reproduce with Fx1.0.6. Now that this bug is filed I'll try to find out what exactly the problem is :)
| Reporter | ||
Comment 1•19 years ago
|
||
Forgot to add ua string. (Haven't filed a bug in awhile) Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050825 Firefox/1.6a1
| Reporter | ||
Comment 2•19 years ago
|
||
Errors in JavaScript include: Error: Unknown property 'filter'. Declaration dropped. Source File: http://fckeditor.com/fckeditor/editor/skins/default/fck_editor.css Line: 105 Error: Error in parsing value for property 'cursor'. Declaration dropped. Source File: http://fckeditor.com/fckeditor/editor/skins/default/fck_contextmenu.css Line: 40 Error: Unknown property 'text-overflow'. Declaration dropped. Source File: http://fckeditor.com/fckeditor/editor/skins/default/fck_contextmenu.css Line: 168 and : Error: Error in parsing value for property 'cursor'. Declaration dropped. Source File: http://fckeditor.com/fckeditor/editor/skins/default/fck_contextmenu.css Line: 40 Hope this helps a little.
Comment 3•19 years ago
|
||
Works with 2005-08-17 trunk build, fails with 2005-08-18 trunk build: http://bonsai.mozilla.org/cvsquery.cgi?treeid=default&module=all&branch=HEAD&branchtype=match&dir=&file=&filetype=match&who=&whotype=match&sortby=Date&hours=2&date=explicit&mindate=2005-08-17+12%3A00%3A00&maxdate=2005-08-18+08%3A00%3A00&cvsroot=%2Fcvsroot The problem is that in the latest nightly trunk build you get endless unresponsive script warnings.
Keywords: regression
| Reporter | ||
Comment 4•19 years ago
|
||
Thanks. You beat me by a few minutes. The only patch I can think of that might have caused this is the one for bug 304747. But that again don't take my word on it. And I do realize the errors from the JS Console help nothing. (I posted without reading them :( )
Comment 5•19 years ago
|
||
No problem on the 1.8 branch.
Severity: normal → major
Flags: blocking1.9a1?
OS: MacOS X → All
Hardware: Macintosh → All
Comment 6•19 years ago
|
||
Actually, it seems like it is WFM with the 2005-08-26 trunk build. Reporter, could you verify? Thanks.
Flags: blocking1.9a1?
| Reporter | ||
Comment 7•19 years ago
|
||
OSX build for the 26th is not yet available. Will test as soon as possible.
| Reporter | ||
Comment 8•19 years ago
|
||
Tried with latest cadence-trunk tinderbox build and this bug has been fixed. So I guess it's a WORKSFORME. Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.9a1) Gecko/20050826 Firefox/1.6a1
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•