Issue 83380

Summary: opening a document again results in missing status bar
Product: gsl Reporter: philipp.lohmann
Component: codeAssignee: thorsten.martens
Status: CLOSED FIXED QA Contact: issues@gsl <issues>
Severity: Trivial    
Priority: P3 CC: issues
Version: OOo 2.3Keywords: aqua
Target Milestone: OOo 2.4   
Hardware: Mac   
OS: Mac OS X, all   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---

Description philipp.lohmann 2007-11-06 18:02:45 UTC
- open a document
- position and size it
- close it
- open it again
-> document frame is placed and sized correctly, however the content is sized
slightly too large so that the status bar is missing
Comment 1 philipp.lohmann 2007-11-06 18:05:04 UTC
This seems to be due to the fact that AquaSalFrame::GetWindowState and
SetWindowState use frame coordinates while all other places (e.g.
AquaSalFrame::SetPosSizePixel or the frames geometry member) use the coordinates
of the content rectangle.

Changing Get/SetWindowState in AquaSalFrame accordingly fixes the problem

fixed in CWS aquavcl04
Comment 2 philipp.lohmann 2007-12-11 09:56:56 UTC
please verify in CWS aquavcl04
Comment 3 eric.bachard 2007-12-13 14:53:13 UTC
Issue verified fixed in m239 + aquavcl04

Comment 4 thorsten.martens 2008-01-09 13:09:39 UTC
Checked and verified in cws aquavcl04 -> OK !
Comment 5 thorsten.martens 2009-05-04 12:13:49 UTC
closed