[api-issues] [Issue 85919] missing update for the Mou se-Over hint of a Mailmerge-fields after setti ng the DataColumnName of its TextFieldMaster

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


User os changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Priority|P3|P4

Target milestone|---   |OOo Later





--- Additional comments from [EMAIL PROTECTED] Wed Feb  6 18:42:39 + 
2008 ---
Prio and Target set 

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



[api-issues] [Issue 85919] missing update for the Mou se-Over hint of a Mailmerge-fields after setti ng the DataColumnName of its TextFieldMaster

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


User jsc changed the following:

What|Old value |New value

 Assigned to|jsc   |os





--- Additional comments from [EMAIL PROTECTED] Wed Feb  6 15:57:30 + 
2008 ---
jsc -> sounds like an issue for you

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



[api-issues] [Issue 85919] missing update for the Mou se-Over hint of a Mailmerge-fields after setti ng the DataColumnName of its TextFieldMaster

2008-02-06 Thread clutz
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=85919
 Issue #|85919
 Summary|missing update for the Mouse-Over hint of a Mailmerge-
|fields after setting the DataColumnName of its TextFie
|ldMaster
   Component|api
 Version|OOo 2.2.1
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|jsc
 Reported by|clutz





--- Additional comments from [EMAIL PROTECTED] Wed Feb  6 14:36:47 + 
2008 ---
The hint that is displayed if the mouse gets moved over a MailMergeField is not
updated after changing the DataColumnName via the API.

Use the following steps to reproduce the bug:

1) create a new writer document

2) insert a mailmergefield (Ctrl+F2) - for example one that references
Bibliography.biblio.Address

3) move the mouse over the new inserted mailmergefield and you will get the
following hint: "Bibliography.biblio.Address"

4) now run the followin macro:

xenum = ThisComponent.TextFields.createEnumeration() 
f = xenum.nextElement()
f.TextFieldMaster.DataColumnName = "MyAddress"
f.update

5) again, move the mouse over the mailmergefield and you will see, that the hint
 hasn't been updated, whereas the display of the field itself shows the new
Columnname "" . 

After saving and reopening the document, the field is still displayed as
"" and the hint is correct then, 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]