Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upTable row and column cache not dropped when leaving table #378
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by mdcurran on 2009-12-02 04:29 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.