Changes between Initial Version and Version 1 of Ticket #8565, comment 3
- Timestamp:
- Dec 9, 2011, 12:57:56 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8565, comment 3
initial v1 1 1 >My problem is not with the textarea control on which ckeditor is enabled 2 2 There 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.** 3 1. Labels are read only for visible elements. When CKEditor is being shown/enabled is sets display:none for textarea. 4 2. **CKEditor is represented by a different element than textarea. What I mean is that there is absolutely no “connection” between CKEditor and this label.** 7 5 8 6 9 JAWS sees it that way - there is a label but no textarea - I'm not reading it. It doesn’t even look at7 **JAWS sees it that way - there is a label but no textarea - I'm not reading it.** 10 8 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.9 1. 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. 12 10 13 If you set label for span (container for CKEditor) it will not be read also.11 2. If you set label for span (container for CKEditor) it will not be read also. 14 12 15 13 Please have a look at modified sample.