Changes between Initial Version and Version 6 of Ticket #10391
- Timestamp:
- May 28, 2013, 7:33:49 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10391
- Property Keywords image upload data-uri removed
-
Property
Status
changed from
new
toconfirmed
-
Property
Version
changed from
3.6.3
to3.0
-
Property
Component
changed from
File Browser
toGeneral
-
Ticket #10391 – Description
initial v6 9 9 10 10 It is definitly not a server issue, the post request works fine, I can get the data back and call ckeditor internal function. The error seems to occur in element.js line 19 : 11 11 {{{ 12 12 setAttribute : (function() 13 13 { … … 18 18 }; 19 19 //... 20 }}} 20 21 21 22 I have tried to debug in Chrome and the value contains the right data-uri (however I can't see it entirely..)