Premium support for our pure JavaScript UI components


Post by bshortland »

Hi,

We found that if you select a grid so it's in focus and then hit the Space key, SalesForce throws a [NoErrorObjectAvailable] Script error.
I've attached a video and example LWC component code.

Please can someone take a look?

Thanks,
Ben

Attachments
bryntum_error.mp4
(701.98 KiB) Downloaded 31 times
gridDemo.zip
(976 Bytes) Downloaded 27 times

Post by mats »

What version are you using currently?


Post by bshortland »

Hi Mats,

We're using v5.1.3


Post by alex.l »

Looks like we need more context, it works ok with our examples, if I applied grid config you provided.
Please post versions you used, maybe try it with our examples too?
Try to change c-bryntum-widget-host in your runnable example to

<template>
    <div class="container" lwc:dom="manual"></div>
</template>

as we use in examples. It may be relevant with it too.

All the best,
Alex


Post Reply