Open Issues Need Help
View All on GitHubAI Summary: The custom cursor feature is not functioning in Safari. This issue stems from Safari's current lack of support for adding constructed `CSSStyleSheet` objects to `adoptedStyleSheets`, which prevents the necessary cursor styles from being applied in that browser.
AI Summary: When a `Group` component is rendered on the page, users are unable to click on selected text to move the cursor. This issue affects all text across the entire page, not just within the `Group` component itself. The expected behavior is for the cursor to reposition to the clicked spot within the selection.
AI Summary: This GitHub issue reports a bug where resizable panels fail to completely collapse when dragged beyond the viewport edge, specifically when the panel group's edge aligns directly with the viewport. The problem is reproducible in CodeSandbox, particularly when the pointer leaves an iframe, suggesting a potential interaction with browser event handling across different contexts. A workaround involves adding margin/padding, but this is not always desirable for UI design.
AI Summary: On Firefox, the `PanelResizeHandle`'s hover hitbox is larger than its actual interactive area. Users see the resize cursor, indicating resizability, but can only successfully drag the panel when their cursor is directly over the visible handle component, creating a mismatch between visual feedback and functionality.
AI Summary: When autosave triggers in Firefox, it unexpectedly interrupts ongoing drag operations, causing the drag event to be cancelled or its target lost. This issue is specific to Firefox, as the drag event continues uninterrupted in Chrome, leading to a poor user experience.