Announcement

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

    ListGrid Date Filtering Enter Key issue (focus related)

    Hi Isomorphic,

    please see this online sample (using v11.0p_2016-11-15, but also happening in 5.1p).

    With focus on the DatPicker-icon for the Nationhood column, "Enter" filters and opens the DatePicker dialog. I'd expect only filtering.

    Steps to reproduce:
    1. Open filter dialog with the mouse
    2. Select in 2nd box "To current day of last week" with the mouse
    3. Tab three times to go to "OK" (faster than doing it with the mouse)
    4. Hit enter (Dialog closes, Date in filterRow) (faster than doing it with the mouse)
    5. Hit enter (ListGrid filters, dialog reopens) (faster than doing it with the mouse)
    I noticed it executing the same steps in my application. Very minor for me nevertheless.

    Best regards
    Blama
    Last edited by Blama; 16 Nov 2016, 06:22.

    #2
    We agree this behavior is wrong and we've changed it a little - however, not in the way you expected.

    Now, pressing Enter in a MiniDateRangeItem in a grid's filterEditor will show the picker, but will *not* execute an immediate filter - instead, it will delay filtering until the DateRangeDialog is closed, assuming the value is changed.

    This is now true whether you open the dialog with the mouse or the keyboard.

    You can test out the change in builds of 5.1+ dated November 23 and later.

    Comment

    Working...
    X