Ticket #2109 (closed bug)

Opened 15 years ago

Last modified 15 years ago

Open books palette, tab bar and window menu are not synchronized.

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: tanya
Imp._owners: tanya Test_owners:
Analysis_reviewers: tanya Changelog:
Design_reviewers: meddle Imp._reviewers: meddle, todor
Test_reviewers: Analysis_score: 0
Design_score: 0 Imp._score: 0
Test_score: 0

Description

When you have for example two books and change the focus by clicking their names in the tab bar or window menu, the corresponding icons in the open books palette doesn't show correctly which book is on focus.

Change History

comment:1 Changed 15 years ago by todor

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 15 years ago by tanya

  • Design_owners set to tanya
  • Status changed from s1b_analysis_finished to s2a_design_started
  • Imp._owners set to tanya

comment:3 Changed 15 years ago by tanya

  • Status changed from s2a_design_started to s3b_implementation_finished

In setup() of syncSelected() of OpenBooksPalette class should be added:

list().get().validate();
list().get().repaint();

This will make the OpenBooksPalette to repaint after change.
I can't find any problem with WindowMenu.

comment:4 Changed 15 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Design_reviewers set to meddle
  • Analysis_reviewers set to tanya
  • Imp._reviewers set to meddle, todor

Merged to the trunk at [7563].

4p (40m) With the discussions about the scrolls...

comment:5 Changed 15 years ago by deyan

  • Status changed from s3c_implementation_ok to closed

Batch update from file query-10.csv

Note: See TracTickets for help on using tickets.