Bug 21406 - Cannot paste numbers in FilteredTextBox
Summary: Cannot paste numbers in FilteredTextBox
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Evangelism (show other bugs)
Version: 525.x (Safari 3.1)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://www.asp.net/AJAX/AjaxControlTo...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 11:58 PDT by Ton Bäcker
Modified: 2020-10-23 13:54 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ton Bäcker 2008-10-06 11:58:50 PDT
Numbers cannot be pasted in ASP FilteredTextBox input fields.
 
Copy the text "Copyright © 2006-2007 Microsoft Corporation. All Rights Reserved." from the page.

Try to paste this text in all four fields. The first and third field wil not have any values.

In Safari for Windows this is not a problem, all fields accept some input.
Comment 1 Ton Bäcker 2008-10-07 12:58:59 PDT
Is broken in Safari 3.1,
tested and works in Safari 3.0 under Mac OS X 10.4.11
Comment 2 Ton Bäcker 2008-12-01 06:34:10 PST
Does anybody know if the AJAX Control Toolkit will be fixed to cope with the new keyevents.
A Dutch energy supplier is using these in logon screens. I rather paste my accountnumbers than typing them.
Comment 3 Alexey Proskuryakov 2008-12-01 08:25:18 PST
This is also reproducible in Firefox.

The problem here is that the filter blocks all Cmd+key equivalents, so Cmd+V has no effect (just like Cmd+C or Cmd+A). It is legal for a web application to override these equivalents, so it's an evangelism bug.

If you have a way to let Microsoft know, please do.