dojo-todo-app icon indicating copy to clipboard operation
dojo-todo-app copied to clipboard

Only Completed list shows in left nav view in tablet mode

Open ccmitchellusa opened this issue 12 years ago • 4 comments

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

ccmitchellusa avatar May 06 '12 01:05 ccmitchellusa

consider using responsive design techniques to do this layout.

ccmitchellusa avatar May 06 '12 01:05 ccmitchellusa

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.

cjolif avatar May 06 '12 08:05 cjolif

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.

eric-wang avatar May 07 '12 02:05 eric-wang

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.

cjolif avatar May 17 '12 16:05 cjolif