Announcement

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

    Cursor keys not working in spinner control

    SmartClient Version: v10.0p_2015-01-20/LGPL Development Only (built 2015-01-20)

    The bug has been seen in the following browsers:
    1. Internet Explorer 11
    2. Chrome (Latest)

    We don't believe this is browser specific.

    Moving the cursor of a SpinnerItem with the Left, Right, Home and End keys is broken if the SpinnerItem is an item of a new Window

    In the sample I've provided, the main spinner works fine. The spinner that is launched with a new window is broken.

    1. Click the Spinner Item to move focus to it
    2. Press the Left, Right, Home and End keys and note that the cursor moves accordingly
    3. Now click the button titled 'Launch Window...'. A new Window will appear that contains another Spinner Item
    4. Click the Spinner Item in the new Window to move focus to it
    5. Press the Left, Right, Home and End keys

    Expected: The cursor should move accordingly with the key presses
    Actual: No movement occurs when the keys are pressed

    The sample code is attached.
    Attached Files

    #2
    We've made a change to address this issue. Please try the next nightly build, dated April 25.

    Regards
    Isomorphic Software

    Comment

    Working...
    X