Ticket #1947 (closed bug: fixed)

Opened 16 years ago

Last modified 15 years ago

Show Book Desktop results in strange behaviour.

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: 3.5
Design_score: 3.5 Imp._score: 3.5
Test_score: 0

Description

When clicking on the show book desktop button, Sophie blinks several times, same happens when there are more than one opened book and the user chooses tile or cascade from the window menu. Some other thing that is probably connected with this bug is that when the application is maximized and the user clicks on the show book desktop button, the application window is restored.

Change History

comment:1 Changed 16 years ago by todor

  • Status changed from new to s1b_analysis_finished

comment:2 Changed 16 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 16 years ago by tanya

  • Status changed from s2a_design_started to s3b_implementation_finished

When the screen mode of the application change from fullscreen to normal or from normal to fullscreen, dispose() method of JFrame (the global container) should be called. But dispose() is called even if the mainWndowOptions of the main window are changed from cascade to tile for example.

Changeset [6169] fixes the problem.

comment:4 Changed 16 years ago by meddle

  • Status changed from s3b_implementation_finished to s3c_implementation_ok
  • Analysis_reviewers set to tanya
  • Analysis_score changed from 0 to 3.5
  • Imp._reviewers set to meddle, todor
  • Design_score changed from 0 to 3.5
  • Design_reviewers set to meddle
  • Imp._score changed from 0 to 3.5

Ok reviewed, but that with new Boolean(true) instead of Boolean.TRUE is bad...
Merged in [6218]

3.5p (15m)

comment:5 Changed 15 years ago by deyan

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

fixed

Note: See TracTickets for help on using tickets.