Opened 12 years ago
Closed 12 years ago
#10138 closed Bug (fixed)
Bottom spaces don't work for inline editors in sharedspace sample
Reported by: | Olek Nowodziński | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.1 RC |
Component: | General | Version: | 4.0.2 |
Keywords: | Cc: |
Description
- Go to sharedspace sample.
- Play with elementspath. It neither display current path for inline instance nor selects element when clicked.
Change History (5)
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Milestone: | CKEditor 4.1 |
---|
comment:3 Changed 12 years ago by
Milestone: | → CKEditor 4.1 |
---|---|
Owner: | set to Piotrek Koszuliński |
Status: | confirmed → review |
Pushed t/10138 with simple fix - initialize elements path exactly on editor#uiSpace, not on plugin #init.
comment:4 Changed 12 years ago by
Status: | review → review_passed |
---|
comment:5 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on major with git:065c024.
Elements path is switched off for inline editors (plugins.js:60-62). When adding this check I didn't thought that shared spaces will be introduced. Now it has to be corrected - elements path shouldn't be initialized when it won't be displayed.