Javascript error when trying to use an emoticon from the window, and when selecting emoticon pack

2,736 views
Skip to first unread message

el.c...@gmail.com

unread,
Jan 23, 2014, 2:06:58 PM1/23/14
to pan...@googlegroups.com
Windows 8.1 Professional
Internet Explorer 11 (came with OS)
No AntiVirus just Windows Defender but deactivated
8GB RAM with like 60% free almost all the time
Intel Core i7 3770 3.40GHz

I get these errors when trying to use emoticons (attached screenshots). I tried every solution I have found on google and other search engines.
When I had Windows 7 Professional, I got the same error. But just uninstalled/reinstalled Internet Explorer updates and it was corrected. Now, there is no IE update to uninstall because the system is freshly istalled. I tried disabling Internet Explorer from the Windows programs and features section, reboot and no help.

We have an XMPP server in our enterprise and use Pandion as our client (I personally think is the best) I know emoticons are not needed to work but makes the chatting experience better.
Hope you can help me. If you need any more information just let me know. Thanks.
selecting icon pack.png
selecting icon.png

el.c...@gmail.com

unread,
Jan 23, 2014, 2:10:46 PM1/23/14
to pan...@googlegroups.com, el.c...@gmail.com
ALmost forgot, I'm using latest pandion version. But tried with older versions and got the same error.

alain...@gmail.com

unread,
Mar 11, 2014, 1:55:18 PM3/11/14
to pan...@googlegroups.com, el.c...@gmail.com
Same here since upgrade to Windows 8.1

Any developpement?

gma...@gmail.com

unread,
Jul 3, 2014, 6:53:57 AM7/3/14
to pan...@googlegroups.com, el.c...@gmail.com
problem in your iexplorer 11, put 10 iexplorer if possible on windows 8

muril...@gmail.com

unread,
Mar 7, 2016, 2:25:15 PM3/7/16
to Pandion, el.c...@gmail.com

I could solve the problem by changing the file C:\Program Files (x86)\Pandion\Application\src\main\ContainerCode.js

replacing:

if ( event.srcElement.tagName == 'DIV' ) window.parent.document.getElementById( 'send-text' ).value += event.srcElement.title; if ( ! window.parent.document.getElementById( 'send-text' ).disabled ) window.parent.document.getElementById( 'send-text' ).focus();

by:

if ( event.srcElement.tagName == 'DIV' )
document.getElementById( 'send-text' ).value += event.srcElement.title;
if ( ! document.getElementById( 'send-text' ).disabled )
document.getElementById( 'send-text' ).focus();

nidhi...@gmail.com

unread,
Nov 13, 2016, 11:26:47 PM11/13/16
to Pandion, el.c...@gmail.com, muril...@gmail.com
this one work for me.

ikish...@gmail.com

unread,
Jan 5, 2017, 8:00:19 AM1/5/17
to Pandion, el.c...@gmail.com, muril...@gmail.com

Workig
Reply all
Reply to author
Forward
0 new messages