question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

loopProtect triggers in HTML

See original GitHub issue

Challenge add-an-accessible-date-picker has an issue. User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.71 Safari/537.36. Please describe how to reproduce this issue, and include links to screenshots if possible.

The code result includes additional lines of code Browser: Google Chrome bugfcc

    
    
<body>
<header>
  <h1>Tournaments</h1>
</header>
<main>
  <section>
    <h2>Mortal Combat Tournament Survey</h2>
    <form>
      <p>Tell us the best date for the competition</p>
      <label for="pickdate">Preferred Date (MM-DD-YYYY):</label>
      
      <!-- Add your code below this line -->
      <label for="date">Enter date (MM-DD-YYYY):</label>
      <input type="date" id="pickdate" name="date">
      
      <!-- Add your code above this line -->
      
      <input type="submit" name="submit" value="Submit">
    </form>
  </section>
</main>
<footer>&copy; 2016 Camper Cat</footer>
</body>

    ```
    

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
OFFLlNEcommented, Feb 1, 2017

Great, think it deserves to be open meanwhile.

0reactions
Greenheartcommented, Feb 27, 2017

I’m closing as I just verified that this is fixed in Chrome 56 and Firefox 51.

Thanks to everyone involved! 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Loop Protection for Spanning-Tree Protocols | Junos OS
Loop protection increases the efficiency of STP, RSTP, and MSTP by preventing ports from moving into a forwarding state that would result in...
Read more >
How to loop through an array that triggers an click event on ...
I am trying to trigger click events one after another with a short delay between each item of my array...if anybody can explain...
Read more >
You Can Adjust The Infinite Loop Protection Timing
We do some pretty fancy-dancing around here at CodePen to prevent infinite loops in JavaScript from locking up the browser.
Read more >
draft-snr-bess-evpn-loop-protect-04 - IETF Datatracker
Internet-Draft EVPN Loop Protection August 5, 2019 same VLAN, the traffic originating from these hosts would trigger continuous MAC moves among the PEs ......
Read more >
HPE OneView 6.6 User Guide for HPE Synergy - HPE Support
HPE OneView network loop protection uses two methods to detect loops: The interconnect monitors the subports for special packets transmitted from upstream ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found