Issue 83380 - opening a document again results in missing status bar
Summary: opening a document again results in missing status bar
Status: CLOSED FIXED
Alias: None
Product: gsl
Classification: Code
Component: code (show other issues)
Version: OOo 2.3
Hardware: Mac Mac OS X, all
: P3 Trivial (vote)
Target Milestone: OOo 2.4
Assignee: thorsten.martens
QA Contact: issues@gsl
URL:
Keywords: aqua
Depends on:
Blocks:
 
Reported: 2007-11-06 18:02 UTC by philipp.lohmann
Modified: 2009-05-04 12:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
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