Closed
Bug 300252
Opened 19 years ago
Closed 19 years ago
label xforms-link-error not reaching model
Categories
(Core Graveyard :: XForms, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: aaronr, Assigned: aaronr)
Details
Attachments
(1 file)
|
1021 bytes,
application/xhtml+xml
|
Details |
We seem to be correctly generating a xforms-link-error when a label's @src points to a non-existent file. We dispatch it to the model using nsXFormsUtils::DispatchEvent. However, the event listener attached to the model is never called and the event never reaches nsXFormsModelElement::HandleEvent. Quite odd.
when testcase loads, you should see the xforms-link-error message popup.
It works now on XP and Linux when I test at work. Must have been something wrong with the build on the laptop at home.
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•