Actionscript Tracking: TextSnapshot
This is the tracking issue for TextSnapshot in AVM1. We will check off each item of progress as appropriate, and fill in any relevant or missing information as we continue development of Ruffle.
Legend
Each checkbox is independent of another. It's entirely possible for something to be tested but not exist yet, or for us to believe that it's completely functional but we haven't made enough tests to prove it.
"Property Exists"
This means the item exists, but may not necessarily be fully implemented.
"Has Test Coverage"
This means that we believe that we have a good test coverage of this item, regardless of if those tests pass. It's okay to have tests available but not implement the item yet.
"Completely Functional"
This means we believe that the item is completely implemented, and no more work needs to be done towards making it functional.
TextSnapshot
Methods
findText(startIndex, textToFind, caseSensitive)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
getCount()
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
getSelected(start, end)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
getSelectedText(includeLineEndings)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
getText(start, end, includeLineEndings)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
getTextRunInfo(beginIndex, endIndex)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
hitTestTextNearPos(x, y, closeDist)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setSelectColor(color)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional
setSelected(start, end, select)
- [ ] Property Exists
- [ ] Has Test Coverage
- [ ] Completely Functional