Announcement

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

    Modal Window vs. Date Picker

    Hi,

    I have the following issue with the current v8 nightly build :

    If a DynamicForm is inside a modal window, looping through the fields by pressing "tab"
    will skip the date picker icon/button. This behavior differs when the form is included inside
    a regular screen (non modal window).

    The problem is visible in the modality example at http://127.0.0.1:8080/isomorphic/system/reference/SmartClient_Explorer.html#modality
    when clicking the "show window" button.

    This seems also present in version 7.

    Any idea how this can be resolved either with a fix on your side on something I can do
    on mine.

    Kind regards,

    #2
    Ah - when the clickMask is up (as in a modal window) we take over tab index management from the browser for our components.
    We were missing this case. Now resolved. Let us know if the fix doesn't work for you

    Thanks
    Isomorphic Software

    Comment


      #3
      Thanks for this fix. It now seems to be working properly.

      Sorry for the late confirmation.

      Regards,

      Comment

      Working...
      X