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

fullDocumentContext table scan issue #4

Open
evilutioner opened this issue May 5, 2023 · 1 comment
Open

fullDocumentContext table scan issue #4

evilutioner opened this issue May 5, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@evilutioner
Copy link

Issue Description

When the cursor is outside a table, the text inside the table is not recognized. I created a table in notes:

|----------|----------|
| The report provides new estimates of the chances of crossing the global warming level of 1.5°C in the next decades, and | |
| The report states that without immediate, rapid, and large-scale reductions in greenhouse gas emissions, it will be impossible to limit global warming to 1.5°C or even 2°C.finds that unlessr
The report says that without immediate and large reductions in greenhouse gas emissions, it will be impossible to limit global warming to 1.5°C or even 2°C. there are immediate, rapid and large-scale reductions in greenhouse gas emissions, limiting warming to close to 1.5°C or even 2°C will be beyond reach. | |

Steps to Reproduce

  1. Open the document containing a table with text inside it.
  2. Place the cursor outside the table.
  3. Try to call fullDocumentContext.

Actual Result

When trying to us, the API indicating that there is no text.

Expected Result

The system should recognize the text inside the table regardless of the cursor's position.

Environment

KeyboardKitPro 7.5.0

@danielsaidi
Copy link
Contributor

Hi @evilutioner

Sorry to hear that this use-case isn't working. The full document context reading functionality is based on using the proxy's native functionality to move the cursor and read the text at the current position. If this is not possible using the native functionality, then reading the table will not work.

I will however naturally look into if this can be fixed.

@danielsaidi danielsaidi added the bug Something isn't working label May 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants