Is the test case you give below actually failing for you, or is the failing case more complex?
On 2010-07-12, at 14:38, Michael Brady wrote: > Hi All, > > I'm trying to upgrade to 4.8.0 and hitting a snag. This works great: > > <canvas> > </text text="Hello World" /> > </canvas> > > However, when I use a <class> (like this, for example): > > <canvas> > </text text="Hello World" /> > <class name="foo" /> > </canvas> > > I get the error message: > > $a.makeInterstitial is not a function > > I also get this error message if I run with debug=true. > > This is only a DHTML problem, Flash works fine. > > Is anyone else seeing this? I wonder if I've done something to break my > compilation environment. > > Thanks for any feedback! > > --Michael
