GNOME Bugzilla – Bug 591984
+ Button should be hittable slightly beneath as well
Last modified: 2009-09-09 16:28:48 UTC
The + button should have some kind of "aurora" (so clicking slightly beneath the button should still hit it).
*** Bug 593429 has been marked as a duplicate of this bug. ***
Bug 593429 suggests that the hittable (and droppable) area should extend all the way to the corner.
*** Bug 594639 has been marked as a duplicate of this bug. ***
Created attachment 142790 [details] [review] Extend (+) button sensitivity to corner of screen, for Fittsability
er... the "let global..." addition is a mistake obviously
Review of attachment 142790 [details] [review]: Looks good, couple of tiny comments. ::: js/ui/overview.js @@ -441,1 +441,3 @@ + let global = Shell.Global.get(); + global.screen.append_new_workspace(false, global.screen.get_display().get_current_time()); Some bad merge with your global removal? @@ -465,0 +466,3 @@ + + let plus = new Clutter.Texture({ width: buttonSize, + height: buttonSize }); Not sure I like relying on the default 0,0 position - position doesn't seem to me like something that has a natural default for an absolutely positioned actor - the fact that you are positioning at the upper left of the group and 0,0 owrks is more an accident of screen layout then something inherent.
The following fix has been pushed: a0df412 Extend (+) button sensitivity to corner of screen, for Fittsability
Created attachment 142797 [details] [review] Extend (+) button sensitivity to corner of screen, for Fittsability
Actually the button should be under the bottom of the last workspace as in: http://live.gnome.org/GnomeShell/DesignerPlayground/AppBrowsingAlternative02?action=AttachFile&do=view&target=shell03.png We want to leave room for the message tray at the bottom of the screen I think.