Philipp S.

Results 12 comments of Philipp S.

This also happens in Firefox. Thanks Colin for sharing your approach. I would also love to see an unminified version of it.

For anybody who has a hard time putting that bookmarklet together... here the bookmarklet for my shopify: `javascript:(function()%7Bvar%20gaJs%20=%20document.createElement(%22script%22);gaJs.type%20=%20%22text%2Fjavascript%22;gaJs.src%20=%20%22https%3A%2F%2Fcdn.shopify.com%2Fs%2Ffiles%2F1%2F7381%2F0541%2Ffiles%2Ffreakdesign_custom_fields.min.js%3F7916606269471937657%22;document.getElementsByTagName(%22head%22)%5B0%5D.appendChild(gaJs);%7D)();` You will want to replace `7916616269471937657` and the filepath depending on your...

Good point. That's unnecessary and should be removed. It's about the number after the file name and question mark. Both should be removed to allow for caching. Thanks Jason. Sent...

Spin Instance running with this PR in `shopify/web`: https://shop1.shopify.polaris-update-9-23-1.philipp-schofer.us.spin.dev/admin/spin/tophat?activate=true

This PR contains a bug in Safari I'm currently investigating. Will re-request review once fixed.

I'll cut it off at 2pm today. I think I'm 99% there with just one thing pending. I can add more details once I put up my changes.

I don't think the bug is caused by this PR. It's been there since the fixed first column implementation.

At heart, this is what the issue is: The `max-width` on the `th` is ignored by Safari but accepted by chrome. Overall this is more complicated to update because you...