114 - The editbox under the AceGUI slider accepts values outside the set min/max range.
The editboxes under the slider widget currently accepts any number values outside the specified min/max range.
This needs some moar math.minmaxin'!
| User | When | Change |
|---|---|---|
| Nevcairiel | Feb 07, 2010 at 14:15 UTC | Changed status from New to Fixed |
| Gagorian | Feb 02, 2010 at 15:23 UTC | Create |
- 3 comments
- 3 comments
Facts
- Last updated
- Feb 07, 2010
- Reported
- Feb 02, 2010
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- Votes
- 0
- Component
- AceGUI-3.0
- Reply
- #3
Nevcairiel Feb 07, 2010 at 14:14 UTC - 0 likesThere even was code already that limited the value to min/max, but apparently it was only called when no step was set. go figure.
I fixed this.
- Reply
- #2
mikk Feb 07, 2010 at 14:05 UTC - 0 likesThis is a bug and should be fixed imo. If an addon sets a min/max limit, it should never ever get fed data outside of those limits. As for Shadowed's comment... eh. Not that way anyway. POSSIBLY optional (tighter) limits the slidebar can obey. But if we're talking screen offsets it's usually more user friendly to just let people drag objects around =)
- Reply
- #1
Shadowed Feb 07, 2010 at 00:25 UTC - 0 likesSome sort of flag to enable or disable this would be nice. I try and set "sane" ranges that most people will want to use. Mainly when dealing with offsets or coords, I can set an offset of -25 through 25 that users can easily control. But if they end up needing to increase it to a larger value they can manually do it without me having to add another edit box or increase it and making the slider less useful in general.