Ticket #2290 (closed bug: obsolete)
book-properties-dialog-fields-size - The fields in the book properties dialog are not drawn properly.
Reported by: | todor | Owned by: | pap |
---|---|---|---|
Priority: | major | Milestone: | X3 |
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: | todor | Design_owners: | pap |
Imp._owners: | pap | Test_owners: | |
Analysis_reviewers: | pap | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | meddle, dido |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
- On windows and Mac OS the size and name fields are too small and unusable. They are cropped from the bottom.
- On Linux the fields are cropped form the two sides.
Attachments
Change History
comment:2 Changed 15 years ago by pap
- Design_owners set to pap
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to pap
- Analysis_reviewers set to pap
- Analysis_score changed from 0 to 4
- Approved. Taken for design
comment:3 Changed 15 years ago by pap
- Status changed from s2a_design_started to s2b_design_finished
- The BoundTextFields for page sizes and book title have both SIZE_PROP_ID and CONTROL_SIZE_PROP_ID set. This messes up when it is displayed on two rows. Remove the SIZE_PROP_ID definitions.
comment:5 Changed 15 years ago by pap
- Owner set to pap
- Status changed from s2c_design_ok to s3a_implementation_started
Implementation is in the attached patch. Also deleted some unused code.
comment:6 Changed 15 years ago by pap
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:7 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Design_score changed from 0 to 4
- Design_reviewers set to meddle
- Imp._score changed from 0 to 4
- Imp._reviewers set to meddle, dido
Merged to the trunk at [8581], tested by dido on mac and windows.
Note: See
TracTickets for help on using
tickets.