View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0000996 | context | bug report | public | 2017-04-03 02:31 | 2018-02-25 16:17 |
| Reporter | ananeamine | Assigned To | Hans Hagen | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Platform | Win64 | OS | Windows | OS Version | Windows 10 |
| Summary | 0000996: Wrong OTF mark positioning after the node pair +TLT and -TLT when the paragraph direction is TRT | ||||
| Description | The txtdirstate function in font-ots.lua does not considere the case when the stack is empty. When we add the test "if top == 0 then" below the problem is fixed. elseif dir == "-TRT" or dir == "-TLT" then top = top - 1 if stack[top] == "+TRT" then new = -1 end -- code added -- when the stack is empty reset the direction to the paragrpah direction if top == 0 then new = rlparmode end else | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2017-04-03 02:31 | ananeamine | New Issue | |
| 2018-02-25 16:17 | Hans Hagen | Note Added: 0001695 | |
| 2018-02-25 16:17 | Hans Hagen | Status | new => closed |
| 2018-02-25 16:17 | Hans Hagen | Assigned To | => Hans Hagen |
| 2018-02-25 16:17 | Hans Hagen | Resolution | open => fixed |