Ticket #2265 (s3b_implementation_finished bug) — at Version 6
copy-paste-in-reader - The user should be able to copy text from frames and stickies, and to paste text into stickies.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | deni | |
Category: | unknown | Effort: | |
Importance: | 55 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | |
Imp._owners: | Test_owners: | ||
Analysis_reviewers: | Changelog: | Changelog | |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description (last modified by deyan) (diff)
- Now Ctrl+V and Ctrl+C in reader do nothing, this is because the edit menu is disabled.
- However the Shift+Insert and Ctrl+Insert work, but only for text.
- We should enable copy paste items in the edit menu, and decide what objects we will allow to be copied.
Change History
comment:4 Changed 15 years ago by deni
- Status changed from s1b_analysis_finished to s2a_design_started
- Changelog set to [wiki:Changelog]
comment:5 Changed 15 years ago by deni
- Status changed from s2a_design_started to s3b_implementation_finished
- Enable Edit menu in preview mode: EditMenu.computeEnabled() should always return true.
- Maybe for now, it will be better to check whether the currect document view is a book doc view.
- Make sure the following items are disabled in preview mode (i.e. check & correct their computeEnabled() methods):
- UndoItem
- RedoItem
- InsertScriptItem
- InsertScriptFileItem
- Enable selection highlights (and caret) in preview mode - remove the check in HotTextElementHelper.drawContent(Graphics2D).
- Make sure that copying frames does not work in reader - add a check in ElementLogic.handleCutOrCopy(VisualElement, Operation).
Note: See
TracTickets for help on using
tickets.