-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Platform
- Device: Laptop
- OS + version: macOS Sequoia 15.3.1
- Browser + version: Chrome 120
- Extensions/privacy settings (if any):
Expected result: Nothing
Actual result: Page reloaded, however text editor with my code stayed on the screen. Two text editors on my screen after going through the netnet "introduction" (i.e steps to start a new sketch etc.) leading to the result.
Where it happened
- Widget/feature: Text Editor and Canvas
- URL (if relevant):
Steps to reproduce
- Start a sketch
- Copy and paste this code:
<!doctype HTML>
.page {
display: inline-block;
margin-right: 20px;
}
.page a:hover{
color: red;
}
<ul class="header">
<li class="page"><a href="#">Home</a></li>
<li class="page"><a href="#">About</a></li>
<li class="page"><a href="#">Contact</a></li>
</ul>
Frequency
- [O] Always - [ ] Sometimes - [ ] Happened once
Extra context
- Screenshots/video:
I was learning how to create a navigation bar from scratch, and I was experimenting with the hover colours. Because the list items were linked, I wanted to see what happened if I clicked on a hyperlinked list item. What happened was the canvas where I could see my work, reloaded the page but only in the canvas section. It doesn't seem like it's an infinite loop because I couldn't create a third text editor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels