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

Extension causes form inputs/textareas to contain HTML for click2dial icon when matching "phone numbers" #4

Open
lukebeer opened this issue Oct 24, 2013 · 1 comment
Labels

Comments

@lukebeer
Copy link

When editing a html textarea, in my example a webmin zone file. The extension matches the serial number and inserts html for click2dial on submit in turn, screwing up the zone file.

An exclusion for inputs/textareas needs to be implemented for number matching.

Example here - http://jsfiddle.net/5Weya/

@broadsoftxtended
Copy link
Contributor

Yep, in addition the regular expressions in contentscript.js needs refining; it's a little over eager right now. e.g. IP addresses are matched as phone numbers.

You can turn off the click-to-dial feature via the preferences page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants