80 - Tradeskill linking broken in patch 3.3.5
What steps will reproduce the problem?
1. Patch WoW to 3.3.5
2. Try to link your tradeskill in chat
3. Behold the error
Ultimately, ChatFrameEditBox went away in Patch 3.3.5 and was replaced with individual ChatFrameNEditBox-es where N is the index of the ChatFrame, this is causing havoc among many addons that interacted with the ChatFrameEditBox, including yours. I've patched my local copy to where linking is working again, it isn't very elegant, but it works. I've attached the patch in case you want to incorporate or modify my changes in the trunk.
Hirsute
| Name | Description | Size | MD5 |
|---|---|---|---|
| skillet-chatbox-fix.diff | diff of my changes to skillet ... | 1.4 KiB | 4b76fafb5b1c... |
- 2 comments
- 2 comments
Facts
- Last updated
- Jun 25, 2010
- Reported
- Jun 25, 2010
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Patch - Source code patch for review
- Priority
- Medium - Normal priority.
- Votes
- 0
- Reply
- #2
lilsparky Jun 25, 2010 at 17:04 UTC - 0 likesthey finally did something that actually breaks skillet. and here i was thinking that gnomeworks would make it out before i had to monkey with skillet.
ChatEdit_GetLastActiveWindow()
tells you which edit box to use apparently.
- Reply
- #1
Hirsute Jun 25, 2010 at 14:38 UTC - 0 likesI failed to mention, this patch is to Skillet/UI/MainFrame.lua