Automattic / simplenote-electron

Simplenote for Web, Windows, and Linux
https://app.simplenote.com
GNU General Public License v2.0
4.69k stars 553 forks source link

Fix: Adjust word wrap strategy in Safari #3191

Closed codebykat closed 1 month ago

codebykat commented 1 month ago

Fix

We initially set the word-wrap option in Safari to "simple" rather than "advanced" because we noted performance issues with it. In some brief testing, it looks to me like the performance issues are now mitigated, so we can fix the line wrapping in Safari. Putting this in its own PR in case we do find that it causes issues.

Will fix #2805

Test

Open some long notes in Safari and verify that word wrap is no longer awkwardly early and also that it does not freeze the browser or cause long load times.