support icon indicating copy to clipboard operation
support copied to clipboard

[REACT] Scheduler pro render tooltip using react component not works after eventStore reload

Open taauntik opened this issue 4 months ago • 2 comments

Forum post

Reproducible here https://bryntum.com/products/schedulerpro/examples-scheduler/frameworks/react/javascript/react-tooltips/build/

  • Reload crudManager and hover over the events

https://github.com/user-attachments/assets/df15060e-04cf-4c30-97fe-d150b19cc932

Im rendering the event tooltip using a react component in this way

eventTooltipFeature: {
            template: ({ eventRecord }) => {
                return <div><b>${eventRecord.name}</b></div>;
            }
        }
        

everything works fine but if i manually call a reload on the crudManager or directly on the project for refresh the data with the backend, every kind of tooltip generated with a react node stop workings.

the template function will be called randomly on mouse move and the tooltip is empty. If instead of a react node i return an html string, everything works

taauntik avatar Oct 24 '25 11:10 taauntik

any news?

doshu avatar Oct 31 '25 16:10 doshu

Hi @doshu No news. You can subscribe on ticket updates to be notified when it's done. Thank you for your patience!

chuckn0rris avatar Nov 03 '25 10:11 chuckn0rris