Ticket #2479 (closed bug: obsolete)
text-in-font-size-field-throws-an-exception - When you enter a text in the font size field, exception is thrown.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | 90 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | todor | Design_owners: | diana |
Imp._owners: | diana | Test_owners: | |
Analysis_reviewers: | Changelog: | Changelog | |
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description (last modified by todor) (diff)
- Open the text hud and enter character instead of digits, hit enter, exception is thrown.
Attachments
Change History
comment:1 Changed 15 years ago by todor
- Status changed from new to s1b_analysis_finished
- Description modified (diff)
comment:2 Changed 15 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 TextFontSize:validate check if the value is correct(in the value is from the drop down values or if the value is positive fleat value), if not - the value is not submitted.
- In HudLogic:ON_FONT_SIZE_SUBMIT if the field value is null nothing happens(return false).
comment:3 Changed 15 years ago by diana
- Status changed from s2a_design_started to s3b_implementation_finished
Note: See
TracTickets for help on using
tickets.