162 - Editbox Background Ontop of Text
What steps will reproduce the problem?
1. Installing newest version.
2. Having an editbox background setup.
3. Having the inset setup larger.
What is the expected output? What do you see instead?
Expecting the text to be clear and visible, but it seems layered behind the background.
What version of the product are you using?
The latest.
*IMPORTANT* -> Can you reproduce the problem when ONLY Prat is running?
Yes.
Do you play on US or EU. What language do you use?
US, I use English.
Do you have an error log of what happened?
No, as it does not throw and error message.
Please provide any additional information below.
The font in the editbox is impossible to see unless you create a transparent background in the editbox by setting the inset to it's highest setting. This makes it difficult to read the text.
| User | When | Change |
|---|---|---|
| FadedMaster | Thu, 12 Nov 2009 15:19:25 | Added attachment WoWScrnShot_111209_091707.jpg |
| sylvanaar | Sun, 18 Oct 2009 02:31:20 | Changed status from New to Accepted |
| FadedMaster | Sat, 17 Oct 2009 21:36:19 | Added attachment WoWScrnShot_101709_163504.jpg |
| FadedMaster | Sat, 17 Oct 2009 21:34:47 | Create |
- 1 comment
- 1 comment
Facts
- Last updated on
- 12 Nov 2009
- Reported on
- 17 Oct 2009
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #1
FadedMaster Thu, 12 Nov 2009 16:03:28After some playing around, I figured out that after deleting the SavedVariables file for Prat, uninstalling, re-installing and changing a setting in nUI's file, I was able to get this to work.
The steps I took:
1. Deleted: Prat-3.0.lua
2. Uninstalled Prat.
3. Reinstalled Prat.
4. Opened nUI_ChatFrame.lua {found in AddOns\nUI\Integration\} in Notepad.
5. Changed the line:
if not IsAddOnLoaded( "Chatter" )
to read
if not IsAddOnLoaded( "Prat-3.0" )
6. Saved the file.
7. Loaded up WoW.
I'm not sure what was causing it to happen when I had loaded it alone though. But this way works for me now. I'm thinking I might have had the OldEditbox module on and maybe had something messed up with my settings in Prat.