Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][refactors]: Fix taint issues related UIDropDownMenu api usage #345

Merged
merged 3 commits into from
Jan 30, 2025

Conversation

juemrami
Copy link
Collaborator

@juemrami juemrami commented Jan 29, 2025

In this PR

[refactor]: migrate settings panel dropdowns to the new dropdown api

  • removes usage of deprecated UIDropDownMenu api
  • this change should prevent any settings panel dropdowns from tainting ui

[refactor]: migrate announcement channel selection dropdown to new API

  • similar to settings panel changes.

[refactor][hotfix]: implement TaintLess.xml style cleanup for touched DropDownList buttons

  • Implementation of fixes mentioned in [hotfix]: add TaintLess.xml library #344
  • This prevents most taint errors while allowing us use the UIDropDownMenu.
  • This is a temporary solution to rewriting the whole Tool.CreatePopup system to support the new menuGenerator APIs.
  • note: the PopupDyanmic frame is hard to re-create using the new API's because they dont support Right Clicks.

@juemrami juemrami force-pushed the hotfix_dropdown_taint_issues branch from 0c7d187 to ee49e4d Compare January 29, 2025 21:39
- removes usage of deprecated UIDropDownMenu api
- this change should prevent (at least) settings panel dropdowns from tainting ui
@juemrami juemrami force-pushed the hotfix_dropdown_taint_issues branch from ee49e4d to ea7c586 Compare January 29, 2025 22:42
…ed DropDownList buttons

- This prevents any taint error that could be induced by us not using the UIDropDownMenu API correctly.
- This is a temporary solution to rewriting the whole `Tool.CreatePopup` system to support the new menuGenerator APIs.
@juemrami juemrami force-pushed the hotfix_dropdown_taint_issues branch from ea7c586 to 8f4b342 Compare January 29, 2025 22:53
@juemrami juemrami marked this pull request as ready for review January 30, 2025 00:58
@juemrami juemrami merged commit 4af53c7 into Vysci:main Jan 30, 2025
@juemrami juemrami deleted the hotfix_dropdown_taint_issues branch January 30, 2025 06:21
@juemrami juemrami linked an issue Jan 30, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Blizzard UI Lua error when using the LFGTool
1 participant