2075 -- Harper Auto-submits Reddit Comments #2079
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issues
Fixes #2075
Description
The issue seems to be that the lint buttons did not have a 'type' specified, meaning they likely used the default type 'submit'. I believe that somewhere during the render process the 'submit' was triggered and was submitting the reddit comments.
Manually setting the type to 'button' fixes this and the comments no longer submit when interacting with Harper in my tests.
This PR does not yet fix the sentence copying issue although I suspect this may be occurring somewhere in replaceValue function in computeLintBoxes.ts
Demo
How Has This Been Tested?
I tested by repeatedly trying to edit reddit comments. Couldn't get any of them to submit automatically when testing this change, and Harper still seems to function normally in other applications.
Checklist