Ticket #2100 (closed bug)
Focus in the text frames doesn't behave correctly.
Reported by: | todor | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | M12_RELEASE |
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: | deni |
Imp._owners: | deni | Test_owners: | |
Analysis_reviewers: | deni | Changelog: | |
Design_reviewers: | meddle, pap | Imp._reviewers: | meddle, todor |
Test_reviewers: | Analysis_score: | 4 | |
Design_score: | 4 | Imp._score: | 4 |
Test_score: | 0 |
Description
When you put your cursor somewhere, change font (and close hud) and try typing with the new font, focus is lost again and HUDs appear sometimes (instead of letters in text)
Change History
comment:2 Changed 15 years ago by deni
- Design_owners set to deni
- Status changed from s1b_analysis_finished to s2a_design_started
- Imp._owners set to deni
- Analysis_reviewers set to deni
comment:3 Changed 15 years ago by deni
- Status changed from s2a_design_started to s3b_implementation_finished
- The problem is that when you click on a halo button and open a hud, the scene loses focus and does not recover it when you close the hud.
- In HudLogic in HudHaloButton when setting the active hud to null, find the related scene visual and set the focus to its swing component.
- Add an own annotation to the scene property in BaseVisual.
- Add a dependency of org.sophie2.base.scene in pom.xml of org.sophie2.base.halos.
- Source code: [7497]
comment:4 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_score changed from 0 to 4
- Imp._reviewers set to meddle, todor
- Design_score changed from 0 to 4
- Design_reviewers set to meddle, pap
- Imp._score changed from 0 to 4
Merged to the trunk at [7557].
The logic is changed, now the halos module will have no dependency from the scenes... The logix is in the ScenesPageLogic, new event is dispatched to there form the HudHaloButton....
4p (40m)
Note: See
TracTickets for help on using
tickets.