Ticket #1870 (closed bug: fixed)
Book title should be cut after fixed amount of symbols in the tabbar.
Reported by: | deyan | 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: | deyan | Design_owners: | diana |
Imp._owners: | diana | Test_owners: | |
Analysis_reviewers: | diana | Changelog: | |
Design_reviewers: | meddle, deyan | Imp._reviewers: | meddle, deyan |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
Book title should be cut after fixed amount of symbols in the tabbar. For example - 20 followed by "..." if there are more symbols
Change History
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
In AppTabBar:setup method add check for the length of the title. If the title is longer than certain final int value the name of the button is cut to less sumbols.
source code: [5148]
comment:3 Changed 16 years ago by diana
- Status changed from s2a_design_started to s2b_design_finished
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 meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to diana
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle, deyan
- Design_score changed from 0 to 4
- Design_reviewers set to meddle, deyan
- Imp._score changed from 0 to 4
Ok, works in [5158].
comment:8 Changed 16 years ago by dido
- Status changed from s3c_implementation_ok to s1c_analysis_ok
need to be fixed in the new branch
comment:9 Changed 16 years ago by diana
- Status changed from s1c_analysis_ok to s2a_design_started
In tTabBarButton:setup method add check for the length of the title. If the title is longer than certain final int value the name of the button is cut to less sumbols.
source code:[6304]
comment:10 Changed 16 years ago by diana
- Status changed from s2a_design_started to s3b_implementation_finished
comment:11 Changed 16 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
Works for me...
comment:12 Changed 16 years ago by deyan
- Status changed from s3c_implementation_ok to closed
- Resolution set to fixed
fixed
Note: See
TracTickets for help on using
tickets.