Announcement

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

    setCharacterCasing on TextItem hinders onChanged Event

    Isomorphic,

    I need to enable only upperCase in my text item and I also have other functions to perform onChange.I see that when I do setCharacterCasing(CharacterCasing.UPPER) on the textitem, the overriden onChanged event is not fired.
    Though I could achieve what I wanted using the FormItemInputTransformer, let me know if my understanding is correct. I would be glad to avoid creation of a new Transformer class which would do nothing but make it upper case. :) !!!

    Version: SC_SNAPSHOT-2011-11-16, 3.0 nightly
    Browser: firefox 5

    Thanks.

    #2
    This should be fixed in the 11/23 nightly. This affects the condition where character casing is enabled along with changeOnKeypress.

    Comment


      #3
      Thanks david, will check it out.

      Comment


        #4
        I just encountered the same behavior. I'm not in a position to take the nightly build, but I look forward to seeing it in the next official SmartGWT version.

        Comment


          #5
          Isomorphic,

          This fix hasn't been moved to the stable 3.0 release branch yet. When can we expect this fix in the stable 3.0 release branch.

          Thanks.

          Comment


            #6
            The fix should show up in the next 3.0 nightly build on 12/22.

            Comment

            Working...
            X