-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rich Text Editor | Revert Firefox workaround for caret disappearing i…
…ssue (#1482) # Pull Request ## 🤨 Rationale Issue Link : #1454 Reverting the workaround made for the above issue of blinking Caret disappeared when clicking on the formatting button in Firefox, As it is fixed with the latest release of Firefox browser ([v117](https://www.mozilla.org/en-US/firefox/117.0/releasenotes/)). ## 👩💻 Implementation Removed `forceFocusEditor()` function on button interaction handlers. ## 🧪 Testing - Manually tested the behavior by installing the latest Firefox browser (v117) and comparing the behaviors with previous versions (v116 and before). Firefox behaviour test link: https://bug1496769.bmoattachments.org/attachment.cgi?id=9014846, Please use this to verify in different versions of Firefox. (Note: The above link doesn't seem like works with NI VPN) ## ✅ Checklist <!--- Review the list and put an x in the boxes that apply or ~~strike through~~ around items that don't (along with an explanation). --> - [x] I have updated the project documentation to reflect my changes or determined no changes are needed.
- Loading branch information
Showing
2 changed files
with
7 additions
and
17 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/@ni-nimble-components-980520f6-8e70-4789-be9c-89be52706a37.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Revert firefox workaround for caret disappear", | ||
"packageName": "@ni/nimble-components", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters