Issue 53320 - Time Stamp Control is misplaced in FormWizard
Summary: Time Stamp Control is misplaced in FormWizard
Status: CLOSED FIXED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: 680m122
Hardware: All All
: P3 Trivial (vote)
Target Milestone: OOo 2.0.2
Assignee: marc.neumann
QA Contact: issues@dba
URL:
Keywords:
: 55446 (view as issue list)
Depends on:
Blocks:
 
Reported: 2005-08-15 11:13 UTC by berend.cornelius
Modified: 2010-11-11 02:59 UTC (History)
2 users (show)

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


Attachments
Database document to reproduce the issue (27.17 KB, application/vnd.sun.xml.base)
2005-08-15 11:16 UTC, berend.cornelius
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description berend.cornelius 2005-08-15 11:13:24 UTC
Open Database Document in attachment.
Start FormWizard.
Choose Table 'DokuNyt'
Select several fields including  'RogzDatum"
On Dialog Page #5 choose "Columnar-Labels Left" Arrangement
->You can see that the timeStamp control of the database field "RogzDatum" is
wrongly positioned.
I debugged it and found out that the position the controls changes as soon as
both controls are grouped together:
...
	    xShapes.add(oDateControl.xShape);
	    xShapes.add(oTimeControl.xShape);
	    xShapeGroup = _oFormHandler.xShapeGrouper.group(xShapes);
...
Comment 1 berend.cornelius 2005-08-15 11:16:36 UTC
Created attachment 28774 [details]
Database document to reproduce the issue
Comment 2 Frank Schönheit 2005-08-15 11:25:34 UTC
This is already reported as issue 14868. I don't dare to mark this one here as
duplicate, since it has a target which I think is more appropriate (issze 14868
is targeted to "Later")
Comment 3 Oliver-Rainer Wittmann 2005-08-16 10:00:46 UTC
fix in progress in cws dbwizardpp1

Note: 
proposed fix influences fixes for issues i34750, i35798, i44334 and i44681.
Comment 4 Oliver-Rainer Wittmann 2005-08-16 13:50:19 UTC
fixed in cws dbwizardpp1 - changed files:
/sw/inc/anchoreddrawobject.hxx, 1.7.212.1
/sw/inc/frmfmt.hxx, 1.8.210.1
/sw/source/core/draw/dcontact.cxx, 1.42.206.1
/sw/source/core/doc/docdraw.cxx, 1.32.64.1
/sw/source/core/unocore/unodraw.cxx, 1.66.206.1
/sw/source/core/layout/anchoreddrawobject.cxx, 1.12.68.1

defect cause:
providing API interface com::sun::star::drawing::XShape by Writer implementation
<SwXGroupShape> doesn't work for drawing group object
com::sun::star::drawing::XShapeGroup. XShapeGroup directly is inherited from
XShape. Thus, used implementation aggregation doesn't work, because the Writer
implementation doesn't provide own implementation of
com::sun::star::drawing::XShapeGroup.
The proposed fix is a workaround for this defect.
Comment 5 berend.cornelius 2005-10-27 12:48:14 UTC
Reduced target to 00o2.0.2, because of lack of qa resources
Comment 6 berend.cornelius 2005-12-09 16:39:52 UTC
BC: Fixed in dbwizardpp1

re-open issue and reassign to msc@openoffice.org
Comment 7 berend.cornelius 2005-12-09 16:39:57 UTC
reassign to msc@openoffice.org
Comment 8 berend.cornelius 2005-12-09 16:40:00 UTC
reset resolution to FIXED
Comment 9 marc.neumann 2005-12-22 11:42:28 UTC
verified in cws dbwizardpp1
Comment 10 marc.neumann 2006-02-06 09:41:13 UTC
Hi,

this is fixed in the current master. The current master is available at
http://download.openoffice.org/680/index.html

I close this issue now.

Bye Marc
Comment 11 marc.neumann 2006-02-06 09:43:25 UTC
*** Issue 55446 has been marked as a duplicate of this issue. ***
Comment 12 ocmitvinrro 2010-11-11 02:59:11 UTC
Created attachment 74086