#15886 closed defect (fixed)
Compatibility problem for dojox/mvc found with todomvc project.
Reported by: | Ed Chatelain | Owned by: | Ed Chatelain |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.1 |
Component: | DojoX MVC | Version: | 1.8.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Akira hit a problem moving the todomvc dojo code up to dojo 1.8. The previous code which was working with dojo 1.7 did not work on 1.8, because of a problem in mvc/StatefulModel.
Attachments (1)
Change History (7)
Changed 10 years ago by
Attachment: | mvc15886.patch added |
---|
comment:1 Changed 10 years ago by
Milestone: | tbd → 1.8.1 |
---|
comment:2 Changed 10 years ago by
Milestone: | 1.8.1 → tbd |
---|
actually looking at it, this "just" re-introduce an undocumented API that the app was probably using. Maybe a better solution would be for the app to avoid using it?
Version 0, edited 10 years ago
by
(next)
comment:3 Changed 10 years ago by
after discussion with edchat as some people already took model against the todomvc app, we will fix that "regression".
comment:6 Changed 10 years ago by
Milestone: | tbd → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
Fix for StatefulModel?, thanks to Akira Sudoh (IBM CCLA)