loopProtect triggers in HTML
See original GitHub issueChallenge 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
<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>© 2016 Camper Cat</footer>
</body>
```
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Great, think it deserves to be open meanwhile.
I’m closing as I just verified that this is fixed in Chrome 56 and Firefox 51.
Thanks to everyone involved! 😄