Ticket #1730 (s1b_analysis_finished bug) — at Version 23
Copied text from Sophie loses format when pasted
Reported by: | deyan | Owned by: | tanya |
---|---|---|---|
Priority: | critical | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | deni | |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | vlado, deyan, boyan | Design_owners: | vlado, tanya |
Imp._owners: | vlado, tanya | Test_owners: | |
Analysis_reviewers: | meddle | Changelog: | |
Design_reviewers: | meddle, meddle, todor | Imp._reviewers: | meddle, meddle, todor |
Test_reviewers: | dido | Analysis_score: | 2.5 |
Design_score: | 3.5 | Imp._score: | 3 |
Test_score: | 0 |
Description (last modified by boyan) (diff)
- Create 2 text frames in Sophie and type some text in both of them.
- Change the style of the text in one of the frames, copy it, and paste it in the other frame.
The formatting is lost.
Change History
comment:1 Changed 16 years ago by deyan
- Owner set to deyan
- Status changed from new to s1a_analysis_started
- Milestone set to M09_BETA1
comment:2 Changed 16 years ago by deyan
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:5 Changed 16 years ago by vlado
- Design_owners set to vlado
- Status changed from s1b_analysis_finished to s1c_analysis_ok
- Imp._owners set to vlado
comment:6 Changed 16 years ago by vlado
- Owner changed from deyan to vlado
- Status changed from s1c_analysis_ok to s2a_design_started
comment:7 Changed 16 years ago by vlado
- Status changed from s2a_design_started to s2b_design_finished
comment:9 Changed 16 years ago by vlado
- Status changed from s2c_design_ok to s3a_implementation_started
comment:10 Changed 16 years ago by vlado
- Status changed from s3a_implementation_started to s3b_implementation_finished
-> Copy/Paste of formatted text is not supported for now (only plain text).
-> The pasted text is appended after the existing one in the frame.
comment:11 Changed 16 years ago by vlado
Bug fixed on branch branches/private/vlado/demo1-bugfix in [3918].
comment:12 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to meddle
- Analysis_score changed from 0 to 3
- Imp._reviewers set to meddle
- Design_score changed from 0 to 3
- Design_reviewers set to meddle
- Imp._score changed from 0 to 3
If we consider this as a quick fix for the demo, it works, but that thing just kills one of the optimizations you made returning the pasting to the old logic, character by character, other thing when we paste and the cursor is not in the end of the current text, let's say in the middle of it, the pasted text is appended to the end of the text and not when the cursor is. May be later this bug have to be reopened.
Merged to the trunk in [3937].
3p 20m
comment:13 Changed 16 years ago by dido
- Status changed from s3c_implementation_ok to new
- Test_reviewers set to dido
Not fixed or not committed.
comment:15 Changed 16 years ago by tanya
- Status changed from s1c_analysis_ok to s2a_design_started
- Total Hours set to 0
- Add Hours to Ticket set to 0
- Billable? set
- Owner changed from vlado to tanya
- Estimated Number of Hours set to 0
comment:16 Changed 16 years ago by tanya
- Design_owners changed from vlado to vlado, tanya
- Status changed from s2a_design_started to s3b_implementation_finished
- Imp._owners changed from vlado to vlado, tanya
comment:17 Changed 16 years ago by tanya
comment:18 Changed 16 years ago by tanya
comment:19 Changed 16 years ago by tanya
comment:20 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s2c_design_ok
- Analysis_score changed from 3 to 2.5
- Imp._reviewers changed from meddle to meddle, meddle, todor
- Design_score changed from 3 to 2.5
- Design_reviewers changed from meddle to meddle, meddle, todor
- Imp._score changed from 3 to 2.5
So... because of that that the styling comes with the first letter, and not every time is copied we will fail it.
comment:22 Changed 15 years ago by boyan
- Status changed from s2c_design_ok to new
Now the existing text is preserved but still the formatting is lost. Since the task is too old, moving it to analysis_finished
comment:23 Changed 15 years ago by boyan
- Status changed from new to s1b_analysis_finished
- Description modified (diff)
- Analysis_owners changed from vlado, deyan to vlado, deyan, boyan
Changing description to be actual.