Benjamin Chavez
Benjamin Chavez
Typing "T" interacts with a keyboard shortcut inherently built into github. Try to get in front of this when the extension UI is active.
When searching for the word `stores` or `store` on the tailwind UI page linked below, the search algo is only able to find a single match when there should be...
Add a single URL that the extension's host permissions are blocked from accessing. Something self-hosted just for testing. Then add test cases to ensure that the behavior of the searching...
The repo currently has `E2E` testing logic via Puppeteer and Jest. However, to ensure stability `Unit` and `Integration` tests should be added
Fix started in [multiple-matches-in-one-element-bug](https://github.com/ctrl-f-plus/ctrl-f-plus-chrome-extension/tree/multiple-matches-in-one-element-bug) branch. Specifially in the `src/contentScripts/utils/serialization/serializeTabState.ts` file, the following update fixes the bug. However, in making this change the xpaths that are saved to local storage when...
Currently the search and highlight functionality only works on strings that are in the same html element. However, these means that if we search `abcdef` on the following html, that...
This update was started in the [fix-switch-tab-highlight-bug_from-when-a-tab-does-not-have-a-content-script](https://github.com/ctrl-f-plus/ctrl-f-plus-chrome-extension/tree/fix-switch-tab-highlight-bug_from-when-a-tab-does-not-have-a-content-script) branch. Essentially the goal is to have each content script inform the background script that it has been initialized. That is when the...