Closed Bug 69245 Opened 24 years ago Closed 24 years ago

Tabs should only change on left click

Categories

(Core :: XUL, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: bugzilla, Assigned: bugzilla)

Details

Index: tabBindings.xml =================================================================== RCS file: /cvsroot/mozilla/xpfe/global/resources/content/tabBindings.xml,v retrieving revision 1.11 diff -u -r1.11 tabBindings.xml --- tabBindings.xml 2001/02/14 20:13:34 1.11 +++ tabBindings.xml 2001/02/18 01:21:53 @@ -157,7 +157,7 @@ </property> </implementation> <handlers> - <handler event="click"> + <handler event="click" button="1"> <![CDATA[ var tabbox = this.parentNode; do { hewitt, sr?
r=timeless
Just a small note: gtk tabbed widgets do process a right click the same way as a left click (switch panels).
Hmmm...we don't have platform-specific tab bindings, and I wouldn't want to create them over that. Since most of our other widgets don't trigger on right click, I'd prefer to let this be the behavior for all platforms, if that's alright with everyone.
Yeah, it's a nit. Windows Rules!! :-]
Nehhh. Sounds like a bug in GTK to me. It would prevent you from ever giving tabs context menus, for example. (Not that I can think of any reason why you might want to give tabs context menus ... but I can't think of any reason why you shouldn't be able to, either.)
sr=hewitt
checked in.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Summary: Tabs should only change on right click → Tabs should only change on left click
You need to log in before you can comment on or make changes to this bug.