What steps will reproduce the problem?
1. create a optiontable with a validate function set
2. add the optiontable to the blizzard addon options via LibStub("AceConfigDialog-3.0"):AddToBlizOptions()
3. fail the validation and you will get no feedback
What is the expected output?
some sort of error message
What version of the product are you using?
trunk
| User | When | Change |
|---|---|---|
| Adirelle | Thu, 26 Mar 2009 08:04:22 | Changed status from Waiting to Replied |
| Nevcairiel | Sun, 15 Feb 2009 13:42:29 | Changed component from None to AceConfig-3.0 |
| Nevcairiel | Sat, 14 Feb 2009 09:50:42 | Changed status from New to Waiting |
| Nevcairiel | Sun, 04 Jan 2009 09:59:29 | Changed component from None to AceConfig-3.0 |
| yssaril | Sat, 04 Oct 2008 06:51:01 | Create |
© 2008-2009 Curse Inc.
- #2
Adirelle Thu, 26 Mar 2009 08:04:22Why not displaying an error dialog ?
- #1
Nevcairiel Sun, 04 Jan 2009 13:09:39Yeah .. hmm .. validation feedback is usually placed in the statusbar, which the blizzard frame doesn't have.
Guess we'll have to think of some way to display it alternatively. Ideas are welcome.