burmancomp

Results 11 issues of burmancomp

### Link to issue number: ### Summary of the issue: No support for Tivomatic Caiku Albatross 46/80 braille display models. ### Description of how this pull request fixes the issue:...

conceptApproved
blocked/needs-internal-fix

Maybe pull request #16174 has something to do with this. ### Steps to reproduce: - build launcher from source (nvda running) - run new installer - select to install to...

### Link to issue number: fixes #15994 ### Summary of the issue: When braille is tethered to review selection is not shown in edit controls and documents. ### Description of...

conceptApproved

### About There are following code lines in `braille.BrailleHandler._handlePendingUpdate`: ` if scrollTo is not None: self.scrollToCursorOrSelection(scrollTo) if self.buffer is self.mainBuffer: self.update() ` `scrollToCursorOrSelection` should execute `scrollTo` when region is type...

component/braille
performance
p4
triaged

### Is your feature request related to a problem? Please describe. Although "show selection" is enabled, NVDA does not show selection automatically in braille when braille is tethered to review....

needs-triage

### Steps to reproduce: - ensure braille is tethered to focus - ensure that settings => composition only plain text is in use - ensure that in thunderbird account settings...

blocked/needs-info
needs-triage

### Steps to reproduce: case 1: - ensure braille is tethered to review - ensure that settings => composition only plain text is in use - ensure that in thunderbird...

blocked/needs-info
needs-triage

### Link to issue number: closes #3095, #15994 ### Summary of the issue: When braille is tethered to review selection is not shown in edit controls and documents. ### Description...

### Link to issue number: fixes #16456 ### Summary of the issue: In `braille.BrailleHandler._handlePendingUpdate` and `braille.BrailleHandler._doNewObject` functions `scrollTocursororSelection` function is called. `scrollToCursorOrSelection` calls `scrollTo` which in turns calls `braille.BrailleHandler.update`. Both...

merge-early

### Link to issue number: closes #16456 ### Summary of the issue: There are often two `BrailleHandler.update` executions which produce duplicate log entries when log level is debug. As an...

blocked/needs-testing