Closed
Bug 165546
Opened 23 years ago
Closed 23 years ago
Possibly dangerous behavior with error reporting
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: brucifer, Assigned: joki)
Details
I was using my wheel mouse to scroll through a page. Pressing the wheel
(instead of rolling it) causes me to jump up or down in my URL bar history list
and go to what ever site I stop on.
This is not the problem. (i don't care about that feature.)
The probelm is I got a very bizzar dialog box containing content from the web
page I had been reading as well as the actual dialogs error at the bottom (page
not found).
I have a screen shot of it I can mail someone who wants to see this.
OS: Linux (Kernal 2.4.3-20mdk) Distribution: Mandrake 8.0
Mozilla Version: 0.9.9
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020516
..Bruce Sherwood
Comment 1•23 years ago
|
||
Pressing the wheel triggers a paste into the content area, which we treat as a
request to go to the url currently in the clipboard. If the thing in the
clipboard is not a url, you get the dialog box you see (the text is treated as a
url and of course not found).
This is the same behavior as Netscape 4 on Unix had; you can disable it via:
user_pref("middlemouse.contentLoadURL", false);
Comment 2•23 years ago
|
||
forgot to mark "not a bug"
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•23 years ago
|
QA Contact: rakeshmishra → trix
Updated•6 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
•