Open
Bug 229093
Opened 22 years ago
Updated 3 years ago
pref to prevent middle-click paste in time interval after middle-mouse scroll
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Core
DOM: UI Events & Focus Handling
Tracking
()
NEW
People
(Reporter: givemespam, Unassigned)
Details
User-Agent: Mozilla/5.0 (roka-net; Nintendo Gameboy; 8-bit)
Build Identifier:
While scrolling with the mouse wheel sometimes the middle mouse button is
accidentally clicked, opening unwanted the url in the clipboard.
Reproducible: Always
Steps to Reproduce:
1. copy an URI into clipboard
2. read slashdot, and while scrolling accidentally press the middle mouse button
3. say "aww, man not again!"
Expected Results:
An option:
[x] execute middle mouse button action only if scroll wheel inactive for [1] seconds
would solve the problem.
Comment 1•22 years ago
|
||
I don't know which OS you use but it's a feature on linux and I assume that you
use Linux
-> invalid
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Why on earth do you resolve this enhancement request as invalid? He has a very
good point you know. I wonder *if* you use a mouse wheel yourself, and never ran
into this problem...
Maybe if it had an accurate summary it wouldn't have been resolved invalid.
Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Summary: Accidentally clicking the middle mouse button while scrolling → pref to prevent middle-click paste in time interval after middle-mouse scroll
Thanks David. Confirming bug. Matti, no hard feelings ;)
Status: UNCONFIRMED → NEW
Ever confirmed: true
Unix mouse-pasting wasn't designed with scrollwheels in mind, and Mozilla in
addition implement several different actions at once on a middle click.
I had to disable the "url-loading" feature on middle-clicks in order to use the
tab-browsing efficiently, by adding this line to prefs.js:
user_pref("middlemouse.contentLoadURL", false);
Comment 6•19 years ago
|
||
This is the most annoying bug in firefox on linux with a
three button mouse and using the middle mouse button for scrolling.
I recommend setting "middlemouse.contentLoadURL" to "false"
by default. Who is it using anyway?
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
Assignee | ||
Updated•6 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•