You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
8.18.4
Bug summary
When using the Slider datatype - and having Range turned on - the box showing the range is misplaced CSS-wise.
An example looks like this in Chrome:
Another example in Firefox:
The box should be in the middle above the ranges selected - but instead the more you move it, the further away it goes instead ending up overflowed out of the containing div element.
This has been re-tested on a clean 8.18.4 installation.
Specifics
No response
Steps to reproduce
Make a data type that uses the "Slider" property editor
Example:
Enable Range: true
Minimum value: -50
Maximum value: 50
Put the data type on a document type
View the document type property in the Content section on the document type you put it on
Try to move the two ranges around
Expected result / actual result
When moving the ranges around, you'll see that when it should be merged it will not stay in the middle, but instead move further and further from the middle until at some point it snaps back to being in the middle.
The text was updated successfully, but these errors were encountered:
Which exact Umbraco version are you using? For example: 9.0.1 - don't just write v9
8.18.4
Bug summary
When using the Slider datatype - and having Range turned on - the box showing the range is misplaced CSS-wise.
An example looks like this in Chrome:
Another example in Firefox:
The box should be in the middle above the ranges selected - but instead the more you move it, the further away it goes instead ending up overflowed out of the containing div element.
This has been re-tested on a clean 8.18.4 installation.
Specifics
No response
Steps to reproduce
Expected result / actual result
When moving the ranges around, you'll see that when it should be merged it will not stay in the middle, but instead move further and further from the middle until at some point it snaps back to being in the middle.
The text was updated successfully, but these errors were encountered: