David-Yuen

Results 5 comments of David-Yuen

Through some discussions with the charts team, it is most likely related to this: https://stackoverflow.com/questions/13740164/d3-js-transition-not-working-when-browser-is-minimised/13748965#13748965 My understanding is: charts uses `d3` (which i think is like a animation/graphical-engine package) and...

While discussing with charts team, i was suggested to implement code to hide/unmount the charts component, using Page Visibility API to detect Visibility change events from browsers. https://developer.mozilla.org/en-US/docs/Web/API/Page_Visibility_API After isolating...

I've been implementing the standalone InlineEdit component (described here: https://carbon-for-ibm-products.netlify.app/?path=/story/ibm-products-patterns-edit-and-update-inlineedit--inline-edit), and I have a found a few issues that I hope this DataTable extension implementation will resolve. 1st issue: Using...

So i've manually implemented using the InlineEdit, found quite a few issues and I hope you guys resolve them. Once your implementation here is ready, I hope I can just...

Was testing `2.52.0-rc.0`, which includes the fix for issue 6050.. but i found 2 additional scenarios that the focus is not removed when clicking away from the component.. I opened...