Bugzilla – Bug 1072
no indication in UI of 8s limitation for transition time
Last modified: 2008-08-18 10:53:41 UTC
the gui for transition time should mention the 8s limitation. right now, it just sets anything above 8s to that value without explaining why.
Created attachment 361 [details] add message when setting high or low As this happens for many settings, and this specific case may have several limits (per player type) it needed something flexible. The validate functions have te ability to return $errmsg, but I have found that it is never used (depite being returned by a couple functions). I've made use of it here for validateInt and validateNumber. A message can then be appended to an accepted value to show that a maximum or minimum value is being used instead of the value entered.
I have a patch for this.
I've got a patch for this...
I've fixed the description to explain the maximum number. Kevin: Assuming that we already pin the value and we state what the maximum is, do we need additional feedback? Thanks, Rachel!