Ajax GUI Framework > Bug Tracker > Bug details

Bug Data

ID: #0098
Status: Replied
Severity: Major
Reporter: marcoas
Submitted: 18-06-09 22:09

Product Data

Product: Ample SDK
Component: XUL 1.0
Version: 0.8.x
OS: Any
Browser: Any

Description

<xul:dialog ....> parse error

In my preliminar testing of this library I found an error in XUL Dialog parser.
I put the code below, taked from https://developer.mozilla.org/en/XUL/dialog , then Chrome and Firefox show me a parsing error

<xul:dialog id="donothing" buttons="accept,cancel" buttonlabelcancel="Cancel" buttonlabelaccept="Save>
<xul:dialogheader title="Options" description="My preferences"/>
<xul:groupbox>
<xul:caption label="Colour"/>
<xul:radiogroup>
<xul:radio label="Red"/>
<xul:radio label="Green" selected="true"/>
<xul:radio label="Blue"/>
</xul:radiogroup>
<xul:label value="Nickname"/>
<xul:textbox />
</xul:groupbox>
</xul:dialog>

If a remove the <xul:dialog ...> and </xul:dialog> lines, the rest of xul code is render correctly

Messages written for this bug

Reporter: Lev Matematik
Submitted: 18-06-09 22:45
Message: Don't you miss a double quote sign in the <xul:dialog [skipped] buttonlabelaccept="Save> line?

Reporter: Lev Matematik
Submitted: 19-06-09 03:11
Message: Also, if you used a development version of the runtime (runtime-dev.js), you would get meaningfull messages both in console and in your specific case on the screen.

Add a message
BugTracker
© 2009 Clientside OY. All Rights Reserved.