> > The goal of this method is to have an exactly the same behavior between > the tryton and sao.
Well, with this patch, the behavior of sao stays EXACTLY the same (it's just a poc so far, of course it needs tweaking) as the desktop until you reach the trigger minimum sizes. In the poc: - less than 992px wide: single column - less than 768px wide: menu disapears (A toggle button would be needed) It useful to users > to see some information from mobile So since it's usefull for users on mobile, why not make it comfortable as well? This patch so far doesn't change any logic on the js side, it just replaces a table with div's (colspan implemented but not xexpand nor xfill)
