Opened 15 years ago
Closed 15 years ago
#7008 closed Bug (fixed)
Clipboard toolbar status wrong
| Reported by: | Garry Yao | Owned by: | Sa'ar Zac Elias |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.5.1 |
| Component: | UI : Toolbar | Version: | 3.5.1 |
| Keywords: | Cc: |
Description
- Load any sample page in IE;
- Click on "Select All" button;
- Note "Cut" button are still in disabled state.
Attachments (1)
Change History (10)
comment:1 Changed 15 years ago by
| Status: | new → confirmed |
|---|
comment:2 Changed 15 years ago by
| Owner: | set to Sa'ar Zac Elias |
|---|---|
| Status: | confirmed → assigned |
comment:3 Changed 15 years ago by
| Milestone: | → CKEditor 3.5.1 |
|---|
Changed 15 years ago by
| Attachment: | 7008.patch added |
|---|
comment:4 Changed 15 years ago by
| Status: | assigned → review |
|---|
comment:5 follow-up: 6 Changed 15 years ago by
| Status: | review → review_failed |
|---|
Patch doesn't make a change for me.
comment:6 Changed 15 years ago by
Replying to garry.yao:
Patch doesn't make a change for me.
My fault, the patch works for the ticket TC while let's check also the following:
- Put cursor collapsed in content;
- Check the "Copy" button is enabled;
- Now move the selection one character back/forward with arrow key;
- Actual Result: button is disabled now.
comment:7 Changed 15 years ago by
It looks like that more related to #7009, so this ticket is already a R+.
comment:8 Changed 15 years ago by
| Status: | review_failed → review_passed |
|---|
comment:9 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | review_passed → closed |
Fixed with [6371].

Regression of [6311], toolbar buttons states are not "selectionchange" aware.