Chris Tomlinson

Results 39 issues of Chris Tomlinson

The `ConfigManager.isFormInteresting` method only reliably ignores case for exclude list items. While that does solve a lot of the problems the "ignore case" feature set out to resolve, the user...

bug
help wanted
good first issue

Single Page Applications that do not create a new form after a failed sign-in attempt will lose their submit listener so further attempts by the user to type and then...

enhancement
help wanted

Per https://forum.kee.pm/t/edge-89-0-774-50-official-build-64-bit-kee-3-7-8-does-not-start/3572/ one possible explanation for this is that there is no valid home group set in one of the databases. Some better handling of this error state in `jsonrpcClient.ts:getAllDatabases()`...

enhancement
help wanted
good first issue

Label: "Preferred entry setting applies to : " Domain, hostname, page (dropdown / radio buttons) Explanatory note: “Only affects new preferences. You can change existing preferences by choosing a new...

enhancement

Create a separate helper application for Kee to communicate with, instead of direct WebSocket communication with the KeePassRPC server. This will allow KeePass to be launched from the browser and...

enhancement
help wanted

Typically this isn't easy to notice but for those with a keen eye, you might occasionally see a website where the Kee panels launched from the in-field icons do not...

bug
help wanted

This might increase the success rate of form submissions by triggering the submit event on the webpage. ``` const button = document.createElement('input'); button.type = 'submit'; form.append(button); button.click(); button.remove(); ``` This...

enhancement
help wanted
good first issue

Version 2.23.1 of rollup-commonjs is the last one that works properly without triggering runtime errors. I've managed to upgrade to the latest version but it appears that something in the...

New setting: “Sort matched entries by:” "Best match", "Title", "Username" (dropdown, including the usual "Inherit" option when rendered within a specific site config editor) Explanatory note under the setting: “This...

enhancement
help wanted

We'd like something like a `` or `` maybe. Unfortunately we can't use a built-in transition because the search bar also animates up and away at the same time as...

enhancement
help wanted
good first issue