Ticket #4477 (closed Bug: fixed)
Missing th in objectElements of styles plugin
| Reported by: | alfonsoml | Owned by: | garry.yao |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.1 |
| Component: | Core : Styles | Version: | 3.0 |
| Keywords: | Confirmed Review+ | Cc: |
Description
table, td and even tr is there, but th is missing.
Other related elements are caption, thead, tbody and tfoot.
If I figure what's the use of that object I'll provide a patch.
Attachments
Change History
comment:1 Changed 4 years ago by garry.yao
- Keywords Confirmed Review? added
- Status changed from new to assigned
- Owner set to garry.yao
- Milestone set to CKEditor 3.2
objectElements : List of element's tag names which make sense to attach a style on it, which will exclude the invisible elements like table group.
Note: See
TracTickets for help on using
tickets.
