- From: Charles F Wiecha <wiecha@us.ibm.com>
- Date: Tue, 31 Mar 2009 10:29:37 -0400
- To: Jack Jansen <Jack.Jansen@cwi.nl>
- Cc: public-xg-app-backplane <public-xg-app-backplane@w3.org>, Ulrich Nicolas Lissé <unl@dreamlab.net>
- Message-ID: <OF1B9D558B.82EC98EB-ON8525758A.004F303F-8525758A.004F7C6A@us.ibm.com>
OK...this now looks like FF XHTML behavior...check out the ubiquity wiki page at http://code.google.com/p/ubiquity-xforms/wiki/CrossDomainSubmissionDeployment In particular, the stuff at the bottom related to strict_origin_policy might help, though it's a bit confusing since you're not loading from the local file system but from http: Local Configuration Setting in Firefox 3 for accessing local files (especially with .xhtml extensions) Some developers may need to alter their Firefox 3 configuration to allow them to test from their local environment, perhaps when testing with .xhtml extensions. If you are seeing something not quite right in your Firefox 3 browser, you may want to check your error console: Tools > Error Console. If you have a security error like the following information message, you should change a local configuration property: Security Error: Content at file:///C:/Documents and Settings/workspace/xforms-trunk2/trunk/samples/xforms-message.xhtml may not load data from file:///C:/Documents and Settings/workspace/xforms-trunk2/trunk/behaviours/decorator.xml#decorator.. Here's how you can change the "security.fileuri.strict_origin_policy" property to allow you to access local web content files. To do this, * In the location bar, type "about:config". This lists the configuration properties for your Firefox 3 browser. BE CAREFUL * Search for the "security.fileuri.strict_origin_policy" property * Set to false * Re-start your Firefox browser, and determine if you can now access local files. Charles Wiecha Manager, Multichannel Web Interaction IBM T.J. Watson Research Center P.O. Box 704 Yorktown Heights, N.Y. 10598 Phone: (914) 784-6180, T/L 863-6180, Cell: (914) 320-2614 wiecha@us.ibm.com From: Jack Jansen <Jack.Jansen@cwi.nl> To: Charles F Wiecha/Watson/IBM@IBMUS Cc: public-xg-app-backplane <public-xg-app-backplane@w3.org>, Ulrich Nicolas Lissé <unl@dreamlab.net> Date: 03/31/2009 10:21 AM Subject: Re: SVG piechart preview On 31 mrt 2009, at 16:02, Charles F Wiecha wrote: > Jack -- it looks like the ubiquity library is only incompletely > loaded, hence the message about insertAdjacentElement not being > defined...could you try clearing your cache and then loading again? > If the page still fails, hit reload a couple of times to get past > any timing issues in fetching files from SVN. > That makes a difference, but only to a point. At some point, all the text on the form disappears. And I mean "all": text in dialogs, buttons, static: everything is gone. If I then press the (empty) button in the lower right corner I get a couple of (empty) dialogs from Firefox, then an empty XForms dialog, another empty FF dialog, then an empty grey screen and then we return to the empty form. Nothing wrong with minimalism, but this may be a bit too much of a good thing:-) -- Jack Jansen, <Jack.Jansen@cwi.nl>, http://www.cwi.nl/~jack If I can't dance I don't want to be part of your revolution -- Emma Goldman
Attachments
- image/gif attachment: graycol.gif
- image/gif attachment: ecblank.gif
Received on Tuesday, 31 March 2009 14:30:19 UTC