Selecting Options from Sell Junk button right-click window does not open Scrap options
KyrosKrane opened this issue ยท 0 comments
Running Software (issues missing this information will be deleted):
- Addon version: 9.0.1
- Server patch: 9.0.2.37474
Have you read the changelog? (please don't waste our time)
Yes
Describe the bug
If you right click the Sell Junk button on a vendor and select Options, the default game options window will open. It will not show the Scrap specific options. This is a long-time Blizzard error in opening the Options pane for a specific addon. The solution is usually to call InterfaceOptionsFrame_OpenToCategory() twice in a row, instead of just once, passing in the right config frame.
To Reproduce
Steps to reproduce the behaviour:
- Reload your UI or relog.
- Open a vendor.
- Right click the Sell Junk button.
- Click on Options.
- Note that the options pane is not set to Scrap options.
Expected behaviour
The interface options pane should open to Scrap's options.
Error Logs
n/a
Additional context
n/a