Opened 10 years ago
Closed 10 years ago
#12416 closed New Feature (fixed)
Prioritising widgets' upcast methods
Reported by: | Piotr Jasiun | Owned by: | Piotr Jasiun |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 Beta |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description (last modified by )
It should be possible to set the priority of widgets' upcast methods, so methods will be called in the specific order.
Case: we have image2 and another widget that should be created on specific <img>
tags (e.g. with some class).
Change History (5)
comment:1 Changed 10 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | new → assigned |
comment:2 Changed 10 years ago by
Description: | modified (diff) |
---|---|
Summary: | Widgets upcast prioryties → Prioritising widgets' upcast methods |
Version: | → 4.3 |
comment:3 Changed 10 years ago by
Status: | assigned → review |
---|
comment:5 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Merged to major with git:35f64d7.
I introduced
widget.priority
property.Changes in t/12416.