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

Item Context Menu Tooltips Don't Show Up #1332

Closed
Drofseh opened this issue May 7, 2020 · 0 comments
Closed

Item Context Menu Tooltips Don't Show Up #1332

Drofseh opened this issue May 7, 2020 · 0 comments
Assignees
Labels
Milestone

Comments

@Drofseh
Copy link
Contributor

Drofseh commented May 7, 2020

Mods:

  • Arma 3: 1.98.146373
  • CBA: 3.15.1

Description:
Tooltips do not appear when using CBA_fnc_addItemContextMenuOption.

Steps to reproduce:

  • Open virtual arsenal
  • Add a simple menu
[
    "#All",
    "ALL",
    [
        "Display Name.",
        "ToolTip."
    ],
    nil,
    nil,
    {
        true
    },
    {
        systemChat "Context Statement";
        diag_log "Context Statement";
        true
    },
    false,
    []
] call CBA_fnc_addItemContextMenuOption;
  • Open inventory and double click on any item.
    Display name is visible but no tooltip shows up.

Expected behavior:
Tooltip should appear.

Where did the issue occur?

  • Editor (Singleplayer) / Virtual Arsenal

Log Files:

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.

3 participants