Ticket #2486 (closed bug: obsolete)
text-links-hud-not-correct
Reported by: | diana | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
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: | diana | Design_owners: | diana |
Imp._owners: | diana | Test_owners: | |
Analysis_reviewers: | Changelog: | Changelog | |
Design_reviewers: | pap | Imp._reviewers: | pap, todor |
Test_reviewers: | Analysis_score: | 0 | |
Design_score: | 4 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
- Create a new book.
- Add a text frame.
- Type some text.
- Create a text link in the text.
- Move the text caret on pos that do not contain the link.
- Open the text link hud (the previous created link appears - should be empty link rule).
Attachments
Change History
comment:2 Changed 15 years ago by diana
- Status changed from s1b_analysis_finished to s2a_design_started
- In SelectionInfo class rename the getMarkIndex to getMark for more consistency.
- In LinkHolder class add new int getSync() - Used only for synchronizing the wanted link property in currentRuleSync - for the text link holders should depend on the currently selected interval. Returns: Different numbers if the wanted rule should be set to null, a constant otherwise.
- In SimpleLinkHolder class make the getSync function return a constant (0 in this case).
- In TextLinkHolder class make the getSync function return the the hash code of the selected interval.
- In LinksHud:currentRuleSync make the property depends on the getSync function.
- In TextFrameLogic:ON_MOUSE_MOVED change the logic to fire 2 events - mouse leave and mouse enter for the proper links - this fixes another problem with the text links.
comment:3 Changed 15 years ago by diana
- Status changed from s2a_design_started to s3b_implementation_finished
comment:4 Changed 15 years ago by pap
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Design_score changed from 0 to 4
- Design_reviewers set to pap
- Imp._score changed from 0 to 3.5
- Imp._reviewers set to pap, todor
- Committed in [9229].
- A bit bad JavaDoc about the synchronizing method.
Note: See
TracTickets for help on using
tickets.