Ticket #2152 (closed bug: invalid)
When selecting text only the text background changes.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | uncategorized | Version: | 2.0 |
Keywords: | Cc: | tanya | |
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: | tanya |
Imp._owners: | tanya | Test_owners: | |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | Imp._reviewers: | ||
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 0 | Imp._score: | 0 |
Test_score: | 0 |
Description
- At the moment when the text is selected only the background color changes to blue.
- The text color stays original, so if we have blue text it would look invisible.
- When text is selected the font color must change too.
Change History
comment:1 Changed 15 years ago by todor
- Status changed from new to s1b_analysis_finished
- Milestone set to X3
comment:2 Changed 15 years ago by tanya
- Status changed from s1b_analysis_finished to s2a_design_started
comment:3 Changed 15 years ago by tanya
- Design_owners set to tanya
- Status changed from s2a_design_started to s3b_implementation_finished
- Imp._owners set to tanya
The appropriate areas are calculated to be drawn over the graphics2d and the color of the graphics2d is changed appropriately.
For wrapping - hud added and wrappedArea() in TextFrameView changed to depend on the wrapping mode of the frame. For wrapping modes enum created "WrappingModes".
[8041] - the changeset contains and the code for wrap, no wrap modes (because of the missing ticket)
comment:4 Changed 15 years ago by meddle
- Cc tanya added
- Status changed from s3b_implementation_finished to closed
- Resolution set to invalid
I will invalidate the ticket, because the wrapping mode is in the trunk (with some code modifications) and the highlight changes were not approved by the integrators.
I will delete your branch too.
Note: See
TracTickets for help on using
tickets.