On 3/31/13 6:33 AM, "Erik de Bruin" <e...@ixsoftware.nl> wrote:

> In Safari, with the "error console" opened, I get the following
> "warning/message" (not an exception, as far as I can tell):
> 
> event.layerX and event.layerY are broken and deprecated in WebKit.
> They will be removed from the engine in the near future.
> 
> Is that what you are seeing as well? Or do you get another message?
> 
No, haven't seen that.  You are right that the timer buttons work, but
Transfer doesn't and OK doesn't.

Try this:
Set a breakpoint on MyInitialView.js on line 213 where it says "var self =
this = value".  The entire function starts on line 211 for me and looks like
this:

MyInitialView.prototype.$EH1 = function(event)
{
var self = this;
this.dispatchEvent(new CustomEvent('listChanged'));
};

Pick from the dropdownlist and it should hit the breakpoint.  Now try to
step into the CustomEvent constructor.  For me, it doesn't go in and after
it stops running code, the console shows: "Reference Error: Can't find
variable: CustomEvent".

What happens for you?

-- 
Alex Harui
Flex SDK Team
Adobe Systems, Inc.
http://blogs.adobe.com/aharui

Reply via email to