cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

Only Completed list shows in left nav view in tablet mode #40

Open ccmitchellusa opened 12 years ago

ccmitchellusa commented 12 years ago

the Completed, and other lists and list items views should be in the left hand view, details of list items in the right.

ccmitchellusa commented 12 years ago

consider using responsive design techniques to do this layout.

cjolif commented 12 years ago

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.

eric-wang commented 12 years ago

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.

cjolif commented 12 years ago

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.