Closed Bug 292436 Opened 20 years ago Closed 19 years ago

Feature request, UI design consideration of toolbar collapsing thumb placement

Categories

(SeaMonkey :: General, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 112534

People

(Reporter: belg4mit, Unassigned)

Details

User-Agent:       Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040510

I've often wondered, and recently publically lamented about, why the stupid
little "collapse bar" tabs are on the left-side of toolbars, right next to
things you actually want to click.. and therefore get accidentally clicked.
Others agreed, and so I decided to finally ask, why must we suffer this
attrocity? Put the damn things on the right, out of the way.

Reproducible: Always

Steps to Reproduce:
1. Quickly try to click back

Actual Results:  
2. Op! Why's the screen redrawing? Where'd the URI go?
3. %^#*!@#!!
Summary: Feature request, UI design consideraiton of toolbar collapsing thumb placement → Feature request, UI design consideration of toolbar collapsing thumb placement
This is an automated message, with ID "auto-resolve01".

This bug has had no comments for a long time. Statistically, we have found that
bug reports that have not been confirmed by a second user after three months are
highly unlikely to be the source of a fix to the code.

While your input is very important to us, our resources are limited and so we
are asking for your help in focussing our efforts. If you can still reproduce
this problem in the latest version of the product (see below for how to obtain a
copy) or, for feature requests, if it's not present in the latest version and
you still believe we should implement it, please visit the URL of this bug
(given at the top of this mail) and add a comment to that effect, giving more
reproduction information if you have it.

If it is not a problem any longer, you need take no action. If this bug is not
changed in any way in the next two weeks, it will be automatically resolved.
Thank you for your help in this matter.

The latest beta releases can be obtained from:
Firefox:     http://www.mozilla.org/projects/firefox/
Thunderbird: http://www.mozilla.org/products/thunderbird/releases/1.5beta1.html
Seamonkey:   http://www.mozilla.org/projects/seamonkey/
This bug has been automatically resolved after a period of inactivity (see above
comment). If anyone thinks this is incorrect, they should feel free to reopen it.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → EXPIRED
Status: RESOLVED → UNCONFIRMED
Resolution: EXPIRED → ---
- These thingies are called "toolbar grippies".
- This behaviour is by design. If you have problems in controlling where you
click, please see comment #8 of bug 112534.


*** This bug has been marked as a duplicate of 112534 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago19 years ago
Resolution: --- → DUPLICATE
Thanks for the condescending reply. I'm not a novice, but mice are sometime
sticky or jump. In any event one should not have such a large unused element
immediately adjacent to high-volume elements such as the back-button. Comment 8
only tangentially addresses the issue, and nearly very other comment in that
three year old thread agrees calls for the death of Clippy^Wgrippies.
> Thanks for the condescending reply.

Sorry, I didn't want to sound rude, but you very obviously do have a mouse
problem, not a software problem. Eg. in Classic, the Back button's width is
about 4 times the grippy width, so it's actually rather hard not to hit it...

> I'm not a novice, but mice are sometime sticky or jump.

True, but no software problem. 

> In any event one should not have such a large unused element

Grippies are not usused.

> Comment 8 only tangentially addresses the issue,

Bug 112534 comment 8 says how to turn grippies off without hacking Mozilla.
If you just want to move grippies to the left, try this in your userChrome.css:

toolbar, menubar
{
	direction: rtl;
}
.toolbar-holder
{
	direction: ltr;
}
You need to log in before you can comment on or make changes to this bug.