haxeui / haxeui-core

The core library of the HaxeUI framework

Home Page:http://haxeui.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<slider> component crashes when used

EliteMasterEric opened this issue · comments

commented

Expected Behavior

When including the <slider> component in a layout, the application should include a slider as demonstrated in the Component Explorer.

Current Behavior

When including the <slider> component in a layout, the application crashes with a Null Object Reference.

Possible Solution

If the intent is to deprecate Slider and make HorizontalSlider and VerticalSlider the replacement, steps should be taken to update existing documentation and add an appropriate error message to reduce any confusion caused by this change,

Steps to Reproduce (for bugs)

I was able to reproduce this bug by copying <slider width="100%" majorTicks="10" minorTicks="5" pos="70" /> from the HaxeUI Component Explorer into one of my layouts.

Test app / minimal test case

https://github.com/mastereric/haxeuitestbench

Context

This issue occurred when attempting to copy the layout from the Menus example.

https://www.haxeui.org/explorer/#containers/menus

Your Environment

  • Version used: Issue occurs with release (1.4.0) and latest (5b2e3d2) haxeui-core.
  • Environment name and version (e.g. Chrome 39, node.js 5.4): Tested with Flixel 4.11.0 and develop.
  • Operating System and version (desktop or mobile): desktop

Am i right in thinking this is fixed now?

commented

I assume so, based on our previous conversation and this commit.

OK, cool - ill close this.