Announcement

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

    BlurEvents are wrongly fired when clicking on a TextItem in a tile from a TileGrid

    Hello,

    This seems like a bug... If you have a custom tile in a TileGrid that contains a TextItem that has the focus and you click on it a BlurEvent is fired on that TextItem although it shouldn't. In the test case attached a log message is displayed every time you click the TextItem from the tile...

    Thank you!
    Attached Files

    #2
    Hi Isomorphic, Any news on this?

    Comment


      #3
      Hi Isomorphic , Can you please take a look at the attached test case? We are unable to find a workaround for this issue. Thank you!

      Comment


        #4
        Hi Slick

        As a quick solution you should be able to use the EditorExit handler instead of the blur handler:
        https://smartclient.com/smartgwtee-r...orExitHandler-

        We are also taking a look at the issue and will follow up when we have more information

        Regards
        Isomorphic Software

        Comment


          #5
          Thank you. The editor exit hander is a valid alternative.

          Comment

          Working...
          X