[dba-issues] [Issue 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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


User wg changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from w...@openoffice.org Mon Jan 19 10:00:28 + 
2009 ---
Tested in m38. Closed.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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





--- Additional comments from [EMAIL PROTECTED] Sat Nov 22 13:16:38 + 
2008 ---
*** Issue 96452 has been marked as a duplicate of this issue. ***

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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


User fs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Nov 13 08:50:24 + 
2008 ---
looks good in CWS aw058, thanks.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

2008-11-06 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93318


User aw changed the following:

What|Old value |New value

 Assigned to|aw|wg





--- Additional comments from [EMAIL PROTECTED] Thu Nov  6 11:20:33 + 
2008 ---
AW-WG: Please review as described in the task. Maybe FS wants to check, too.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

2008-10-29 Thread lla
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93318





--- Additional comments from [EMAIL PROTECTED] Wed Oct 29 13:59:56 + 
2008 ---
*** Issue 95489 has been marked as a duplicate of this issue. ***

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

2008-10-15 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93318


User aw changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Wed Oct 15 09:45:06 + 
2008 ---
AW: problem is that the ControlPrimitive2D::operator== does not detect
XControlModel changes which includes properties. There are three ways to fix 
that:

(1) Use a copy of the properties from XControlModel for ControlPrimitive2D, not
the XControlModel itself. Thus, the changes would get recognized

(2) use a propertyChangeListener at the ControlPrimitive2D which reacts on
property changes at the XControlModel and e.g. remembers change in a local bool
to return false at the next comparison

(3) At the tooling providing the primitives (the VOCs and VCs), where the
comparison is needed, use the derived classes for FormControls (which exist) to
do the extra test on property change. This may also result in flushing the
cached primitives at the VOC/VC on property change. That would guarantee to get
a fresh created primitive sequence on next request

(1) is too expensive, (2) works (tried that and committed as SVN tag 262201 to
have the code on demand). Removed again since this does not meet the purpose of
a primitive. The primitive represents the graphical information of a
visualizable object at the time the primitive was created, nothing more.
I imlemented and tested (3). Works well. committed. Done.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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


User aw changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from [EMAIL PROTECTED] Fri Oct 10 18:33:40 + 
2008 ---
AW: First check: No ActionChanged() at the VC is triggered (what is an error).

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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





--- Additional comments from [EMAIL PROTECTED] Thu Sep 11 13:00:15 + 
2008 ---
fs-aw: The code which normally triggers the update (more precise, the
invalidation) is in ViewObjectContactOfUnoControl_Impl::propertyChange: There, a
call to ObjectContact::InvalidatePartOfView is made when a property of a control
changes in design mode.

This code fragment is still called, but does not seem to work anymore since m30.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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


User fs changed the following:

What|Old value |New value

Target milestone|OOo 3.0   |OOo 3.1





-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

2008-09-01 Thread fs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93318
 Issue #|93318
 Summary|changes made to a form control's appearance are not sh
|ow anymore, until you move/resize the form control
   Component|Database access
 Version|DEV300m30
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|none
 Assigned to|aw
 Reported by|fs





--- Additional comments from [EMAIL PROTECTED] Mon Sep  1 08:23:42 + 
2008 ---
- open the attached document
- double-click the contained control to open the property browser
- change the background color to some arbitrary color
= the change is not reflected in the document/control
- move or resize the control
= the control now has the background color it should have

This happens for all appearance-related properties, not only the background
color. Seems that the mechanism which invalidates the portions of the document
window occupied by the control, whenever a control property changes, does not
work anymore.

-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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





--- Additional comments from [EMAIL PROTECTED] Mon Sep  1 08:24:21 + 
2008 ---
Created an attachment (id=56134)
document to reproduce the bug case


-
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 93318] changes made to a form con trol's appearance are not show anymore, until you move/resize the form control

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


User fs changed the following:

What|Old value |New value

Keywords|  |regression

Target milestone|---   |OOo 3.0





--- Additional comments from [EMAIL PROTECTED] Mon Sep  1 08:25:48 + 
2008 ---
regression between m29 and m39 = keyword, target

-
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]