Ticket #2452 (closed bug: obsolete)

Opened 15 years ago

Last modified 13 years ago

paste-paragraphs -- Paragraph breaks are pasted as line breaks

Reported by: deyan Owned by:
Priority: major Milestone: X3
Component: uncategorized Version: 2.0
Keywords: Cc:
Category: unknown Effort:
Importance: 96 Ticket_group: text
Estimated Number of Hours: 0 Add Hours to Ticket: 0
Billable?: yes Total Hours: 0
Analysis_owners: deyan Design_owners: diana
Imp._owners: diana Test_owners:
Analysis_reviewers: diana Changelog: Changelog
Design_reviewers: pap Imp._reviewers: todor, pap
Test_reviewers: Analysis_score: 3
Design_score: 3.5 Imp._score: 4
Test_score: 0

Description

Create a book, insert a text frame and paste some text with few paragraphs. Change the alignment to right and note that the whole text is right aligned (not only the paragraph the caret was in)

Attachments

2452.patch (3.1 KB) - added by diana 15 years ago.

Change History

comment:1 Changed 15 years ago by deyan

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 15 years ago by diana

  • Design_owners set to diana
  • Status changed from s1b_analysis_finished to s2a_design_started
  • Imp._owners set to diana
  • Analysis_score changed from 0 to 3
  • In ApplyRtfStylesUtility : applyStyles is the replace all the '\n' from the appended text with "\n" + CommonChar.PARA_BREAK so that a new paragrapg is inserted.
  • In RtfImportManager : getResourceData change if the last 4 letters in the inserted text are "\n" + CommonChar.PARA_BREAK + "\n" + CommonChar.PARA_BREAK replace them with empty text.

comment:3 Changed 15 years ago by diana

  • Status changed from s2a_design_started to s3b_implementation_finished

Changed 15 years ago by diana

comment:4 Changed 15 years ago by diana

  • In HotTextLogic: getText if the transferable is StringData replace all the '\n' with CommonChar.PARA_BREAK + '\n'.

comment:5 Changed 15 years ago by pap

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Analysis_reviewers set to diana
  • Imp._reviewers set to todor, pap
  • Design_score changed from 0 to 3.5
  • Design_reviewers set to pap
  • Imp._score changed from 0 to 4
  • Commited in [9213].
  • It works but this doubling of breaks and especially of different kinds is looking bad :(
  • No analysis review and you didn't fill yourself as a reviewer.

comment:6 Changed 13 years ago by meddle

  • Status changed from s3c_implementation_ok to closed
  • Resolution set to obsolete

Closing all the tickets before M Y1

Note: See TracTickets for help on using tickets.