hrai / auto-capitalise-sentence

Firefox/Google Chrome/Microsoft Edge (chromium) add-on to automatically capitalise the first letter of a sentence while typing.
Apache License 2.0
6 stars 1 forks source link

Replacing text on certain websites causes crash #198

Closed timwredwards closed 2 years ago

timwredwards commented 2 years ago

Describe the bug When replacing text on web.whatsapp.com, it crashes the tab

To Reproduce Steps to reproduce the behavior:

  1. Go to web.whatsapp.com
  2. Type "hello "
  3. Select the text
  4. Type something
  5. Crash

Expected behavior No crash

Desktop (please complete the following information):

hrai commented 2 years ago

There's some JS code that stops the extension from working so it's possibly the same issue. See https://github.com/hrai/auto-capitalise-sentence/issues/192#issuecomment-1179726270

You can try disabling the extension for the site.

hrai commented 2 years ago

@timwredwards I was able to replicate it and resolved it in the latest release.