Announcement

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

    property to show selectItem dropdown list when tab focus is moved on selectitem.

    • Hi Isomorphic,

      Thank you for your support.

      I am using Smart Gwt-5.x
      Browser: Google chrome 39.0.2171.95 m, IE8 and IE9

      Issue:
      Is there any property available to show selectItem dropdown list when tab focus is moved on selectitem.


      Please let us know if available.

    #2
    No, there is no such property. However, you could combine the editorEnter event with a call to showPicker().

    Comment


      #3
      • •Hi Isomorphic,

        Thank you for your support.

        I am using Smart Gwt-5.x
        Browser: Google chrome 39.0.2171.95 m, IE8 and IE9

        Issue:
        PickList for selectitem(using showPicker() property) not displayed when tab focus is moved to selectitem.

        >> As per your suggestion I tried to display pick list using "showPicker()" option under "AddEditorEnter " event and following are my observations.
        (1). Pick list not displayed.
        (2). After enabled "ShowPicker()" property , Tab focus not moved to selectitem.

        Note: For you reference I attached the sample code.

        •Please let us know if any solution available.
      Attached Files

      Comment


        #4
        We're not having a problem with this in the latest patched 5.1. Please update to the latest and try again.

        Also, another reminder to always post your full version, with every thread you start.

        Comment


          #5
          Dear Isomorphic,

          Thank you for your quick reply.

          I am using Smart Gwt-5.1P(2016-03-20) nightly build.

          Browser: Google chrome 39.0.2171.95 m, IE8 and IE9


          As per your comments i checked using latest nightly build (2016-03-20) but still same issue i am facing.

          1. Tab cursor itself not moving to selectitem when "ShowPicker()" property added under "onFocus" event.


          Do let me know if any furtur information required , Thank you.

          Comment


            #6
            We're not sure why you're trying the onFocus event, we didn't recommend that. We recommended EditorEnter. There are a number of possible issues with trying to use onFocus, so that's why we recommended EditorEnter.

            Comment

            Working...
            X