Opened 9 years ago
Closed 8 years ago
#4738 closed enhancement (fixed)
Copy paste dosen't work in calculate, also Ctrl+a(for entire selection) dosen't work.
Reported by: | native | Owned by: | native |
---|---|---|---|
Priority: | Unspecified by Maintainer | Milestone: | Unspecified |
Component: | Calculate | Version: | Unspecified |
Severity: | Major | Keywords: | patch |
Cc: | Distribution/OS: | Unspecified | |
Bug Status: | New |
Description
Error shown if you copy any portion of the text in the text entry to clipboard.
Also Ctrl+a(entire text selection) operation is not functional inside it.
Change History (9)
comment:1 Changed 9 years ago by native
comment:2 Changed 9 years ago by gp94
@native
The copying error has already been solved by me and I have already sent a merge_request long back regarding that https://git.sugarlabs.org/calculate/mainline/merge_requests/14 ...IMHO pls see the merge requests before solving a bug because there are chances that after solving the bug, you realise that there is already a patch regarding that in the requests...
The <Ctrl+a> option is a new feature...please modify your ticket from defect to enhancement...
comment:3 Changed 9 years ago by gp94
- Component changed from Sugar to Calculate
comment:4 Changed 9 years ago by native
- Type changed from defect to enhancement
comment:5 Changed 9 years ago by native
@gp94 yeah saw your merge request for copy paste thing, and I didn't see it earlier probably because it wasn't accepted and I guess they haven't been reviewed( I see many merge requests in many activities).
Anyways, I have added ctrl+a option as an enhancement.
comment:6 Changed 8 years ago by godiard
links to git.sugarlabs.org are broken, we need look for the code on http://cgit.sugarlabs.org/
comment:7 Changed 8 years ago by walter
http works, but not https
comment:8 Changed 8 years ago by godiard
- Keywords patch added
comment:9 Changed 8 years ago by godiard
- Resolution set to fixed
- Status changed from new to closed
Fixed by 514b134cf31564dcc83e834febbaec0d0c4cf46a
pr for this -https://git.sugarlabs.org/calculate/mainline/merge_requests/17 .
Fixed both the bugs.
@walter: Please Review.