Disallow widgets from going behind header/footer bars
The header and footer bars (when visible) should be taken into account as invalid widget locations. It's quite disconcerting to resize the browser window and end up with some widgets partially covered by a bar.
This is the default map view, which doesn't seem reasonable:
The HUD has similar issues, with the compass at the bottom:
There may be some leeway for full-screen widgets to be permitted to go behind them (it's kind of nice for the map, and I'm unsure whether it would be problematic for the video stream), but I think at minimum everything else should be confined to within the accessible screen area.
Yes. That's indeed one of the things we should be working between beta and stable. Thanks for opening the issue.
My two cents on this - to keep it simple:
- Header and Footer bars can be consistent across all views, i.e. no need to make the content on these view specific.
- View setting for whether it's full screen (under header / footer) or not.
Also, by doing this does it simplify the view builder interface since the Header / Footer bar "viewlets" becomes separated? That could be a UX win.
My two cents on this - to keep it simple:
- Header and Footer bars can be consistent across all views, i.e. no need to make the content on these view specific.
- View setting for whether it's full screen (under header / footer) or not.
Also, by doing this does it simplify the view builder interface since the Header / Footer bar "viewlets" becomes separated? That could be a UX win.
I'm not totally sure about that. It seems to me that there's value in being able to create different bar layouts. Maybe we can give the user the option to use the same on all and have the best of both worlds?