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

Updating bug for fields with no Name nor Id #2237

Closed
wants to merge 2 commits into from
Closed

Updating bug for fields with no Name nor Id #2237

wants to merge 2 commits into from

Conversation

seltix5
Copy link

@seltix5 seltix5 commented Nov 21, 2018

When using some WYSIWYG like summernote, by default, contenteditable area has not Id nor Name, in this cases the script generates error in "escapeCssMeta()" when trying to do replace on undefined because the string arg is the result of "idOrName()" on line #1009.

PS : I dont know how the tests work nor how to create one... If you can send me some info about it I could do it.

DEMO ERROR : http://jsfiddle.net/3bpnw7uo/8/

When using some WYSIWYG like summernote, by default, contenteditable area has not Id nor Name, in this cases the script generates error in "escapeCssMeta()" when trying to do replace on undefined because the string arg is the result of "idOrName()" on line #1009.
@bytestream
Copy link
Member

@staabm This can be closed as it duplicates #2154 which has now been merged?

@staabm staabm closed this Apr 4, 2022
@staabm
Copy link
Member

staabm commented Apr 4, 2022

Good point, thx

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

Successfully merging this pull request may close these issues.

None yet

3 participants