Closed
Bug 331328
Opened 19 years ago
Closed 19 years ago
Schema-changes is only reflected on restart
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: allan, Assigned: doronr)
References
()
Details
(Keywords: fixed1.8.0.4, fixed1.8.1)
Attachments
(2 files)
Hmmm, something is fishy. If I load a form with an inline schema, change something in the schema type, and then reload the form ... nothing happens. I have to restart Firefox for the changes to be reflected.
Reporter | ||
Comment 1•19 years ago
|
||
1. Save this locally
2. Load the form, observe that the field is invalid
3. Change the schema type from "{1,5}" to "{1,6}"
4. Reload the page
Observed behaviour: The field is still invalid
Correct behaviour: The field should be valid.
If you restart the browser and load the form (after the change), it works as it should.
Reporter | ||
Comment 2•19 years ago
|
||
Do we have a global schemavalidator that we just keep pouring schemas into?
Assignee | ||
Comment 3•19 years ago
|
||
create unique schemaloader/validator instances rather than reusing existing ones.
Reporter | ||
Comment 4•19 years ago
|
||
Comment on attachment 215903 [details] [diff] [review]
le patch
myu bien!
Attachment #215903 -
Flags: review?(allan) → review+
Assignee | ||
Updated•19 years ago
|
Attachment #215903 -
Flags: review?(aaronr)
Attachment #215903 -
Flags: review?(aaronr) → review+
Reporter | ||
Updated•19 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•19 years ago
|
Keywords: fixed1.8.0.3,
fixed1.8.1
Reporter | ||
Updated•19 years ago
|
Whiteboard: xf-to-branch
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
•