Ticket #2203 (closed bug: fixed)
ADDITIONAL_ELEMENTS_INSIDE_LINKS_HUD
Reported by: | dido | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | X3 |
Component: | LINKS | Version: | 2.0 |
Keywords: | Cc: | ||
Category: | END_PROD | Effort: | |
Importance: | 70 | Ticket_group: | |
Estimated Number of Hours: | 0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Analysis_owners: | dido | Design_owners: | deni |
Imp._owners: | deni | Test_owners: | deyan |
Analysis_reviewers: | deni | Changelog: | |
Design_reviewers: | meddle | Imp._reviewers: | todor, meddle |
Test_reviewers: | Analysis_score: | 3.5 | |
Design_score: | 3.5 | Imp._score: | 3.5 |
Test_score: | 0 |
Description
- Insert frame, and select it.
- Open the link hud and create link that has "show frame" action. The combo box appear in order to choose specific frame.
- Don't close the hud and select the page - Links hud for the page is opened have no rule, but the "Select frame" combo box is visible and enabled.
The expected behavior is that there shouldn't be additional controls inside the hud if no specific action is selected.
Attachments
Change History
comment:3 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:4 Changed 15 years ago by deni
- Status changed from s2a_design_started to s3b_implementation_finished
- The problem was in LinksHud.ConfigPanel.swingComponent().swingComponent.setup(JPanel) - if no appropriate configuration panel is found, we didn't remove the previous one.
- Fixed in the attched patch.
- Besides, in the patch I changed the order of Send and Cancel buttons in bug report form dialog, so that Cancel is the rightmost button.
comment:5 Changed 15 years ago by meddle
- Status changed from s3b_implementation_finished to s3c_implementation_ok
- Analysis_score changed from 0 to 3.5
- Imp._reviewers set to todor, meddle
- Design_score changed from 0 to 3.5
- Design_reviewers set to meddle
- Imp._score changed from 0 to 3.5
- Analysis_owners set to dido
Merged to the trunk at 8305...
3.5p
Note: See
TracTickets for help on using
tickets.