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
Even though the documentation states that you can provide a position argument, the appropriate function doesn't process that second argument, leading to inability to manage tick box's position in a conventional manner.
It still can be managed, but it would require decorating / rewriting ISSimpleTickBox:setPositionAndSize() function.
On a side note, the mentioned function sets tickSize equal to the line's height (or width), which leads to further complications in positioning the element. Since the tickBox element itself is vanilla, it has a hard coded size of 16px. Setting that value to anything else leads to the tick box's "hitbox" being larger than the tick box itself, proving the attempts to position it futile (the invisible "hitbox" extension will also take up space).
The text was updated successfully, but these errors were encountered:
Even though the documentation states that you can provide a position argument, the appropriate function doesn't process that second argument, leading to inability to manage tick box's position in a conventional manner.
It still can be managed, but it would require decorating / rewriting
ISSimpleTickBox:setPositionAndSize()
function.On a side note, the mentioned function sets
tickSize
equal to the line's height (or width), which leads to further complications in positioning the element. Since thetickBox
element itself is vanilla, it has a hard coded size of16px
. Setting that value to anything else leads to the tick box's "hitbox" being larger than the tick box itself, proving the attempts to position it futile (the invisible "hitbox" extension will also take up space).The text was updated successfully, but these errors were encountered: