When I have a button inside of an contex-menu that is inside of a button, when I click any of the nested buttons, the context menu lingers (does not close) #50
Labels
bug
Something isn't working
Describe the bug 📝
When I have a button inside of an contex-menu that is inside of a button, when I click any of the nested buttons, the context menu lingers (does not close)
Also, the icons are not visible and the tooltip is only visible inside the context menu which is weird. I am attaching a video
ie:
return BUI.Component.create<BUI.PanelSection>( () => BUI.html
<bim-button label="IDS" tooltip-title="Information Delibery Specification" tooltip-text="Show IDS Tasks." @click=${onIds}>
${loadBtn}
<bim-button label="BCF" id='bcf-btn' tooltip-title="BIM Collaboration Format" tooltip-text="Show BCF Tasks."
icon=''
@click=${onBCFTasks}>
<bim-button id="add-media-btn" @click=${onMediaEnabled} vertical label="Add media" icon="gg:add" tooltip-title="Add Media"
tooltip-text="Click to add media to objects.">
);
contex-menu-btn.mp4
Reproduction▶️
No response
Steps to reproduce 🔢
return BUI.Component.create<BUI.PanelSection>( () => BUI.html
<bim-button label="IDS" tooltip-title="Information Delibery Specification" tooltip-text="Show IDS Tasks." @click=${onIds}>
${loadBtn}
<bim-button label="BCF" id='bcf-btn' tooltip-title="BIM Collaboration Format" tooltip-text="Show BCF Tasks."
icon=''
@click=${onBCFTasks}>
<bim-button id="add-media-btn" @click=${onMediaEnabled} vertical label="Add media" icon="gg:add" tooltip-title="Add Media"
tooltip-text="Click to add media to objects.">
);
System Info 💻
Used Package Manager 📦
yarn
Error Trace/Logs 📃
No response
Validations ✅
The text was updated successfully, but these errors were encountered: