Issue 85919 - missing update for the Mouse-Over hint of a Mailmerge-fields after setting the DataColumnName of its TextFieldMaster
Summary: missing update for the Mouse-Over hint of a Mailmerge-fields after setting th...
Status: ACCEPTED
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: All All
: P4 Trivial
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-06 14:36 UTC by clutz
Modified: 2017-05-20 11:28 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description clutz 2008-02-06 14:36:47 UTC
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 "<MyAddress>" . 

After saving and reopening the document, the field is still displayed as
"<MyAddress>" and the hint is correct then, too.
Comment 1 jsc 2008-02-06 15:57:30 UTC
jsc -> sounds like an issue for you
Comment 2 Oliver Specht 2008-02-06 18:42:39 UTC
Prio and Target set 
Comment 3 Marcus 2017-05-20 11:28:10 UTC
Reset assigne to the default "issues@openoffice.apache.org".