Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Table row and column cache not dropped when leaving table #378

Closed
nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Closed

Table row and column cache not dropped when leaving table #378

nvaccessAuto opened this issue Jan 1, 2010 · 1 comment
Assignees
Milestone

Comments

@nvaccessAuto
Copy link

Reported by jteh on 2009-07-30 23:24
Str:

  1. Move to the top of a simple table such as the info table for this ticket.
  2. Press up arrow to move out of the table.
  3. 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.

@nvaccessAuto
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants