Arno Gourdol
Arno Gourdol
Thanks for the report. To make it easier to track down the problem, could you provide some step by step instructions on how to reproduce the problem? Does the problem...
Thanks, Neil. Interesting. Not sure why NVDA thinks there's a `readonly` attribute. The `readonly` attribute is admittedly weird, its mere presence, regardless of its value, indicate a read-only state, but...
Version `0.73.3` has some attempts to work around this issue. Could someone give it a try and report?
@huytranorient ok, thanks. It looks like we'll have to wait for a fix for https://github.com/nvaccess/nvda/issues/13642
You can save/restore the position of the cursor using `mf.position` (where `mf` is the mathfield element).
I can't figure out how to reproduce this. Could you clarify exactly which keys on the keyboard you are pressing?
Oh, OK... I think I understand this report now. @Kydyralin is correct: `\begin{matrix}...\end{matrix}` display its content in tabular form, but without fences. For square brackets use `\begin{bmatrix}...\end{bmatrix}` and for parentheses...
Oh, OK, I really got it now. The problem is in the tabular promotion algorithm (when you add a column/row the existing expression gets "promoted" to a tabular environment). It...
@ImGelu that's a different issue
I think this is actually a duplicate of #1118 (or at least, same underlying cause). After fixing #1118 I can't reproduce this. I couldn't reproduce the issue with the field...