You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When in "bold" mode, Firefox leaves the first character of each line non-bolded.
Repro:
Clone the typewriter repo, run npm install and npm start.
Open localhost:9000 in Firefox (Tested on v101.0.1 and v103.0.1)
Add a new line
Press Ctrl-B, and start typing. The first character will not be bold, but the remainder of the line is bold. This will occur again on new lines even without pressing Ctrl-B again.
I'm not sure where to start debugging this behaviour, but if I had to guess I'd suggest that one avenue for investigation is the order of inputs in FF to Chrome.
The text was updated successfully, but these errors were encountered:
cocoademon
changed the title
Ctrl-B hotkey behaviour is broken on Firefox
Bold, italic behaviour is broken on Firefox
Jul 29, 2022
When in "bold" mode, Firefox leaves the first character of each line non-bolded.
Repro:
npm install
andnpm start
.Ctrl-B
, and start typing. The first character will not be bold, but the remainder of the line is bold. This will occur again on new lines even without pressingCtrl-B
again.This also happens when enabling Bold using the toolbar (on http://localhost:9000/toolbar)
Also affects Italics
It appears to work correctly in Chrome.
I'm not sure where to start debugging this behaviour, but if I had to guess I'd suggest that one avenue for investigation is the order of inputs in FF to Chrome.
The text was updated successfully, but these errors were encountered: