You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/10/08 10:58:49 UTC

[Bug 62807] New: XSLFTableCell#removeBorder(BorderEdge.right) removes the bottom edge not the right edge.

https://bz.apache.org/bugzilla/show_bug.cgi?id=62807

            Bug ID: 62807
           Summary: XSLFTableCell#removeBorder(BorderEdge.right) removes
                    the bottom edge not the right edge.
           Product: POI
           Version: unspecified
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XSLF
          Assignee: dev@poi.apache.org
          Reporter: alekseyk99@mail.ru
  Target Milestone: ---

Looks like there is a typo in the code.

    @Override
    public void removeBorder(BorderEdge edge) {
...
        case right:
            if (pr.isSetLnR()) {
                pr.unsetLnB();
            }
...    


This is relevant for 3.17 and 4.0.0 versions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org


[Bug 62807] XSLFTableCell#removeBorder(BorderEdge.right) removes the bottom edge not the right edge.

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62807

PJ Fanning <fa...@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from PJ Fanning <fa...@yahoo.com> ---
https://svn.apache.org/repos/asf/poi/trunk@1843180

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org