René's URL Explorer Experiment


Title: Inspecting the slider in Safari and Chrome will eventually kill the browser · Issue #740 · Splidejs/splide · GitHub

Open Graph Title: Inspecting the slider in Safari and Chrome will eventually kill the browser · Issue #740 · Splidejs/splide

X Title: Inspecting the slider in Safari and Chrome will eventually kill the browser · Issue #740 · Splidejs/splide

Description: Checks Not a duplicate. Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions Version v4.0.0 with grid extension ...

Open Graph Description: Checks Not a duplicate. Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discuss...

X Description: Checks Not a duplicate. Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discuss...

Opengraph URL: https://github.com/Splidejs/splide/issues/740

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Inspecting the slider in Safari and Chrome will eventually kill the browser","articleBody":"### Checks\r\n\r\n- [X] Not a duplicate.\r\n- [X] Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions\r\n\r\n### Version\r\n\r\nv4.0.0 with grid extension 0.4.0\r\n\r\n### Description\r\n\r\nInspecting the slider in Safari on M1 Monterey 12.2.1 with Safari 15.3 and Chrome 99.0.4844.84 will eventually crash both browsers with these settings:\r\n\r\n![image](https://user-images.githubusercontent.com/6605087/161920628-884bbae7-dfbc-457d-af9a-3adc9bc8eafd.png)\r\n\r\nIt will worsen quickly if i drag the inspecter back and forth while testing responsive modes (inspector on the right side of the browser).\r\n\r\nIt might be (another) issue on my end though.\r\n\r\nCan provide video privately if needed as the project is not public yet.\r\n\r\n\r\n\r\n### Reproduction Link\r\n\r\n_No response_\r\n\r\n### Steps to Reproduce\r\n\r\nSlider with the following settings:\r\n\r\n```js\r\nnew Splide( '#splide-statements', {\r\n            type: 'loop',\r\n            perPage:1,\r\n            gap: '1rem',\r\n            lazyLoad: 'nearby',\r\n            drag: true,\r\n            pagination:false,\r\n            padding: '2rem',            \r\n            mediaQuery: 'min', // Work with min-width instead of max-width for breakpoint definitions\r\n            breakpoints: {\r\n                1400: {\r\n                    perPage: 4,\r\n                },\r\n                1200: {\r\n                    perPage: 3,\r\n                    grid: {\r\n                        rows: 2,\r\n                        gap: {\r\n                            row: '2rem',\r\n                        },\r\n                    },\r\n                    gap: '2rem',\r\n                },\r\n                600: {\r\n                    perPage: 2,\r\n                    grid: {\r\n                        rows: 2,\r\n                        gap: {\r\n                            row: '1.5rem',\r\n                        },\r\n                    },\r\n                    gap: '1.5rem',\r\n                    drag: 'free',\r\n                    snap: true, \r\n                    padding: '5rem',  \r\n                },\r\n            },\r\n        }).mount( window.splide.Extensions );\r\n```\r\n\r\nMarkup (Hubl):\r\n\r\n```html\r\n{# Carousel #}\r\n        \u003cdiv class=\"splide statements__carousel\" id=\"splide-statements\" role=\"group\" aria-label=\"Dot Legal statements\"\u003e\r\n            \u003cdiv class=\"splide__track\"\u003e\r\n                \u003cul class=\"splide__list\"\u003e\r\n                    {% for statement in module.statement %}\r\n                        \u003cli class=\"splide__slide\"\u003e\r\n                            \u003cdiv class=\"statements__statement statement\"\u003e\r\n                                \u003cdiv class=\"statement__intro\"\u003e\r\n                                    {# Image #}\r\n                                    \u003cdiv class=\"statement__image\"\u003e\r\n                                        \u003cimg data-splide-lazy=\"{{ statement.image.src }}\" alt=\"{{ statement.image.alt }}\"\u003e\r\n                                    \u003c/div\u003e\r\n                                    {# Intro #}\r\n                                    \u003cdiv class=\"statement__info\"\u003e                                    \r\n                                        {# Name #}\r\n                                        {{ statement.full_name }}\r\n                                        {# Title #}                                            \r\n                                        \u003cspan\u003e{{ statement.job_title }}\u003c/span\u003e\r\n                                    \u003c/div\u003e\r\n                                \u003c/div\u003e\r\n                                {# Body #}\r\n                                \u003cdiv class=\"statement__body\"\u003e\r\n                                    {# Description #}\r\n                                    {{ statement.the_statement|truncate(200, false, '...') }}\r\n                                \u003c/div\u003e\r\n                            \u003c/div\u003e\r\n                        \u003c/li\u003e\r\n                    {% endfor %}\r\n                \u003c/ul\u003e\r\n            \u003c/div\u003e\r\n            {# Custom arrows #}\r\n            \u003cdiv class=\"splide__arrows\"\u003e\r\n                \u003cbutton class=\"splide__arrow splide__arrow--prev\"\u003e\r\n                    Prev\r\n                \u003c/button\u003e\r\n                \u003cbutton class=\"splide__arrow splide__arrow--next\"\u003e\r\n                    Next\r\n                \u003c/button\u003e\r\n            \u003c/div\u003e\r\n        \u003c/div\u003e\r\n```\r\n\r\nOpen inspector, drag it around to test responsive modes, inspector should slow down and eventually crash.\r\n\r\nUp until now the browser doesn't seem to crash if I poke around the slider without inspecting it.\r\n\r\n### Expected Behaviour\r\n\r\nNon-chrashing inspector.","author":{"url":"https://github.com/MartinHaun","@type":"Person","name":"MartinHaun"},"datePublished":"2022-04-06T07:43:14.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":23},"url":"https://github.com/740/splide/issues/740"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:414437b9-11e7-1eac-6b44-c390caf48465
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idB752:28F93A:A1FD1A2:DC32717:6A4BDBB9
html-safe-nonce0f8be0d4a8a4cc6b3411cd9290e87588df25d5d647e5d1671b5e08a0d6bf69df
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCNzUyOjI4RjkzQTpBMUZEMUEyOkRDMzI3MTc6NkE0QkRCQjkiLCJ2aXNpdG9yX2lkIjoiODAwNzM1OTc0MDc4NTcxMjA1NyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac43ee95211fcdb2f654c428462f9f3428c9856564840ae2964106d9d44ca17268
hovercard-subject-tagissue:1194197593
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/Splidejs/splide/740/issue_layout
twitter:imagehttps://opengraph.githubassets.com/6ebf4a58e519780d6eb2884658acf03052aea37cf35f54a36a8b25ac52e033bc/Splidejs/splide/issues/740
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/6ebf4a58e519780d6eb2884658acf03052aea37cf35f54a36a8b25ac52e033bc/Splidejs/splide/issues/740
og:image:altChecks Not a duplicate. Not a question, feature request, or anything other than a bug report directly related to Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discuss...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernameMartinHaun
hostnamegithub.com
expected-hostnamegithub.com
None9df996be9551ac02247d09a2f7f64ece66c35ca28885d346e98fdfda9cdaa37b
turbo-cache-controlno-preview
go-importgithub.com/Splidejs/splide git https://github.com/Splidejs/splide.git
octolytics-dimension-user_id53294517
octolytics-dimension-user_loginSplidejs
octolytics-dimension-repository_id198788945
octolytics-dimension-repository_nwoSplidejs/splide
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id198788945
octolytics-dimension-repository_network_root_nwoSplidejs/splide
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release7242837c61fe4c8b774b83b9ee05b1881ba589f8
ui-targetcanary-2
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/Splidejs/splide/issues/740#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSplidejs%2Fsplide%2Fissues%2F740
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSplidejs%2Fsplide%2Fissues%2F740
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=Splidejs%2Fsplide
Reloadhttps://github.com/Splidejs/splide/issues/740
Reloadhttps://github.com/Splidejs/splide/issues/740
Reloadhttps://github.com/Splidejs/splide/issues/740
Please reload this pagehttps://github.com/Splidejs/splide/issues/740
Splidejs https://github.com/Splidejs
splidehttps://github.com/Splidejs/splide
Please reload this pagehttps://github.com/Splidejs/splide/issues/740
Notifications https://github.com/login?return_to=%2FSplidejs%2Fsplide
Fork 444 https://github.com/login?return_to=%2FSplidejs%2Fsplide
Star 5.4k https://github.com/login?return_to=%2FSplidejs%2Fsplide
Code https://github.com/Splidejs/splide
Issues 131 https://github.com/Splidejs/splide/issues
Pull requests 12 https://github.com/Splidejs/splide/pulls
Discussions https://github.com/Splidejs/splide/discussions
Actions https://github.com/Splidejs/splide/actions
Projects https://github.com/Splidejs/splide/projects
Security and quality 0 https://github.com/Splidejs/splide/security
Insights https://github.com/Splidejs/splide/pulse
Code https://github.com/Splidejs/splide
Issues https://github.com/Splidejs/splide/issues
Pull requests https://github.com/Splidejs/splide/pulls
Discussions https://github.com/Splidejs/splide/discussions
Actions https://github.com/Splidejs/splide/actions
Projects https://github.com/Splidejs/splide/projects
Security and quality https://github.com/Splidejs/splide/security
Insights https://github.com/Splidejs/splide/pulse
Inspecting the slider in Safari and Chrome will eventually kill the browserhttps://github.com/Splidejs/splide/issues/740#top
bugSomething isn't workinghttps://github.com/Splidejs/splide/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com/MartinHaun
MartinHaunhttps://github.com/MartinHaun
on Apr 6, 2022https://github.com/Splidejs/splide/issues/740#issue-1194197593
https://github.com/Splidejs/splide/discussionshttps://github.com/Splidejs/splide/discussions
https://user-images.githubusercontent.com/6605087/161920628-884bbae7-dfbc-457d-af9a-3adc9bc8eafd.png
bugSomething isn't workinghttps://github.com/Splidejs/splide/issues?q=state%3Aopen%20label%3A%22bug%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.