Opened 9 years ago
Closed 9 years ago
#16517 closed Bug (fixed)
Fix copyformatting cursor in the toolbar
| Reported by: | Marek Lewandowski | Owned by: | Tomasz Jakut |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 4.6.0 |
| Component: | General | Version: | 4.6.0 |
| Keywords: | Cc: |
Description
Currently there's a bug where Copy Formatting icon would show blocking icon when hovered certain parts of Toolbar UI. It should not override the cursor inside the toolbar (meaning that the default cursor should be appplied).
So that we have:
- nice brush cursor within the editable, where the formatting can be applied
- blocking cursor outside of the editor
- unchanged cursor within the toolbar (i suppose it's simply an arrow on all OSes)
Change History (4)
comment:1 Changed 9 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 9 years ago by
| Owner: | set to Tomasz Jakut |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 9 years ago by
| Status: | assigned → review |
|---|
comment:4 Changed 9 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review → closed |
Hero fix!
Merged to major with git:8aaeeb4.


Setting styles manually for all links in toolbar and statusbar of editor seems to do the trick. Pushed update to branch:t/16517.