Ticket #2265 (closed bug: obsolete)
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: | deni |
Imp._owners: | deni | Test_owners: | |
Analysis_reviewers: | deni | Changelog: | Changelog |
Design_reviewers: | meddle | Imp._reviewers: | meddle, deyan |
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description (last modified by meddle) (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.
Attachments
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).
comment:6 Changed 15 years ago by deyan
- Description modified (diff)
Batch update from file active_tickets.csv
comment:7 Changed 15 years ago by meddle
- Design_owners set to deni
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Imp._owners set to deni
- Description modified (diff)
- Analysis_score changed from 0 to 3
- Cc deni added
- Imp._reviewers set to meddle, deyan
- Design_score changed from 0 to 3.5
- Design_reviewers set to meddle
- Imp._score changed from 0 to 3.5
- Analysis_reviewers set to deni
Merged into the trunk at [8778].
Very nice. Mainly the thing with the highlights and the caret.
But again you waste my time filling your fields, that is not my job!
It is good that I looked at the ticket's history to see that deni is the implementor.
Don't forget that that things are impediment for me, and you should help me instead...
3.5p
Note: See
TracTickets for help on using
tickets.