Firefox: Marking not working correctly
See original GitHub issueDescription
On Firefox, mark text italic
, underline
or strikethrough
is not working correctly. Once you mark selection with format, after reselect the formated selection, Editor does not recognize it as marked/formated text.
Only working format is bold
.
Recording
Steps To reproduce the behavior:
- Go to https://www.slatejs.org/examples/richtext on Firefox
- Type some text
- Select text
- Mark it as
italic
orunderline
- Cancel selection
- Select marked text again
- Editor does not know that text is marked
Expectation Working as it should
Environment
- Slate Version: [e.g. 0.72.3]
- Operating System: [macOS]
- Browser: [Firefox]
Issue Analytics
- State:
- Created 2 years ago
- Reactions:2
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Fix "The bookmarks and history system will not be functional ...
This article explains what to do if you see the error message “The bookmarks and history system will not be functional” when you...
Read more >Can't add, change or save bookmarks - How to fix | Firefox Help
Right-click the file places.sqlite, and select Properties to open the Properties ... If there is a problem with this file, your bookmark changes...
Read more >Fix common audio and video issues | Firefox Help
Sometimes, the video or audio content in a web page cannot be properly downloaded or played in Firefox. This article will help you...
Read more >Why does Firefox not display symbols and diacritic marks ...
I am now using the reset profile. Using this profile Firefox does NOT correctly display symbols and diacritic marks in my html pages....
Read more >Websites look wrong or appear differently than they should
Table of Contents · 1 Clear the cookies and cache · 2 Reset Zoom · 3 Reset the minimum font size · 4...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We don’t seem to have a concept for unhanging selections w.r.t inlines/texts it seems. Introducing this as was suggested here would solve this I think.
Another way might be to unify the “double-click to select” behavior across browsers so that the resulting selection is not hanging (is this something we can hook into?)
@matobiely I didn’t close/reject your report because it is an issue. 😂 … just added notes to help clarify/track it down. Edges/boundaries are one of the things that is challenging to get right across platforms. For example, see the discussion in #4522 or #4588.