Ticket #2437 (closed bug: obsolete)
empty-text-apply-style -- Exception occurs on style change in empty text
Reported by: | deyan | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | unknown | Effort: | |
Importance: | 94 | Ticket_group: | text |
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: | Changelog |
Design_reviewers: | pap | Imp._reviewers: | todor, pap |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 4 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
Create a text frame, put the cursor in it and press ctrl+i. http://sophie2.org/bug-report/detailed_view.php?id=195 occurs
Attachments
Change History
comment:4 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 TextModelLogic:ON_SWITCH_STYLE:handle when initializing the boolean oldValue check if the text is empty and if so- the default value is set to oldValue.
comment:5 Changed 15 years ago by diana
- Status changed from s2a_design_started to s3b_implementation_finished
comment:6 Changed 15 years ago by pap
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_reviewers set to diana
- Imp._reviewers set to todor, pap
- Design_score changed from 0 to 4
- Design_reviewers set to pap
- Imp._score changed from 0 to 3.5
- Commited in [9214].
- Great design.
- But instead of setting the default value of the attribute, false was used.
- No analysis score! Please, please don't do that. :)
Note: See
TracTickets for help on using
tickets.