Opened 12 years ago

Closed 12 years ago

#8693 closed Bug (expired)

cke_protected_1 using Jason object

Reported by: eitana Owned by:
Priority: Normal Milestone:
Component: General Version: 3.6.2
Keywords: Cc:

Description

Hi, I have a jason object saved inside html content as attribute. one of the members was set to False. when I load the data from the db again into the CKEditor, the false change to {cke_protected_1} and trying to deserizlise the string to object just fails. like:

...
"ClientId":0,
"IsSuccess":false,
"FailureDescription":null,
...

"ClientId":0,
"ActivatedSuccessfully":{cke_protected_1},
"FailureDescription":null,

Any suggestions?
Thanks Eitan

Change History (2)

comment:1 Changed 12 years ago by Jakub Ś

Status: newpending

i, I have a jason object saved inside html content as attribute.

Could I ask you to provide full example here.

Also could you tell me what method do you use to get data from CKEditor. You just submit data or use perhaps getData() first or you do some filtering perhaps?

comment:2 Changed 12 years ago by Jakub Ś

Resolution: expired
Status: pendingclosed
Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy