Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fiddle stops saving after inserting more than 4 hyperlinks #1911

Open
eduedp opened this issue Feb 14, 2025 · 2 comments
Open

Fiddle stops saving after inserting more than 4 hyperlinks #1911

eduedp opened this issue Feb 14, 2025 · 2 comments

Comments

@eduedp
Copy link

eduedp commented Feb 14, 2025

If your fiddle has more than 4 hyperlinks, it won't save anymore. That does not make sense at all, but see for yourself.

Steps to reproduce:

  1. Create an empty fiddle.
  2. Insert 4 hyperlinks like this:
<a href="#">Test 1</a>
<a href="#">Test 2</a>
<a href="#">Test 3</a>
<a href="#">Test 4</a>
  1. Press CTRL + S to save and see that it does save the fiddle.
  2. Insert one more hyperlink like this:
<a href="#">Test 1</a>
<a href="#">Test 2</a>
<a href="#">Test 3</a> 
<a href="#">Test 4</a>
<a href="#">Test 5</a>
  1. Press CTRL + S to save and see that the fiddle doesn't save anymore until you remove one of the hyperlinks.
@seanCodes
Copy link

Just noticed the same thing. Not necessarily links but just HTML content in general can't be over a certain amount or saving fails. 😕

@oskarkrawczyk
Copy link
Member

@eduedp Indeed, spam checker should definitely not care for these # hrefs. I'll have to investigate.

@seanCodes code like...? Should not be the case but it would help to understand what code is causing the issue for you.

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

No branches or pull requests

3 participants