Changes between Initial Version and Version 1 of Ticket #8565, comment 3


Ignore:
Timestamp:
Dec 9, 2011, 12:57:56 PM (12 years ago)
Author:
Jakub Ś
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8565, comment 3

    initial v1  
    11>My problem is not with the textarea control on which ckeditor is enabled
    22There are two reasons why label is not read:
    3 
    4 Labels are read only for visible elements.  When CKEditor is being shown/enabled is sets display:none for textarea.[[BR]]
    5 
    6 **CKEditor is represented by a different element than textarea. What I mean is that there is absolutely no “connection” between CKEditor and this label.**
     31. Labels are read only for visible elements.  When CKEditor is being shown/enabled is sets display:none for textarea.
     42. **CKEditor is represented by a different element than textarea. What I mean is that there is absolutely no “connection” between CKEditor and this label.**
    75
    86
    9 JAWS sees it that way - there is a label but no textarea - I'm not reading it. It doesn’t even look at
     7**JAWS sees it that way - there is a label but no textarea - I'm not reading it.**
    108
    11 If you set display:none for textarea you will get the similar effect - second label will not be read because there is no textarea you can tab to. 
     91. If you set display:none for textarea you will get the similar effect - second label will not be read because there is no textarea you can tab to. 
    1210
    13 If you set label for span (container for CKEditor) it will not be read also.
     112. If you set label for span (container for CKEditor) it will not be read also.
    1412
    1513Please have a look at modified sample.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy