Ticket #1999 (closed bug: fixed)
Changing trigger or action should not reset frame (page) dropdown
Reported by: | deyan | Owned by: | kyli |
---|---|---|---|
Priority: | minor | 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: | deyan | Design_owners: | kyli |
Imp._owners: | kyli | Test_owners: | deyan |
Analysis_reviewers: | Changelog: | ||
Design_reviewers: | meddle, pap | Imp._reviewers: | meddle |
Test_reviewers: | Analysis_score: | 3 | |
Design_score: | 3 | Imp._score: | 3 |
Test_score: | 3 |
Description
- When you change the trigger of a link, the content of the 3rd dropdown (Frame, Page or Script) should not be reset (it is now)
- When you change the action of a link, the content of the 3rd dropdown should be reset only if the new action is of different type (for example, changing an action from "toggle frame" to "show frame" should not reset the "Frame" dropdown, but changing from toggle frame to "Go to page" should reset it.)
Change History
comment:2 Changed 16 years ago by kyli
- Status changed from s1b_analysis_finished to s2a_design_started
comment:3 Changed 16 years ago by kyli
- Status changed from s2a_design_started to s2b_design_finished
- The content of the 3rd dropdown is actually not taken in consideration from the hud, because of bugous equals() method for the LinkAction. The solution is to override it in the actions which have fields in them, so the fields will be looked at.
- The other requirement is currently not easy achievable, since every configuration panel has different instance of the drop down menu.
comment:5 Changed 16 years ago by kyli
- Owner set to kyli
- Status changed from s2c_design_ok to s3a_implementation_started
Implementation done in [6980].
comment:6 Changed 16 years ago by kyli
- Status changed from s3a_implementation_started to s3b_implementation_finished
comment:7 Changed 16 years ago by kyli
- Status changed from s3b_implementation_finished to s3c_implementation_ok
Note: See
TracTickets for help on using
tickets.