You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by GitBox <gi...@apache.org> on 2022/12/08 14:14:05 UTC

[GitHub] [poi] gffloodg opened a new pull request, #404: Fix issue with text runs not honouring specific styling if they are i…

gffloodg opened a new pull request, #404:
URL: https://github.com/apache/poi/pull/404

   …inside a table cell.
   
   When rendering PPTX containing tables, it can be seen that text runs within cells with certain styles (b / i / color) are not correctly rendered. 
   
   This is caused by a bug in the creation of table cell text runs.
   This PR fixes the issue and adds tests to verify the change.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[GitHub] [poi] asfgit closed pull request #404: Fix issue with text runs not honouring specific styling if they are i…

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #404: Fix issue with text runs not honouring specific styling if they are i…
URL: https://github.com/apache/poi/pull/404


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[GitHub] [poi] pjfanning commented on pull request #404: Fix issue with text runs not honouring specific styling if they are i…

Posted by GitBox <gi...@apache.org>.
pjfanning commented on PR #404:
URL: https://github.com/apache/poi/pull/404#issuecomment-1346686433

   Thanks - merged


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [PR] Fix issue with text runs not honouring specific styling if they are i… [poi]

Posted by "higuaro (via GitHub)" <gi...@apache.org>.
higuaro commented on PR #404:
URL: https://github.com/apache/poi/pull/404#issuecomment-1778246255

   This causes the following exception in POI 5.2.4:
   ```none
   java.lang.NullPointerException: Cannot invoke "org.openxmlformats.schemas.drawingml.x2006.main.CTTextCharacterProperties.isSetB()" because "rPr" is null
   	at org.apache.poi.xslf.usermodel.XSLFTableCell$XSLFCellTextRun.isBold(XSLFTableCell.java:769)
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


Re: [PR] Fix issue with text runs not honouring specific styling if they are i… [poi]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on PR #404:
URL: https://github.com/apache/poi/pull/404#issuecomment-1778276023

   @higuaro I think this might be fixed since then - see https://github.com/apache/poi/commit/360c05d9e3496cb6b49e73732615fd9daedf40aa
   
   Hopefully, a POI 5.2.5 patch will be released in a few weeks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org