Changes between Initial Version and Version 1 of Ticket #10281, comment 12


Ignore:
Timestamp:
Jun 13, 2013, 2:05:38 PM (12 years ago)
Author:
Piotr Jasiun
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10281, comment 12

    initial v1  
    33For 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).
    44
    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).
     5The 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).
    66
    77Version
    88
    99jQuery 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 
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy