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
Occasionally, the input box does not display the focus, and the input content is not behind the original text;
When the focus appears, the focus is not behind the original text;
After editing the tag, press Enter and the following error occurs:
window.getSelection().getRangeAt(0): This method will have errors under safari.
[Error] IndexSizeError: The index is not in the allowed range.
getRangeAt (tagify.js:26:38822)
placeCaretAfterNode (tagify.js:26:38822)
onEditTagDone (tagify.js:26:41076)
onEditTagBlur (tagify.js:26:29362)
The text was updated successfully, but these errors were encountered:
Who uses Safari? it's not a good browser at all. I do not have the time capacity (and patience) to support Safari. It is one of the worst browsers, if not the worst.
I totally understand you. Nevertheless safari is the default browser of all macOS and iOS devices and used by many people. Is there an option you will fix it for Safari?
When editing a tag in the safari browser,
After editing the tag, press Enter and the following error occurs:
window.getSelection().getRangeAt(0): This method will have errors under safari.
[Error] IndexSizeError: The index is not in the allowed range.
getRangeAt (tagify.js:26:38822)
placeCaretAfterNode (tagify.js:26:38822)
onEditTagDone (tagify.js:26:41076)
onEditTagBlur (tagify.js:26:29362)
The text was updated successfully, but these errors were encountered: