Opened 8 years ago
Closed 5 years ago
#17305 closed defect (invalid)
store.notify() doesn't notify for new items at end of resultset
Reported by: | gerhard presser | Owned by: | gerhard presser |
---|---|---|---|
Priority: | undecided | Milestone: | 1.11 |
Component: | Data | Version: | 1.9.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
I have an observable json-rest store to display data using a dGrid. if the data is sorted ascending and a notification arrives, the new row isn't displayed in the grid - I tracked it down to the dojo/store/Observable code.
in Observable[103], insertedInto gets set to -1 so no listener gets invoked.
the listener isn't called so I think it's no grid-problem.
Change History (3)
comment:1 Changed 8 years ago by
Component: | General → Data |
---|---|
Owner: | set to Kris Zyp |
comment:2 Changed 5 years ago by
Milestone: | tbd → 1.11 |
---|---|
Owner: | changed from Kris Zyp to gerhard presser |
Status: | new → pending |
comment:3 Changed 5 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Is this still an issue? I'm guessing it's not with dgrid 0.4 and its usage of dstore.