Opened 12 years ago
Last modified 12 years ago
#9632 confirmed Bug
IE7-8 cut command doesn't work as expected in v4
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.0 |
Keywords: | IE7 IE8 | Cc: |
Description
To reproduce in IE7 or IE8:
- Use TC described in #9501 or
- Open replacebycode sample and clear editor contents
- Type
foo bar
- Select bar from left to right
- Click cut icon
- Allow clipboard access if browser asks you
- bar gets cut but notice that cut icon is still enabled (unlike in v3)
- Press cut again
- Editor displays message that browser doesn't have permissions to cut and CRTL+X should be used (which is not true).
Of course if you select some text and press cut icon it will work as expected.