[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2009-05-04 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User atjensen changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from atjen...@openoffice.org Tue May  5 04:39:09 
+ 2009 ---
Tested w/ Dev3.2_m47, Ubuntu 9.04 x86_64

Closing

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2009-04-03 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User msc changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from m...@openoffice.org Fri Apr  3 11:00:51 + 
2009 ---
verified in CWS dba32a

find more information about this CWS, like when it is available in the master
builds, in EIS, the Environment Information System:
http://eis.services.openoffice.org/EIS2/cws.ShowCWS?Path=DEV300%2Fdba32a

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2009-02-26 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User fs changed the following:

What|Old value |New value

 Assigned to|fs|msc





--- Additional comments from f...@openoffice.org Thu Feb 26 12:05:15 + 
2009 ---
fs-msc: please verify in CWS dba32a

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2009-02-26 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User fs changed the following:

What|Old value |New value

Target milestone|OOo 3.x   |OOo 3.2





--- Additional comments from f...@openoffice.org Thu Feb 26 12:33:28 + 
2009 ---
targeting to 3.2, since the fix is part of a CWS aiming for this release

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2009-01-12 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User fs changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from f...@openoffice.org Mon Jan 12 11:58:23 + 
2009 ---
okay, the form runtime already had a mechanism for reacting on user changes done
in controls which do not have the focus. Effectively, it's just setting the
focus into this control then. This mechanism didn't work for image controls for
different reasons, which I fixed.

Effectively, this means that in the bug doc, when an image is inserted or
removed, the focus is moved to the image control. After that, traveling the main
form to another record updates the sub form, too.

Fix committed to CWS dba32a.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@dba.openoffice.org
For additional commands, e-mail: issues-h...@dba.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2008-09-07 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458





--- Additional comments from [EMAIL PROTECTED] Sun Sep  7 20:55:02 + 
2008 ---
Uhm ... the problem here is that the image control does not take the focus when
its image is changed via a mouse double-click, so the form navigation toolbar is
not bound to the sub form, so there's no place where to indicate the modified
state of the sub form, or to trigger a save record.

Not sure what to do here.

For one, we could grab the focus on mouse-double-click, but this is only a
workaround for this particular form, not a general solution. What if somebody
switches the form navigation bar off for that particular sub form?

Another solution would be to automatically save the form's current record when
an image has been set an an image control in this form. However, I'm pretty
unsure about the possible implications and side effects of such a change.

Yet more, we could mark the main form (more precise: all ancestor forms of a sub
form) as modified when a sub form is modified. Again, not sure about the
implications, but perhaps the most reasonable solution.

Have to think about this.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2008-04-21 Thread msc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458


User msc changed the following:

What|Old value |New value

 Assigned to|dbaneedsconfirm   |fs

Target milestone|---   |OOo 3.x





--- Additional comments from [EMAIL PROTECTED] Mon Apr 21 11:25:31 + 
2008 ---
confirm, set target and reassign to the right developer

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2008-04-18 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458
 Issue #|88458
 Summary|Image control does not trigger modified state if it is
| the only control from datacontrol
   Component|Database access
 Version|OOo 2.4.0
Platform|All
 URL|
  OS/Version|Windows XP
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|dbaneedsconfirm
 Reported by|atjensen





--- Additional comments from [EMAIL PROTECTED] Sat Apr 19 05:02:26 + 
2008 ---
Using WinXP, OOo 2.4 ( and DEV300 m7)

If an image control is the only control on a sub-form, from the datacontrol of 
the sub-form, then there is no way to save an image that has been added to it.

Open the attached bug doc.
Open the form employees - add a different image in the image control. There is 
no way now to save this change.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[dba-issues] [Issue 88458] Image control does not tri gger modified state if it is the only control from datacontrol

2008-04-18 Thread atjensen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=88458





--- Additional comments from [EMAIL PROTECTED] Sat Apr 19 05:03:10 + 
2008 ---
Created an attachment (id=53019)
example bug document


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]