slider bugs

Hi,

I noticed the following bugs while working with the slider:

  1. The umg version of the slider can’t configure the keyboard focus property since it is not exposed to blueprints.
  2. Even worse, the default value of keyboard focus support is true, while previously it wasn’t. Note the following line in the header of SSlider.h: /** When true, this slider will be keyboard focusable. Defaults to false. */
  3. I would prefer to have an option to navigate the slider with the controller when it has keyboard focus only (its much more user friendly). Now you have to press enter first before being able to slide.

I hope at least 1 and 2 can be fixed. 3 would be nice of course!

Hello ,

I have a few questions for you that will help narrow things down.

Quick questions:

  1. When you say that the slider “…the slider can’t configure the keyboard focus property since it is not exposed to blueprints”, do you mean that the “Is Focusable” setting is not available or that you can use “Set Keyboard focus” or something else?
  2. To make sure we are on the same page, could you provide the workflow used to determine the default status of the slider’s “keyboard focus support”?
  3. Could you provide more information on what it is exactly that you would like to have and how the current setup is able to provide this?
  1. I mean the isfocusable property not being exposed to bp
  2. Simply add a button with a slider below it, ensure the button gets focus and then navigate down with the down arrow. To verify it has focus you can set the focus render rule to always.
  3. The current way to use the slider is to navigate to it and press enter, afterwards you can use the arrows to move it. For any normal user this is very unintuitive. I would expect to use the arrows immediately when navigating. Of course that means you can navigate to the left and right, but typical menus i make do not need such complexity anyways.

Hello ,

After reading over you responses, I have written up a feature request (UE-32960) to have the is focusable option added to the slider bar widget. This request has been submitted to the developers for further consideration. As for the issue involving the need to hit enter before being able to manipulate the slider bar, it appears that this is currently working as intended. I hope that this information helps.

Make it a great day