Ticket #2264 (closed bug: obsolete)

Opened 15 years ago

Last modified 13 years ago

color-picker-not-hiding - Color picker hud stays open when not needed.

Reported by: todor Owned by:
Priority: major Milestone: X3
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 Imp._reviewers: meddle, todor
Test_reviewers: Analysis_score: 4
Design_score: 4 Imp._score: 4
Test_score: 0

Description

  • Create book.
  • Insert frame.
  • Open appearance HUD.
  • Choose solid color and evoke the color picker.
  • Now from the dropdown menu choose image.
  • The color picker is still open.
  • You can even click on it.

Attachments

not-hiding-subhud.patch (685 bytes) - added by deni 15 years ago.

Change History

comment:1 Changed 15 years ago by deni

  • Status changed from new to s1b_analysis_finished

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
  • Analysis_score changed from 0 to 4

comment:3 Changed 15 years ago by deni

  • Status changed from s2a_design_started to s3b_implementation_finished
  • When changing the background panel in AppearanceHud.BackgroundPanel...setup(JPanel), close the currently open subhud by adding the following fragment:
    AppearanceHud hud = BackgroundPanel.this.findParentElement(AppearanceHud.class);
    hud.subHud().set(null);
    

Changed 15 years ago by deni

comment:4 Changed 15 years ago by todor

  • Summary changed from color-picker-not hiding - Color picker hud stays open when not needed. to color-picker-not-hiding - Color picker hud stays open when not needed.

comment:5 Changed 15 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Design_score changed from 0 to 4
  • Design_reviewers set to meddle
  • Imp._score changed from 0 to 4
  • Imp._reviewers set to meddle, todor

Merged into the trunk at [8501]... And now 4 for analysis why, You have to write review...

4p

comment:6 Changed 13 years ago by meddle

  • Status changed from s3c_implementation_ok to closed
  • Resolution set to obsolete

Closing all the tickets before M Y1

Note: See TracTickets for help on using tickets.