Premium support for our pure JavaScript UI components


Post by aramirez »

Hello,

The events on scheduler disappear when I do [Ctrl/CMD + C] and re-appear when scrolling, I see that it adds a b-release class name which hide them.

We are using:
"@bryntum/scheduler": "4.2.3",
"@bryntum/scheduler-angular": "4.2.3",

I tried setting copyEvent to false:

  public eventMenuFeature = {
    items: {
      deleteEvent: false,
      unassignEvent: false,
      copyEvent: false,
      cutEvent: false,
    },
 
  };

and

<bryntum-scheduler
  
[eventMenuFeature]="eventMenuFeature" </bryntum-scheduler>

Please refer to following video:

Screen Recording 2024-02-28 at 4.22.28 PM1.mov
(2.56 MiB) Downloaded 40 times

Post by mats »

Could you please try updating to latest version to see if that fixes it? Or can you reproduce this on our live examples on our site?


Post by aramirez »

Hello Mats,

Thank you for your prompt response. Regrettably, when I attempted to update as suggested, I got a lot of errors, making that approach unfeasible. I also tried to replicate it on the live examples but was unable to replicate it.

Could you please shed some light on what triggers the addition of the 'b-release' classname? Understanding this might offer me a good starting point to troubleshoot further.


Post by tasnim »

Hi,

It adds the b-released class from DomSync. Would it be possible for you to upload a runnable test case so we can run it locally and debug the issue?


Post Reply