The fix to address this is quite simple - add a checkbox in settings to draw the tabs 5px (enough to grab the window with the mouse anywhere along the border) from the top instead of all the way up against the edge of the screen
- so it appears to be a conscious design decision to not easily facilitate window snapping on Windows. I'm curious, what's the rationale there?
It was introduced in Win7. Chrome was designed around XP and Vista.
—Zachary “Gamer_Z.” Yaro
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
This isn't really the right list for this; chromium-dev is a technical development list.
On Thu, Feb 14, 2013 at 12:49 PM, Benjin Dubishar <ben...@google.com> wrote:
The fix to address this is quite simple - add a checkbox in settings to draw the tabs 5px (enough to grab the window with the mouse anywhere along the border) from the top instead of all the way up against the edge of the screenWe would never add such an option. For an example of what happens when you try to add options for every user's individual workflow, see Seamonkey or VLC.
- so it appears to be a conscious design decision to not easily facilitate window snapping on Windows. I'm curious, what's the rationale there?
Windows never used to allow movement of maximized windows, to my knowledge, and this was never an ability our UI was designed to support.
PK
The Linux (or at least, Ubuntu+Unity/gPrecise, as that's what I'm on at the moment) and OS X versions both have non-zero margins because of the system menubars at the top of the screen, so neither of those versions are benefiting from Fitt's Law in that way.
When applying Fitt's Law to a design, it's important to weigh the calculated "ease of selection" by how often a task is completed. Changing tabs is an extremely common task in a web browser and moving windows around is a few notches below that at "fairly common".
By adding a tiny margin above the tabs where one can grab the window, you hugely benefit the ability to grab the window while only barely impacting one's ability to select a tab.
On Thursday, February 14, 2013 12:54:42 PM UTC-8, Peter Kasting wrote:This isn't really the right list for this; chromium-dev is a technical development list.Sorry; I was recommended here by a Googler on Chrome. What's the appropriate list for this kind of discussion?