Opened 16 years ago
Closed 16 years ago
#3020 closed Bug (fixed)
plugin:selection incomplete selectable element definition
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | SVN (FCKeditor) - Retired |
Keywords: | Confirmed Review+ | Cc: |
Description
The current selectable elements( elements which could be retrieved from CKEDITOR.dom.selection.getSelectedElement) below is lacking of other control types like a,input,form.
var styleObjectElements = { img:1,hr:1,li:1,table:1,tr:1,td:1,embed:1,object:1,ol:1,ul:1 };
Attachments (3)
Change History (9)
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | test-selection.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Priority: | Normal → High |
I'm not able to apply the patch, but I confirm those elements should be part of that list.
The list of missing items that come to my mind now are: a, input, form, select, textarea, button, fieldset, th, thead and tfoot.
comment:3 Changed 16 years ago by
Owner: | set to Garry Yao |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3020.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
Tested with Plugin:selection:test_selectElement.