https://issues.apache.org/ooo/show_bug.cgi?id=125044
Oliver-Rainer Wittmann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED --- Comment #5 from Oliver-Rainer Wittmann <[email protected]> --- Defect caused by the introduction of the field's content cache needed for clipboard documents. On creation of the <SwTxtFld> instance for the conditional text field the field's content cache is used to determine later on, if a change on the field's content took place and needs further invalidation and updates. Unfortunately, the field's content cache has not been filled. Thus, <SwTxtFld> instance did not got the correct state. --> <SwTxtFld> instance shall use the field's content cache only for clipboard documents. Further on the code which is use to trigger corresponding invalidation and updates should use <SwTxtFld::ExpandAlways()> instead of <SwTxtFld::ExpandTxtFld()> to assure invalidation and updates. I am working on a fix -- You are receiving this mail because: You are watching all issue changes.
