Closed
Bug 29623
Opened 26 years ago
Closed 26 years ago
A click of the wheel mouse invokes a unix-like behavior by warping to the URL or any text on the clipboard
Categories
(Core :: DOM: UI Events & Focus Handling, defect, P3)
Tracking
()
People
(Reporter: xero52, Assigned: shaver-do-not-use-this-account)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.6 [en] (WinNT; I)
BuildID: M13
If and when the wheel mouse is clicked under Windows the browser tries to visit
whatever URL is pasted on the clipboard. Even if it is not a URL but just text
it pastes it into the location box and attempts to go there. I have learned that
this is a normal behavior under Unix environments but this is not normal under
Windows and shouldnt be this way by default.
Reproducible: Always
Steps to Reproduce:
1. copy some text to the clipboard
2. click the wheel button on your wheel mouse (mine was an intellimouse)
3.
Actual Results: Tries to visit whatever text is on the clipbaord
Expected Results: Should have brought up the nifty arrows that the Intellipoint
software loads in every othe program under Windows.
<shaver> ``browserLoadClipboardURL
<shaver> in navigator.xul:
<shaver> <box id="appcontent" align="vertical" flex="100%"
<shaver> onclick="if (event.button==2)
browserLoadClipboardURL(event.target);"
seems that is the offending code and there should be an easy workaround for this
Comment 1•26 years ago
|
||
Behaviour confirmed with Win95 build 03/05.
Is this a bug or intended? Giving this bug directly to Shaver per former
comment.
Assignee: cbegle → shaver
Status: UNCONFIRMED → NEW
Component: Browser-General → Event Handling
Ever confirmed: true
Comment 2•26 years ago
|
||
This issue is already dealt with in bug 24571
*** This bug has been marked as a duplicate of 24571 ***
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•