Arrrgh!

Thanks for the heads-up.  I'll check it out.  Not sure if it's an issue with
HtmlArea, or just the way I implemented it.  (Probably the latter).

Curious if anyone can check it in Safari, IE6.  I don't have those browsers.



Hugh Gibson wrote:
> 
>> http://sandbox.tartansolutions.com/htmlareademo/build/
>> 
>> Nothing actually new here, just a proof-of-concept implementation of
>> HtmlArea.  I thought some people may like to see what HtmlArea 
>> looks like without actually building their own demo.
> 
> I get a page error in the HTMLArea section in IE7. OK in FF.
> 
> Also a Javascript error dialog pops up: 
> 
> ---------------------------
> Error
> ---------------------------
> A Runtime Error has occurred.
> Do you wish to Debug?
> 
> Line: 14107
> Error: 'exc' is undefined
> ---------------------------
> Yes   No   
> ---------------------------
> 
> This is due to this code in HTMLArea.js:
> 
>     __waitForDocumentReady : function ()
>     {
>       var doc = this.getContentDocument();
> 
>       // first we try to get the document
>       if (!doc)
>       {
>         this.__loadCounter++;
> 
>         if (this.__loadCounter > 5)
>         {
> this.error('cant load HtmlArea. Document is not available. ' +
> doc, exc);
>           this.createDispatchDataEvent("loadingError", exc);
>         }
> 
> exc isn't defined here. 
> 
> Do you want a bug reported?
>        
> Hugh
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Don't miss this year's exciting event. There's still time to save $100. 
> Use priority code J8TL2D2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Really-basic-demo-of-HtmlArea-tp16758979p16783206.html
Sent from the qooxdoo-devel mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to