Closed
Bug 130
Opened 27 years ago
Closed 27 years ago
paste into forms with middle mouse doesnt always work
Categories
(MozillaClassic Graveyard :: XFE, defect, P2)
Tracking
(Not tracked)
VERIFIED
INVALID
People
(Reporter: bmwt, Assigned: slamm)
Details
Created by Brendan White (bmwt@bullwinkle.pas.rochester.edu) on Thursday, April 9, 1998 11:39:48 AM PDT
Additional Details :
When selecting text from external application and pasting
into a text entry field, the middle mouse button (paste)
doesnt always work. For example, pasting to the "enter a
bug ID" on
http://casetracker.netscape.com/Bugzilla/navframe.html
doesnt work.
Updated by Steve Lamm (slamm@netscape.com) on Thursday, April 30, 1998 10:38:29 AM PDT
Additional Details :
I am the one most familiar with this code. I add it to my plate of bugs.
Updated•27 years ago
|
Component: XFE
Assignee | ||
Updated•27 years ago
|
Status: NEW → RESOLVED
Closed: 27 years ago
Resolution: --- → INVALID
Assignee | ||
Comment 1•27 years ago
|
||
This is because there is a javaScript "onChange" event handler for the text
field that verifies that input. If what you are pasting is not numeric, it will
return false and not handle the event.
Marking invalid.
You need to log in
before you can comment on or make changes to this bug.
Description
•