Bug Report Q472602
Visible to All Users

cxMaskEdit - In RAD Studio XE3, the Ctrl+A key combination does not always select editor contents

created 12 years ago

I have a cxMaskEdit that I want to use for input of (for example) only numbers like:

Delphi
cxMaskEdit1.Properties.MaskKind := TcxEditMaskKind.emkRegExpr; cxMaskEdit1.Properties.EditMask := '[0-9]+';

When running this code I cannot use Ctrl+A to select the text of the control. Copy and paste (Ctrl+C & Ctrl+V) works just fine.

For a cxMaskEdit with no mask applied Ctrl+A works.

If I modify the regex to allow one more character (by adding a dot to the expression) like:

Delphi
cxMaskEdit2.Properties.MaskKind := TcxEditMaskKind.emkRegExpr; cxMaskEdit2.Properties.EditMask := '[0-9]+.';

then Ctrl+A works.

Comments (1)
DevExpress Support Team 12 years ago

    Hello,
    Thank you for your message. I have reproduced this problem. I am forwarding this issue to our developers for further processing.
    You will receive an automatic message once the status of this issue is changed.

    Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

    Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.