jce icon indicating copy to clipboard operation
jce copied to clipboard

TypeError: Cannot read property '...' of undefined in Chrome when trying alignment and other functions

Open bositman opened this issue 6 years ago • 2 comments

So this has been going on for quite some time (sorry can't tell you when) and I'm experiencing it in at least 4 websites I use JCE in.

Using latest 2.6.30, Joomla 3.8.8 and Chrome 67 (version shouldn't matter really). Whenever I try to change text alignment I get Uncaught TypeError: Cannot read property 'toLowerCase' of undefined, Insertion button gives Uncaught TypeError: Cannot read property 'nodeName' of null etc. Most functions work fine, but some don't.

I tried clearing Chrome cache, incognito mode (just in case it's some old JS cached). ctl+F5 but no cigar. I then tried FF and it works great, so not sure what is at fault here.

Hope you can look into it, thanks

bositman avatar Jun 05 '18 11:06 bositman

Insertion button gives Uncaught TypeError: Cannot read property 'nodeName' of null etc.

Which dialog are you inserting from?

ryandemmer avatar Jun 05 '18 15:06 ryandemmer

All this is in the article edit view. I was just reporting another JS error when clicking the insertion button (I didn't actually use it to see if it properly runs)

bositman avatar Jun 05 '18 16:06 bositman