Page 1 of 1

[LWC] A context menu appears where I didn't click.

Posted: Tue Mar 28, 2023 5:18 am
by syless

Hi,

I'm trying to test using sample code.

Context menu appears in strange places.

How can I solve this?

Below is html code.

I'm using <lightning-quick-action-panel>.

Thank you.

<template>
	<lightning-quick-action-panel header="Test_Opp">
		<div class="container" lwc:dom="manual"></div>
	</lightning-quick-action-panel>
</template>

Re: [LWC] A context menu appears where I didn't click.

Posted: Tue Mar 28, 2023 2:26 pm
by alex.l

Hi, are you able to reproduce it with our example? Seems it works well with our example and your template.