Issue 67015 - maximizing a report/form document results in useless window position on next open
Summary: maximizing a report/form document results in useless window position on next ...
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 680m174
Hardware: All All
: P4 Trivial (vote)
Target Milestone: OOo 3.0
Assignee: christoph.lukasiak
QA Contact: issues@dba
URL:
Keywords:
Depends on:
Blocks: 72764
  Show dependency tree
 
Reported: 2006-07-04 14:58 UTC by Frank Schönheit
Modified: 2008-08-05 17:33 UTC (History)
4 users (show)

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


Attachments
The patch to embeddedobj project (3.56 KB, text/plain)
2007-11-09 01:29 UTC, zhangxiaofei.ooo
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Frank Schönheit 2006-07-04 14:58:28 UTC
- open an arbitrary database document containing at least one form or report
- open the form/report for editing
- maximize the form/report window
- save and close the form/report window
- re-open it (either for editing, or for viewing, doesn't matter)
=> the window got a useless position: It is as large as the screen, but positioned
   (it seems) randomly, so that the right/bottom area of the window are off-screen.+
   This makes the "save and restore position" feature for forms/reports somewhat
   useless for this particular case.

fs->oj: please investigate whether you can obtain (and preserve) the "maximized"
information from the css.embed API.
Comment 1 ocke.janssen 2006-08-02 10:59:35 UTC
Please take care for this one. Thanks.

-- OJ
Comment 2 bettina.haberer 2006-08-23 12:55:47 UTC
The window should open centralized on the screen, so the user does not need to
re-arrange it.
Comment 3 mikhail.voytenko 2007-10-25 10:27:52 UTC
The embedding persistence format does not allow to store the information that
the form is maximized ( only the size is stored in the current format ). But the
reasonable position could be calculated and set.
Comment 4 zhangxiaofei.ooo 2007-11-09 01:29:28 UTC
Created attachment 49542 [details]
The patch to embeddedobj project
Comment 5 mikhail.voytenko 2007-11-11 22:17:48 UTC
Thank you for the patch. I will integrate it in one of the next cws.
Comment 6 mikhail.voytenko 2008-02-20 10:05:34 UTC
The patch will be integrated in one of the next framework cws.
Comment 7 mikhail.voytenko 2008-05-28 15:40:57 UTC
Integrated.
Comment 8 mikhail.voytenko 2008-06-17 11:31:40 UTC
mav-msc: Please verify the issue.
Comment 9 thorsten.martens 2008-06-25 13:36:08 UTC
TM->CLU: MSC is on vacation, so please take over and verify this issue, thanks
in advance.
Comment 10 christoph.lukasiak 2008-06-25 14:17:07 UTC
verified in cws
Comment 11 drewjensen.inbox 2008-08-05 17:33:35 UTC
Checked w/DEV300 m_29, XP

Closing