Ui.click hold context menus: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(→‎Has an effect in: also on the branch)
Line 6: Line 6:
==Possible values and their effects==
==Possible values and their effects==
===True===
===True===
Holding down the primary mouse button will show the context menu. (Default in SeaMonkey)
Holding down the primary mouse button will show the context menu. (Default in SeaMonkey 1.0 and 1.1)
 
===False===
===False===
“Click-and-hold” does nothing; Control-Click is the only way to show the context menu. (Default elsewhere)
“Click-and-hold” does nothing; Control-Click is the only way to show the context menu. (Default elsewhere)

Revision as of 03:53, 19 April 2011

Background

On the Macintosh, many users do not use a two-button mouse. In the mid-’90s, Netscape started using the convention of “click-and-hold” to provide access to the context menu. Later, Apple standardized Control-Click as the way to access context menus. For backwards compatibility, Mozilla still supports “click-and-hold.” This preference determines whether or not the context menu will be shown when clicking and holding down the primary mouse button on a Macintosh.

Possible values and their effects

True

Holding down the primary mouse button will show the context menu. (Default in SeaMonkey 1.0 and 1.1)

False

“Click-and-hold” does nothing; Control-Click is the only way to show the context menu. (Default elsewhere)

First checked in

2006-04-08 by Asaf Romano

Has an effect in

  • Mozilla Firefox (Mac OSX only) (trunk builds after 2006-04-08, branch builds after 2006-04-10)
  • SeaMonkey (Mac OSX only) (trunk builds after 2006-04-08, branch builds after 2006-04-10)

Related bugs