Changes between Initial Version and Version 1 of Ticket #10281, comment 12
- Timestamp:
- Jun 13, 2013, 2:05:38 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10281, comment 12
initial v1 3 3 For sure .val function for collection should return first element. It's default behavior for textareas and it should works the same way for editor. There is even ticket for this: #7876 (and as I remember there was duplicate recently). 4 4 5 Anyway behavior of ckeditor().editor for collection is wrong. because you will get last one instead of first. My first idea was to return array (as Olek said) but now I think that we should do it in the jQuery way and return first (even if it seems to be stupid).5 The another problem is behavior of ckeditor().editor for collection. My first idea was to return array (as Olek said) but now I think that we should do it in the jQuery way and return first (even if it seems to be stupid). 6 6 7 7 Version 8 8 9 9 jQuery version 2 does not support IE 6,7,8, so it's not for us. I thing we should test it on the oldest jQuery version which is in use, so it will be 1.3.2 (http://w3techs.com/technologies/details/js-jquery/1/all). I can find the way to use different version of jQuery for Fort and different for adapter, but I'm not sure if we should care so much. 10