Closed (fixed)
Project:
FCKeditor - WYSIWYG HTML editor
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Dec 2006 at 11:25 UTC
Updated:
13 Feb 2007 at 13:15 UTC
There is an error in fckeditor.module file in function fckeditor_is_compatible_client().
On line 322, $browserversion is set from a cast to (int) and on the next line, it is compared with a float value (5.5).
Cast to (int) should be replaced with a cast to (float).
The changed file is attached.
| Comment | File | Size | Author |
|---|---|---|---|
| fckeditor_17.module | 14.25 KB | Behrang |
Comments
Comment #1
ontwerpwerk commentedcertainly not critical, msie 5.5 is a very old browser... but I'll fix it in the next release
Comment #2
ontwerpwerk commentedfixed in current development release
Comment #3
(not verified) commented