Opened 14 years ago
Closed 11 years ago
#6979 closed Bug (fixed)
Applying style throws error when the selection ends inside a readonly element
Reported by: | Sa'ar Zac Elias | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.4 |
Keywords: | Cc: |
Description (last modified by )
- Using following text and selection:
<p> This is [some <strong contenteditable="false">sample ]text</strong>. You are using <a href="http://ckeditor.com/">CKEditor</a>.</p>
Apply a block style or a color/bg color. JS error is thrown.
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 14 years ago by
Component: | General → Core : Styles |
---|---|
Status: | new → confirmed |
Version: | → 3.5.1 (SVN - trunk) |
comment:3 Changed 14 years ago by
Version: | 3.5.1 (SVN - trunk) → 3.4 |
---|
comment:4 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Browsers don't allow to make partial selection of non-editable element, so this issue is not reproducible any more.
Probably connected with #6977