Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After adding a comment, the Android phone cannot be opened and prompts that the format is incorrect. However, PC and Apple phones can display it normally #2684

Open
1 of 2 tasks
XiangSir-No1 opened this issue Sep 19, 2024 · 3 comments

Comments

@XiangSir-No1
Copy link

Describe the bug and add attachments

image

Expected behavior

Normal display

Steps to reproduce

$comment = $section->addComment('admin', new \DateTime());
$comment->addText('first comment');
$comment->setStartElement($startElement);
$comment->setEndElement($endElement);

PHPWord version(s) where the bug happened

1.3.0

PHP version(s) where the bug happened

7.4

Priority

  • I want to crowdfund the bug fix (with @algora-io) and fund a community developer.
  • I want to pay the bug fix and fund a maintainer for that. (Contact @Progi1984)
@XiangSir-No1
Copy link
Author

Only by adding comments can this problem occur

@XiangSir-No1
Copy link
Author

I know where the problem is and I have fixed it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants
@XiangSir-No1 and others