Ticket #1737 (closed bug: worksforme)
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: | ||
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
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: | |
Analysis_reviewers: | tanya | Changelog: | |
Design_reviewers: | meddle, todor | 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
comment:1 Changed 16 years ago by dido
- Owner set to dido
- Status changed from new to s1a_analysis_started
comment:2 Changed 16 years ago by dido
- Status changed from s1a_analysis_started to s1b_analysis_finished
comment:3 Changed 16 years ago by tanya
- Design_owners set to tanya
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to tanya
- Total Hours set to 0
- Add Hours to Ticket set to 0
- Billable? set
- Estimated Number of Hours set to 0
comment:4 Changed 16 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;
comment:5 Changed 16 years ago by meddle
- Analysis_reviewers set to tanya
- Analysis_owners set to dido
comment:6 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle, todor
- Design_score changed from 0 to 4
- Design_reviewers set to meddle, todor
- Imp._score changed from 0 to 4
Fixed in [5186].
comment:7 Changed 16 years ago by deyan
- Status changed from s3c_implementation_ok to new
Not fixed in the release.
Note: See
TracTickets for help on using
tickets.