Anyways we can detect the Chrome exception and display instruction on how to
get around the issue?  Not until you posted the
--allow-file-access-from-files, I didn't know there is such a nifty trick.

Tangent

-----Original Message-----
From: Maurice Amsellem [mailto:maurice.amsel...@systar.com] 
Sent: Sunday, October 06, 2013 6:34 AM
To: dev@flex.apache.org
Subject: Testing ASDOC output

Hi,

This email describes a tip that people working on flex asdoc might find
useful.

I generated the asdoc for flex-sdk to make sure everything was fine after
"include-examples" changes.
Then noticed links to Properties, Methods, Examples in the title bar didn't
show, whereas they are showing correctly on http://flex.apache.org/asdoc/

Did I break something?
After digging in the history of changes, xslt, js, java, setting traces and
alert boxes, and scratching my head for a while, I finally figured out:

Chrome does not allow inner frame to access outer frame props, when running
on local disk.

IE and Firefox do not have this issue.

To work around it, start chrome.exe with --allow-file-access-from-files

Regards,

Maurice


Reply via email to