Skip to content

Comments

Safari Slot Repro#334

Draft
amadeus wants to merge 1 commit intomainfrom
amadeus/safari-slot-bug
Draft

Safari Slot Repro#334
amadeus wants to merge 1 commit intomainfrom
amadeus/safari-slot-bug

Conversation

@amadeus
Copy link
Member

@amadeus amadeus commented Feb 14, 2026

WIP

@vercel
Copy link

vercel bot commented Feb 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
pierrejs-diff-demo Ready Ready Preview Feb 14, 2026 2:12am
pierrejs-docs Error Error Feb 14, 2026 2:12am

Request Review

// Kinda hate this API for now... need to think about it more...
hunkIndex: number;
}

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

basically i just removed a bunch of lines from this file to keep it small for the repro, all you need is a small window size to force scrolling.

// });
// return el;
// },
enableHoverUtility: true,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is just the code to enable the hover utility

calc(var(--diffs-gap-block, var(--diffs-gap-fallback)) - 6px)
);
/* toggle this line to fix the bug */
container-type: inline-size;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this is the line that makes everything terrible.

})();

const VIRTUALIZE = true;
const VIRTUALIZE = false;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ensure virtualization is off, to reduce the surface area of potential complications

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant