ReplaceText in Header/Footer broke in v 2.5.0

Open
#457 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
38/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
csharp
Domain
tooling

Research direction

Start at Document.ReplaceText and follow the Paragraph.ReplaceTextCore and Container.ReplaceTextCore paths named in the stack trace. Reproduce the example against versions 2.5.0 and 2.4.1, then add a regression test showing that replacing %LoanNum% in a header or footer removes the search value while preserving the body behavior.

Written by the indexing model from the issue text.

Description

Its adding the text but not removing the search value in the header/footer if I step over the error. Its fine in the body. Rolling back to 2.4.1 or 2.4.0 works fine.

        doc.ReplaceText(new StringReplaceTextOptions() { SearchValue = "%LoanNum%", NewValue = loan.LoanNum ?? "" });

header shows this if I step to next line in code:
Loan# %LoanNum%123456

at Xceed.Document.NET.Paragraph.InsertText(Int32 index, String value, Boolean trackChanges, Formatting formatting)
at Xceed.Document.NET.Paragraph.ReplaceTextCore(Match singleMatch, StringReplaceTextOptions replaceTextOptions)
at Xceed.Document.NET.Paragraph.ReplaceText(StringReplaceTextOptions replaceTextOptions)
at Xceed.Document.NET.Container.ReplaceTextCore(ReplaceTextOptionsBase replaceTextOptions)
at Xceed.Document.NET.Document.ReplaceText(StringReplaceTextOptions replaceTextOptions)
...

Dominant language
C#
Stars
1.9k
Forks
483
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from xceedsoftware/DocX

All issues in xceedsoftware/DocX

Similar issues

More C# issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.