> 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
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel