July 2005 Archives
Checked in
Fix setfocus for non-bound controls (bug 299793)
Labels with both src and inline content showed both (bug 300607)
Submit was terminated with extra separator (bug 280966)
Validation was called before external schemas were loaded (bug 300399)
Prevened default action when pressing F1 in xforms control with
help
associated. We were displaying the standard help dialog, etc. (bug 300407)Implemented accesskey support (bug 299766)
Support incremental attribute on textarea (bug 299770)
Fixed regression from bug 283004, that caused controls not to be validated on load (bug 299032)
Fixed regression from bug 294441, messed up (at least)
(bug 299283) Fixed problem with
not replacing the proper nodeset (bug 297808)
In Progress
Implement the rest of the XForms XPath extensions functions like seconds(), months(), etc. (bug 281987)
select
andselect1
implemented in XBL (bug 300801 and bug 281668)Support for XForms as an extension for XULRunner (bug 298431), currently waiting for core stuff (bug 299716).
help
,hint
,alert
should generatexforms-link-error
(bug 300255)
Custom Controls
Since bug 289434 landed we now support custom controls for some of our XForms control. Very much still work in progress, but I’ve started some documentation of it (including a small example) on the Mozilla Developer Wiki.
I’m back for a short week :)
Checked In
- The widget patch finally made it through. Great work from Andrew and Olli! This means that you can now create your own custom widgets for xforms controls (in f.x. SVG if you like).. There’s a link to an example on the bug, which is the best documentation until we get some documentation for it. (bug 289434)
<itemset>
now works for external instances too (bug 293597)- You can now whitelist hosts so you can submit to other hosts than the form is loaded from. The preference is in the “Preferences” dialog under “Content” (bug 284519)
- Fixed xforms-model-construct-done processing and support lazy authoring (bug 294441)
- Doron’s giant schema patch finally made it through too. Cool! (bug 223097).
- We now support the xforms schema datatypes (bug 278447)
- We now support the
includenamespaceprefixes
attribute for<submission>
(bug 268285)
In Progress
- Fix regression from bug 283004, that causes controls not to be validated on load (bug 299032)
- Fix regression from bug 294441, messed up (at least)
<submission>
(bug 299283) - Implement the rest of the XForms XPath extensions functions like
seconds()
,months()
, etc. (bug 281987) - Fix problem with
<submission>
not replacing the proper nodeset (bug 297808)