nextcloud-vue icon indicating copy to clipboard operation
nextcloud-vue copied to clipboard

RichText causes errors on WebKit | Invalid regex

Open susnux opened this issue 1 year ago • 0 comments

The regex for mentions is using lookbehind which is not supported on all iOS versions / Safari versions we support. It only works on 16.4+ but we support 15+.

The problem is within the regular expression: https://github.com/nextcloud-libraries/nextcloud-vue/blob/a2854e9cb99d0c14108180cbcee67f6240dfed70/src/mixins/richEditor/index.js#L32

susnux avatar May 13 '24 08:05 susnux