You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move to the top of a simple table such as the info table for this ticket.
Press up arrow to move out of the table.
Press down arrow to enter the table again.
Expected:
Row 1 column 1 should be reported.
Actual:
No row and column is reported.
More info:
The last spoken row and column number are cached along with the table ID so that the row/column number isn't spoken if it hasn't changed. However, this cache isn't dropped when leaving the table, which is why this problem occurs; the last table ID< row and column number are the same, so no change is spoken. We somehow need to drop the cache when leaving the table.
The text was updated successfully, but these errors were encountered:
Comment 1 by mdcurran on 2009-12-02 04:29
Fixed in r3404. Seems this was implemented right at the start, though I mucked it up when adding code to handle tables with no column count.
Changes:
State: closed
Reported by jteh on 2009-07-30 23:24
Str:
Expected:
Row 1 column 1 should be reported.
Actual:
No row and column is reported.
More info:
The last spoken row and column number are cached along with the table ID so that the row/column number isn't spoken if it hasn't changed. However, this cache isn't dropped when leaving the table, which is why this problem occurs; the last table ID< row and column number are the same, so no change is spoken. We somehow need to drop the cache when leaving the table.
The text was updated successfully, but these errors were encountered: