Open ccmitchellusa opened 12 years ago
consider using responsive design techniques to do this layout.
I'm not sure to see how the comment relates with the issue. Anyway I think the problem is fixed with latest dojox/app master from Eric. This is just waiting to be merged. Ed/Eric can confirm.
the Completed and other lists(reminder, work items) shows in the left hand view, and items should in the right, when click on an item, show the detail in the right. dojox.app only allow one "center" area as the transition area, if we want to show items on the left, that's means we should show lists view on left first and transition to items view when click on lists, both "left" area and "center" area are treated as transition area. In this situation, we need to use all the screen as the transition area and use dojox.mobile.FixedSplitter to do application layout. I don't think it's better for todoApp, we want to use dojox.app to do application layout in todoApp.
That is low priority for now. Let's first make sure everything else is ok and we will see what we can do here later.
the Completed, and other lists and list items views should be in the left hand view, details of list items in the right.