Re: Tick marks on slider

2015-06-08 Thread Kevin Rushforth
Sure, you are welcome to take a stab at it. It's too late for 8u60, though, unless a safe fix is found this week, since ZBB is the beginning of next week. Jonathan can comment further on it. -- Kevin Sven Reimers wrote: Done.. https://javafx-jira.kenai.com/browse/RT-46179

Re: Tick marks on slider

2015-06-08 Thread Sven Reimers
Done.. https://javafx-jira.kenai.com/browse/RT-46179 Sven P.S. If time permits I could have a look at a possible fix (somewhere down in NumberAxis I suppose) - interested? On Mon, Jun 8, 2015 at 2:43 PM, Kevin Rushforth kevin.rushfo...@oracle.com wrote: Yes, please file a bug. -- Kevin

Re: Tick marks on slider

2015-06-08 Thread Kevin Rushforth
Yes, please file a bug. -- Kevin Sven Reimers wrote: Hi, my assumption was that Slider s_v6 = new Slider(0, 100, 50); s_v6.setShowTickMarks(true); would show all tick marks (minor and major), but it seems that major ones are missing. If I add s_v6.setShowTickLabels(true) label

Tick marks on slider

2015-06-06 Thread Sven Reimers
Hi, my assumption was that Slider s_v6 = new Slider(0, 100, 50); s_v6.setShowTickMarks(true); would show all tick marks (minor and major), but it seems that major ones are missing. If I add s_v6.setShowTickLabels(true) label and major ticks are shown. Seems there is no workaround?