Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread event.returnValue is deprecated
Mon, Mar 10 2014 2:55 AMPermanent Link

Code

I see the following warning when I inspect the console in Chrome.

"event.returnValue is deprecated. Please use the standard event.preventDefault() instead."


With EWB 2.0 will there be an option to generate Javascript for Version 1.7+ ?

Thanks.
Tue, Mar 11 2014 8:37 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

<< I see the following warning when I inspect the console in Chrome.

"event.returnValue is deprecated. Please use the standard
event.preventDefault() instead." >>

Just ignore those.  They don't affect the behavior of the application at
all.

<< With EWB 2.0 will there be an option to generate Javascript for Version
1.7+ ? >>

Is there something in particular that you need that isn't present currently
?  In general, the rule is normally that *I* worry about the emitted
Javascript, while *you* worry about the Object Pascal code. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Mar 13 2014 3:36 PMPermanent Link

Code

I don't have a problem with that Smile
Image