- From: Aaron Reed <mozillaxforms@yahoo.com>
- Date: Thu, 27 Jul 2006 12:50:35 -0700 (PDT)
- To: www-forms@w3.org
Mozilla XForms Extension Preview Release 0.6 -- "Hasta la vista, baby" ============================================ After many delays, the Mozilla XForms project is proud to announce version 0.6 of our extension. The "change log" of the most important things can be found at the end of this email. For a complete list of what is, and what is not, supported, please see the release notes: http://www.mozilla.org/projects/xforms/ReleaseNotes-v6.html Executive summary ----------------- * repeat and select optimization * changed value changed sequence so it behaves like deferred updates (and catch event loops) * more XUL controls * even better schema support * new permission manager Download -------- You can find download and install instructions on our download page: http://www.mozilla.org/projects/xforms/download.html Note: You need to run Firefox (1.5.0.3 or later) or SeaMonkey (1.0.1 or later) to use the extension. Feedback -------- We look forward to feedback on the extension, on the mailing list, on IRC, or through bug reports. For details, see our feedback page: http://www.mozilla.org/projects/xforms/feedback.html Known Bugs ---------- All known bugs can be found in the Bugzilla system. https://bugzilla.mozilla.org/buglist.cgi?query_format=advanced&product=Core&component=XForms&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED Change Log ---------- Basic functionality: * Make recalculate, revalidate, refresh work as deferred update (bug 300591) * Add proper support for xforms-load permission (bug 315407) * index() update problem in repeat on nodeset change (bug 318779) * Handle empty instances (they are invalid) (bug 321876) * Problem updating UI with external instances (bug 332211) * submission action=""mailto.."" not working (bug 332009) * repeat index() doesn't reset to 0 when last repeat item is deleted (bug 334015) * CDATA handling is wrong (bug 334821) * Controls using index() in @ref does not work on form load (bug 335524) * UI dependencies not working for index() changes (bug 335525) * Send on ev:xforms-select only works the first time (bug 337139) * Anything getting focus inside a repeat row should change index (bug 336596) * model > * > submission makes submit crash (bug 337983) * Non-relevant nodes not removed for some types of submission (bug 338314) * Cannot submit with replace=instance more than one time (bug 338451) * External instance not restored (on xforms-reset) after replace=instance (bug 338933) Controls (XHTML): * Support appearance attribute for select1 (bug 303353) * XBLize xforms:repeat (bug 306247) * Disabled controls should match more than :disabled (bug 313118) * Support repeat appearance=""compact"" (bug 317518) * help @src only works with absolute URLs (bug 329106) * Hint does not work for select1 (bug 329617) * refresh inefficiencies with selects, items (bug 329935) * Optimize repeat refreshing (bug 331452) * XBLize xf:message (bug 333029) * select1 initialized by instance data on form load has wrong size (bug 333045) * select generating too many events (bug 333619) * Crash when using select1 (bug 334612) * select1 .xf-value targets dropdown arrow (bug 339200) Events: * Missing xforms-link-exception when form loaded from file:/// (bug 306846) * Support xforms-in-range and xforms-out-of-range events for select (bug 300248) * Events thrown in the model need to be deferred. (bug 315712) * Catch eventing loops (bug 301994) * We should not dispatch events on form load (bug 329633) * select1 event sequence backwards: sel/desel then value change (bug 332242) * xforms-link-exceptions in model should trigger fatal error dialog (bug 332604) * select without bind doesn't fire 'xforms-select'/'xforms-deselect' events (bug 337960) * Fetching blocked by cross-domain checks should trigger xforms-link-error (bug 338517 and bug 338788) Schema: * Support for validating xsd:double schema type (bug 331897) * Elements with xsi:type are not validated on form load (bug 332803) * More than one schema per namespace allowed within <xf:model> (bug 299173) * Schema with forward type defintions causing load errors (bug 337179) * Usage of INF/-INF with float and double not as expected (bug 338005) * Empty node of type xsd:anyURI does not validate (bug 339247) XUL: * switch/case for xul (bug 328148) * Calendar widget for xul (bug 330641) * Support @selection=""open"" for xf:select1[appearance='minimal'] for xul (bug 332197) * Hide non-relevant controls per default (bug 336726) __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Received on Thursday, 27 July 2006 19:50:41 UTC