Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autolink url regex is not configurable per editor instance #5319

Closed
jacekbogdanski opened this issue Aug 31, 2022 · 1 comment · Fixed by #5317
Closed

Autolink url regex is not configurable per editor instance #5319

jacekbogdanski opened this issue Aug 31, 2022 · 1 comment · Fixed by #5317
Labels
plugin:autolink The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Milestone

Comments

@jacekbogdanski
Copy link
Member

Type of report

Bug

Provide detailed reproduction steps (if any)

Looking at the code:

value = value.match( CKEDITOR.config.autolink_urlRegex ) ? value : 'mailto:' + value;

It's not possible to configure auto link URL regex for a specific editor instance. Regex is taken from the global CKEDITOR.config namespace.

@jacekbogdanski jacekbogdanski added type:bug A bug. status:confirmed An issue confirmed by the development team. plugin:autolink The plugin which probably causes the issue. labels Aug 31, 2022
@CKEditorBot
Copy link
Collaborator

Closed in #5317

@CKEditorBot CKEditorBot added this to the 4.19.2 milestone Sep 1, 2022
@jacekbogdanski jacekbogdanski modified the milestones: 4.19.2, 4.20.0 Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin:autolink The plugin which probably causes the issue. status:confirmed An issue confirmed by the development team. type:bug A bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants