Opened 16 years ago
Closed 15 years ago
#2821 closed Bug (fixed)
floating numbers used in the page confuguration are converted to int
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Alfonso Martínez de Lizarrondo |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor 2.6.5 |
Component: | General | Version: | FCKeditor 2.3.2 |
Keywords: | Review+ | Cc: |
Description
If you set in the page that creates the editor a config option that uses a floating point number,
oFCKeditor.Config['GoogleMaps_CenterLat'] = "46.95026";
then in the code the value will be the integer 46 due to the way that it's parsed in the fckconfig.js file.
The patch does fix this behavior.
Attachments (1)
Change History (3)
Changed 16 years ago by
Attachment: | 2821.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:2 Changed 15 years ago by
Milestone: | → FCKeditor 2.6.5 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
This was fixed on March 20th with [3259]
Proposed patch