Issue 3341: Unable to Backspace or Delete Characters In TextBox with Masked  
Edit Extender in ASP.NET
http://code.google.com/p/chromium/issues/detail?id=3341

New issue report by michael.binggeli:
Product Version      : 0.2.149.30
URLs (if applicable) :
Other browsers tested:
   Add OK or FAIL after other browsers where you have tested this issue:
      Safari 3: N/A
     Firefox 3: OK
          IE 7: OK

What steps will reproduce the problem?

While working on an internal application for my company; I have a text box
control that is using the Masked Edit Extender from the Ajax Control
Toolkit that forces a user to enter in a formatted phone number. While
using chrome, I noticed that I could not use the delete key or the
backspace key to clear out the digits after I typed them in. In IE7 and FF3
I can hit backspace or delete to clear out digits and type something
different.  Here is my code block:

<asp:TextBox ID="txtWorkPhone" runat="server" MaxLength="12"
Width="81"></asp:TextBox>
<cc1:MaskedEditExtender ID="mskWorkPhone" runat="server"
ClearMaskOnLostFocus="false" ClearTextOnInvalid="false"
InputDirection="LeftToRight" Mask="999-999-9999" MaskType="Number"
TargetControlID="txtWorkPhone" AutoComplete="false">
</cc1:MaskedEditExtender>

What is the expected result?

You are only suppose to be able to enter numbers, which is true for chrome,
however if you type in the wrong number, if you hit backspace or delete you
are not able to remove the character.

What happens instead?

No response from Chrome, it just fails to delete or remove the characters.


Please provide any additional information below. Attach a screenshot if
possible.




Issue attributes:
        Status: Unconfirmed
        Owner: [EMAIL PROTECTED]
        Labels: Type-Bug Pri-2 OS-All Area-Misc

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Chromium-bugs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/chromium-bugs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to