AT FIRST:
Error in event handler:
TypeError: Cannot read properties of undefined (reading 'Password') at c.D (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:49:270)
This happens in any vanilla vue.js project. You can take the following links as reference or setup your own project:
https://vuetifyjs.com/en/components/text-fields/ (Vue 2)
https://next.vuetifyjs.com/en/components/checkboxes (Vue 3)
I'm not able to go behind this problem, and I didn't find any similar occurrences in others.
Thank you in advance.
MODIFIED:
For further explanation:
the project is created with vue-cli like this:
vue create example
I just modified the HelloWorld component like this:
<template>
<input type="text" v-model="example">
</template>
<script>
export default {
name: "Foo",
data:()=>({
example:''
})
};
</script>
This is the only thing actually in my html, when serving the app I get this error:
Error in event handler: TypeError: Cannot read properties of undefined (reading 'Password') at c.D (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:49:270) at c.o (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:52:234) at c.register (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:53:395) at Ld (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:180:13) at od (chrome-extension://deakbjemijlmlcehdgejmdpekkceodmk/data/content_script.js:183:105)
The error doesn't affect the app at any point, you can work with it without any further issues, but for any input, you have in the app you get this error in the console.
SOLVED
A specific extension tool in chrome caused this error, I could not disable it because it was a requirement.
The extension causing this error was Harmony Web protection, as I said for my corporation this tool is required and pre-installed on the devices.
More information on the extension: https://www.checkpoint.com/harmony/browse/
chrome-extension://kbjemijlmlcehdgejmdpekkceodmklkdjlkjd/data/content_script.js:49:270
This is happening in the React.js also because Harmony extension took screen shot of the Chrome-extension
problem is : If you add a input field in reactJs/angular/vueJs, harmony reads the input field value and React shouts it out loud. rest in peace security
adding the harmony link https://www.checkpoint.com/harmony/browse/