From 9d38e66b2a79bcf39c92ad64192fdd8e6641af9f Mon Sep 17 00:00:00 2001 From: Alec Posney Date: Fri, 5 May 2023 09:03:21 +1000 Subject: [PATCH] Better wording for firefox description --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 495d561..5d1a22b 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,15 @@ This module is currently tested on Chrome and ~Firefox~ and under MacOS, ~Linux~ This module is only tested against the base Foundry application using the DnD5e system. While most other systems and modules _should_ work; Just because there is a PopOut! button on a window, does not guarantee that it _will_ work. -In particular systems using more advanced frameworks like react/svelte/vue will likely _not_ work and can not be made to work. +Systems such as Pathfinder that heavily make use of JQuery or JQuery plugins will have severely limited functionality. + +In addition, systems using more advanced frameworks like react/svelte/vue will likely _not_ work and can not be made to work. Due to the necessarily brittle nature of how this module is implemented, other modules may lack functionality or break completely when popped out. See the Compatibility section for a description of how you can fix this if you are module developer. ### Firefox -~Due to a recent update from Firefox that changed the way the `instanceof` method works~ Turns out [the bug](https://bugzilla.mozilla.org/show_bug.cgi?id=339884) is 17 years old, I have no idea why some things are encountering it now. Some core JQuery functions are broken when operating on popped out html nodes. Therefore **I am no longer supporting Firefox**, please use chrome. If you are interested, the following gist can [replicate the issue](https://gist.github.com/Posnet/9d87f790d4f3c64ed468559600c76302). +~Due to a recent update from Firefox that changed the way the `instanceof` method works~ Turns out [the issue](https://bugzilla.mozilla.org/show_bug.cgi?id=339884) is 17 years old, I have no idea why some things are encountering it now. Some core JQuery functions are broken when operating on popped out HTML nodes. Therefore **I am no longer supporting Firefox**, please use Chrome. If you are interested, the following gist can [replicate the issue](https://gist.github.com/Posnet/9d87f790d4f3c64ed468559600c76302). # Installation