Ticket #1853 (closed bug: worksforme)

Opened 16 years ago

Last modified 15 years ago

Crash: when deleting the end of the text (position the cursor at the end and press delete twice).

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

Description

Text: Crash when deleting the end of the text (position the cursor at the end and press delete twice).

Change History

comment:1 Changed 16 years ago by deyan

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 16 years ago by diana

  • Design_owners set to diana
  • Status changed from s1b_analysis_finished to s2a_design_started
  • Imp._owners set to diana

comment:3 Changed 16 years ago by diana

  • Status changed from s2a_design_started to s2b_design_finished

Problem: in HotTextPlaceLogic class in DELETE_CHARS :place RIGHT the end of the text was not checked.
Solve by: add an if clause to check if the current pos is the end of the text.
source code: [5126]

comment:4 Changed 16 years ago by diana

  • Status changed from s2b_design_finished to s2c_design_ok

comment:5 Changed 16 years ago by diana

  • Owner set to diana
  • Status changed from s2c_design_ok to s3a_implementation_started

comment:6 Changed 16 years ago by diana

  • Status changed from s3a_implementation_started to s3b_implementation_finished

comment:7 Changed 16 years ago by diana

source code: [5142]

comment:8 Changed 16 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Test_reviewers set to meddle, todor
  • Analysis_reviewers set to diana
  • Analysis_score changed from 0 to 3
  • Imp._reviewers set to meddle, todor
  • Design_score changed from 0 to 3
  • Design_reviewers set to meddle, todor
  • Imp._score changed from 0 to 3

Ok it is fixed -> [5157].

comment:9 Changed 15 years ago by vanya

  • Status changed from s3c_implementation_ok to closed
  • Test_owners set to vanya
  • Test_reviewers changed from meddle, todor to meddle, todor,vanya
  • Resolution set to worksforme
  • Test_score changed from 0 to 3
Note: See TracTickets for help on using tickets.