Ticket #1737 (closed bug: worksforme)

Opened 3 years ago

Last modified 2 years ago

Navigating with arrows in HotText scrolls the page work area

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

Description

Resize the book window to be smaller than the page. Insert a text frame. Type some text in it. Press the left arrow key several times. The cursor is moving left - that's the expected result. But the page work area is scrolled too.

Change History

Changed 3 years ago by dido

  • owner set to dido
  • status changed from new to s1a_analysis_started

Changed 3 years ago by dido

  • status changed from s1a_analysis_started to s1b_analysis_finished

Changed 2 years ago by tanya

  • design_owners set to tanya
  • status changed from s1b_analysis_finished to s2a_design_started
  • implementation_owners set to tanya
  • totalhours set to 0
  • hours set to 0
  • billable set
  • estimatedhours set to 0

Changed 2 years ago by tanya

  • status changed from s2a_design_started to s3b_implementation_finished

BookDocumentWindow -> scrollArea() -> create() method should be:

JScrollPane res = new JScrollPane();
res.setEnabled(false);
return res;

Changed 2 years ago by meddle

  • analysis_reviewers set to tanya
  • analysis_owners set to dido

Changed 2 years ago by meddle

  • status changed from s3b_implementation_finished to s3c_implementation_ok
  • analysis_score changed from 0 to 4
  • implementation_reviewers set to meddle, todor
  • design_score changed from 0 to 4
  • design_reviewers set to meddle, todor
  • implementation_score changed from 0 to 4

Fixed in [5186].

Changed 2 years ago by deyan

  • status changed from s3c_implementation_ok to new

Not fixed in the release.

Changed 2 years ago by vanya

  • status changed from new to closed
  • test_score changed from 0 to 3
  • resolution set to worksforme

Changed 2 years ago by vanya

  • test_reviewers set to vanya
Note: See TracTickets for help on using tickets.