|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Hi, I'm using EO.Dialog (version 15.2.85.0) on an ASP.NET WebForms site. Dialog catches all keyboard events and with each keypress throws this javascript error: Uncaught TypeError: Cannot read property 'keyCode' of undefined
The offending code is: EO1585.f.amn=function(a){var b=0;if(a.keyCode)... coming from eo_web.ashx
I suspect that Dialog conflicts with Intersoft controls used on the same page. What can I do to fix that or help you to track down the problem? Is it possible to disable keyboard listening completely?
Kind regards, Melbin
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Please try the latest build from our download page (15.3.1.0) and see if that works for you. We have recently fixed an issue similar to this.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Still doesn't work. I have a simple repro project, how can I send it to you?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi, Please see here for more information on how to send test project to us: http://www.essentialobjects.com/forum/test_project.aspxThanks!
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
We have posted a new build that should fix this problem. Please see your private message for the download location.
Thanks!
|
|
Rank: Member Groups: Member
Joined: 1/9/2008 Posts: 27
|
Thanks! I can confirm that the last build fixed this problem. When are you going to make it public?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Thanks for confirming the fix. The public build will be out by the end of this week.
|
|