Closed
Bug 332231
Opened 17 years ago
Closed 7 years ago
actions are handled wrong
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: allan, Unassigned)
References
()
Details
Attachments
(1 file)
1.86 KB,
application/xhtml+xml
|
Details |
Our actions dispatch events to the model to "make things happen". That's actually wrong. F.x. for rebuild: "This action causes the processing of xforms-rebuild to happen, bypassing the normal event flow." [http://www.w3.org/TR/2006/REC-xforms-20060314/slice10.html#action-rebuild] Note "bypassing the normal event flow". So the action should be performed no matter what. So we need to tell the model to do the action directly, without the event. This is probably needed for bug 300591 also, so it might happen as part of that.
Reporter | ||
Comment 1•17 years ago
|
||
Oh, and: "Actions that directly invoke rebuild, recalculate, revalidate, or refresh always have an immediate effect, and clear the corresponding flag. The XForms Actions in this category are: rebuild recalculate revalidate refresh " [http://www.w3.org/TR/2006/REC-xforms-20060314/slice10.html#action-action]
Reporter | ||
Comment 2•17 years ago
|
||
Assignee: aaronr → allan
Status: NEW → ASSIGNED
Reporter | ||
Comment 3•17 years ago
|
||
I'm 99% sure that this will be handled by bug 300591.
Depends on: 300591
Reporter | ||
Comment 4•17 years ago
|
||
Hmm, just discovered that anything inside an action block should _never_ send events -- including the action block itself. That seems weird (wrong) to me. I've written to the WG: http://lists.w3.org/Archives/Public/www-forms/2006May/0129.html
(In reply to comment #4) > Hmm, just discovered that anything inside an action block should _never_ send > events -- including the action block itself. That seems weird (wrong) to me. > > I've written to the WG: > http://lists.w3.org/Archives/Public/www-forms/2006May/0129.html > current thinking: http://www.w3.org/MarkUp/Forms/Group/Drafts/Sources/REC-xforms-10-2ndEdition-errata.html#E5a
Reporter | ||
Updated•16 years ago
|
Assignee: allan → xforms
Status: ASSIGNED → NEW
Comment 6•7 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•