Steps to reproduce:
- GO to nvaccess.org
- Scroll to the text below the "What is NVDA" heading
- Select the line below the heading
- Start a python console
- Do the following:
ti=nav.treeInterceptor.makeTextInfo("selection")
ti._startOffset
323
ti._endOffset
421
ti._getPointFromOffset(323).x
401
ti._getPointFromOffset(323).y
673
ti._getPointFromOffset(421).x
401
ti._getPointFromOffset(421).y
673
As you will notice, the x and y for both offsets are the same, which shouldn't be the case.
Steps to reproduce:
As you will notice, the x and y for both offsets are the same, which shouldn't be the case.