2 - No validation feedback when using the config via the blizzard options
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 |
- 3 comments
- 3 comments
Facts
- Last updated on
- 20 Jul 2009
- Reported on
- 04 Oct 2008
- Status
- Replied - Someone has replied after waiting for more information.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #3
watchout Mon, 20 Jul 2009 22:54:56On the top line to the right of the addon's name is usually some unused free space. With some red/orange/yellow background this message would definitely be seen and the scrollpane does not include this space either, so it would always be seen
- #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.