Ticket #1976 (closed bug: worksforme)
Crash: Right mouse button click on a selected page thumbnail crashes
Reported by: | milen | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
Component: | uncategorized | Version: | 2.0 |
Keywords: | feedback | Cc: | |
Category: | unknown | Effort: | |
Importance: | Ticket_group: | ||
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | milen | Design_owners: | mitex |
Imp._owners: | mitex | Test_owners: | |
Analysis_reviewers: | mitex | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
Right mouse button click on a selected page thumbnail crashes the application. If the book have more pages and when you click with right mouse button on thumbnail of not selected page the page gets selected and application doesn't crash.
Attachments
Change History
comment:2 Changed 16 years ago by mitex
- Design_owners set to mitex
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to mitex
comment:4 Changed 16 years ago by mitex
Design:
Current item in the page preview palette is null when no thumbnail is selected, so a null check is performed in PagePreviewPaletteLogic.
comment:5 Changed 16 years ago by mitex
- Status changed from s2a_design_started to s3b_implementation_finished
Implementation:
[6692]
comment:6 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to mitex
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
The palettes refactoring task fixed this bug with that that there could not be unselected item.
So works for me...
Note: See
TracTickets for help on using
tickets.