Opened 12 years ago
Last modified 8 years ago
#10590 confirmed Bug
[Android] Copy/Cut buttons not Enabled
Reported by: | Justin Carlson | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Android | Cc: |
Description (last modified by )
OS: iOS 6 & Android Jelly Browsers: Safari, Chrome Repro: ==================== Goto http://ckeditor.com/demo Hold down a tap to bring up the selection menu. Select a range of text. Note the copy/cut buttons are still not enabled.
Expected: Selection range exists but is not triggered.
I will hopefully work on this, but as of right now I am not seeing an easy fix.
EDIT: From what I have checked in CKEditor 4.6.1, Android 4.4.4 and iOS 9, the only problem is that when you select range of text then copy/cut icons are not enabled in Android (in iOS this works fine). In all other cases, cutting/copping is enabled and works as expected.
Change History (5)
comment:1 Changed 12 years ago by
Keywords: | iOS added |
---|
comment:2 Changed 12 years ago by
comment:3 Changed 11 years ago by
Summary: | Copy/Cut buttons not Enabled (iPhone & Android) → [iOS][Android] Copy/Cut buttons not Enabled |
---|
comment:4 Changed 11 years ago by
Also when I press "Select All" button Android Copy and Paste tools do not appear and I'm not able to copy selected text in any way. I need to remove this selection, touch any word to select it, and use "Select All" from the Android toolbar.
comment:5 Changed 8 years ago by
Description: | modified (diff) |
---|---|
Keywords: | Android added; iOS removed |
Status: | new → confirmed |
Summary: | [iOS][Android] Copy/Cut buttons not Enabled → [Android] Copy/Cut buttons not Enabled |
Ok, it is just not actually something any sane dev should probably care about. The selection goes away on "done", you would have to be dealing with touch end, touch start, and the normal copy paste works. The fix is probably just not worth adding touch events to deal with flaky mobile browsers.