Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    DateItem Issue: setUseMask(true) DEL-Key dose not work properly

    Hi,
    I found problem.
    "DEL"-key does not work properly when a text-mask(setUseMask(true)) will be applied to DateItem.

    How can I solve this problem?

    I can not delete anything with DEL-key
    http://www.smartclient.com/smartgwt/showcase/#form_masking

    thx.
    Attached Files

    #2
    A DateItem uses overwrite mode for the mask thus the Del key only deletes at the current cursor position - nothing is shifted. If this is not the "does not work properly" you are reporting, please provide further details.

    Comment


      #3
      I need the following when I press del, it deletes a character and shift the cursor to the right.
      How can i do this?
      thx.

      Comment


        #4
        No built-in way to do that but that sounds like a reasonable enhancement. I'll add it to the list for a future release.

        Comment


          #5
          Thank you, it would be nice.

          Do you know accidental, how to solve the following problem.
          http://forums.smartclient.com/showthread.php?t=12253

          thx.

          Comment

          Working...
          X