Interestingly enough, now that I have turned off the XML prolog, that
page no longer evokes that error dialog. Before you get too excited,
though, the identical page on another wiki also doesn't. The
differences are in the content (it's the Main.AllDocs page) and the
skin. Both are fitted with an enhancement that I added, which is a
SELECT menu of all the spaces, which has an onchange script that does a
window.scrollTo to the anchor created by the Heading-1-1 tag for that
space.
And, in answer to a question in your (later) reply, I do apparently have
the script debugger installed, though if I had remembered to answer that
question in my reply I would have said no. But only just now, when I
attempted to run a bookmarklet to enlarge a textarea on the
Doc.XWikiSyntax page (which doesn't have a textarea, but the {code}
macro box was too tiny to read), did I get a prompt asking me if I
wanted to debug the script. When I pushed the "yes" button, there it
was. Duh...
Que veut-dire "fancy tabs"? Is this an 0.9.840 feature, or is it
introduced in a later version?
brain[sic]
-----Original Message-----
From: Esbach, Brandon [mailto:Esbachb@tycoelectronics.com]
Sent: Friday, November 03, 2006 2:54 AM
To: xwiki-users(a)objectweb.org
Subject: RE: [xwiki-users] IE browser crash
This actually gives more to look at than you might realise at
first.. It points at a script problem being the likely culprit.
Quick question: do you have the fancy tabs (from the Xwiki admin
section) setup?
-----Original Message-----
From: THOMAS, BRIAN M (SBCSI) [mailto:bt0008@att.com]
Sent: 01 November 2006 22:15
To: xwiki-users(a)objectweb.org
Subject: RE: [xwiki-users] IE browser crash
On following your advice, I immediately got a very helpful
alert saying (roughly, from memory):
Line: 1
Char: 1
Object required
So now it begins. The first script tag included XWiki's
skins.js, but I don't see anything there that would provoke
such a complaint. My guess is that it would be caused by a
reference to an attribute on an undefined object. More than
that, it didn't show on another document, so on we go...
brain[sic]