Closed
Bug 292616
Opened 20 years ago
Closed 20 years ago
Controls not refreshing when instance data is replaced (submission)
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: allan, Assigned: allan)
References
()
Details
Attachments
(1 file)
|
6.40 KB,
patch
|
doronr
:
review+
smaug
:
review+
|
Details | Diff | Splinter Review |
We do not refresh the controls on a <submission replace="instance"/>.
| Assignee | ||
Comment 1•20 years ago
|
||
Here's a fix. It also includes: * using the namespace attributes from the model too * reporting errors on console on error in instance data loading
Attachment #182399 -
Flags: review?(doronr)
| Assignee | ||
Updated•20 years ago
|
Status: NEW → ASSIGNED
Comment 2•20 years ago
|
||
Comment on attachment 182399 [details] [diff] [review] Patch >+ // Add URI, etc? (XXX) >+ if (!newDoc) { >+ nsXFormsUtils::ReportError(NS_LITERAL_STRING("instanceParseError"), >+ mElement); >+ return NS_ERROR_UNEXPECTED; >+ } We tend to do // XXX: Add URI, etc? r=doron
Attachment #182399 -
Flags: review?(doronr) → review+
| Assignee | ||
Updated•20 years ago
|
Attachment #182399 -
Flags: review?(smaug)
Updated•20 years ago
|
Attachment #182399 -
Flags: review?(smaug) → review+
| Assignee | ||
Comment 3•20 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
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
•