Closed
Bug 939331
Opened 11 years ago
Closed 11 years ago
[Datastore] onchange event is not fired for clear operations
Categories
(Core :: DOM: Core & HTML, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla29
People
(Reporter: kgrandon, Assigned: baku)
Details
Attachments
(1 file)
3.65 KB,
patch
|
ehsan.akhgari
:
review+
|
Details | Diff | Splinter Review |
When working with datastore, the onchange event is fired whenever you add a record. If you have two running applications, one consuming the datastore, it will currently not know of a change and be out of date.
I think we either need to fire the onchange event, or have some new event fired when data is cleared.
Reporter | ||
Comment 1•11 years ago
|
||
Hey Baku - any opinion on this issue?
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 2•11 years ago
|
||
this is clearly a bug. I take it.
Assignee: nobody → amarchesini
Flags: needinfo?(amarchesini)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8355579 -
Flags: review?(ehsan)
Updated•11 years ago
|
Attachment #8355579 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•11 years ago
|
||
Assignee | ||
Comment 5•11 years ago
|
||
Comment 6•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•