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

ace_interactMenuClosed does not fire when menu is closed without KeyUp being raised #7381

Closed
BlackburnUTG opened this issue Jan 3, 2020 · 8 comments · Fixed by #7546
Closed
Assignees
Labels
Milestone

Comments

@BlackburnUTG
Copy link

BlackburnUTG commented Jan 3, 2020

ace self-interaction menu background didn't work
background in interecation menu works fine, but not in self-interaction menu.
plus: if open interaction menu (hold Windows key), and after that hold leftCtrl - backgrond will stuck backgrond stuck on your display even if you not holding any button

@mharis001
Copy link
Member

The settings for "Interaction" and "Self-Interaction" were split up in the latest update. Double check your settings - the default is disabled.

@BlackburnUTG
Copy link
Author

yeah.. my bad.. but the stuck bakground bug is still here:
it apears only when your backgrounds are not the same (example: black-self interaction, blur-interaction)
https://www.youtube.com/watch?v=CJ0g_iT6HV0&feature=youtu.be

@kymckay kymckay added this to the 3.13.1 milestone Jan 4, 2020
@commy2 commy2 self-assigned this Feb 22, 2020
@jonpas jonpas changed the title ace self-interaction menu background didn't work Interaction menu background not removing Feb 22, 2020
@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

IntMenu Background: none
IntMenu Background (self): none
-> works as intended
IntMenu Background: blur
IntMenu Background (self): blur
-> works as intended
IntMenu Background: black
IntMenu Background (self): black
-> switching repeats effect

@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

IntMenu Background: none
IntMenu Background (self): blur or black
-> works as intended
IntMenu Background: blur or black
IntMenu Background (self): none
-> broken as described

@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

["ace_interactMenuClosed", {systemChat str [diag_tickTime, _this#0]}] call CBA_fnc_addEventHandler;

Close Self Menu -> fires with 1
Close Inter Menu -> fires with 0
Replacing Self Menu with Inter Menu -> fires with 1
Replacing Inter Menu with Self Menu -> nothing happens

@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

Analysis shows two problems:

  • MenuClosed does not fire when interaction menu is replaced by self interaction menu (i.e. holding down Win, then later holding down Ctrl as well) (major bug)
  • black fade effect is repeated despite the screen already blacked out (minor sfx bug)

@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

No symetry for MenuOpened event. Fires as expected on open regardless of fresh or replace.

@commy2
Copy link
Contributor

commy2 commented Feb 23, 2020

Switching the keybinds of Self and Interact menu reverses this effect.

@commy2 commy2 changed the title Interaction menu background not removing ace_interactMenuClosed may not fire when menu is closed without KeyUp being raised Feb 23, 2020
@commy2 commy2 changed the title ace_interactMenuClosed may not fire when menu is closed without KeyUp being raised ace_interactMenuClosed does not fire when menu is closed without KeyUp being raised Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants