Opened 10 years ago
Closed 10 years ago
#13400 closed Bug (fixed)
Improvements for fix for #13334
Reported by: | Piotrek Koszuliński | Owned by: | Szymon Cofalik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.5.0 |
Component: | General | Version: | 4.5.0 |
Keywords: | Cc: |
Description
I don't like one thing in #13334 - the length of findOneNotNested. The reason why it got so long is that it uses getParents()
instead of getAscendant()
. And instead of adding next param to getParents()
I think we can add it to getAscendant()
.
Change History (4)
comment:1 Changed 10 years ago by
Milestone: | CKEditor 4.5.1 → CKEditor 4.5.0 |
---|---|
Status: | new → confirmed |
comment:2 Changed 10 years ago by
comment:3 Changed 10 years ago by
Owner: | set to Szymon Cofalik |
---|---|
Status: | confirmed → review |
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review → closed |
Fixed on major with git:5c2bd9c.
Tweaked on branch:t/13400.