Back-button targets preview-page in coding challenge
See original GitHub issueDescribe your problem and how to reproduce it:
- Go here.
- Create the requested form.
- Enter something in that text field and press enter.
- A
Thank you!
-page appears in the preview section. (see first screenshot)
Everything is great up until now. Here comes the problem.
- The user can now press BACK in the browser (or on the Mouse or via a keyboard shortcut). This, however doesn’t go to the previous full page. Instead, it messes up the preview panel. (see second screenshot)
- The user can then repeat steps 1-6 as often as he wants. It’s kind of janky and doesn’t seem like it should exist. (see third screenshot)
Add a Link to the page with the problem: https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-form-element
Tell us about your browser and operating system:
- Browser Name: Firefox
- Browser Version: 88.0 (64bit)
- Operating System: Linux (Mint)
If possible, add a screenshot here (you can drag and drop, png, jpg, gif, etc. in this box):
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:11 (11 by maintainers)
Top Results From Across the Web
Execute action when back bar button of ... - Stack Overflow
If that property is true, it means the View Controller is disappearing because it's being removed (popped). Should look something like: override func ......
Read more >4 Design Patterns That Violate “Back” Button UX Expectations
The short version: users expect the “Back” button to take them back to what they perceived to be their previous page. The notion...
Read more >How to customize a view controller's back button on a ...
How to customize a view controller's back button on a navigation bar: backBarButtonItem. Swift version: 5.6.
Read more >WebView and Android back button navigation - LogRocket Blog
Let's explore some solutions to common problems that Android developers often encounter when using WebView, such as back button navigation.
Read more >connect not picking up initial values of input elements ... - GitHub
Scenario: We have a page with radio buttons; The user selects a radio button; The user submits the form; The user uses the...
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
@Nirajn2311 I don’t know the answer to your question but that sounds like a horrible thing to do.
As a student, seeing my form actually do something made me very happy.
Hey @ShaunSHamilton ,
After struggling to solve this issue with attributes the iframe provides, I made an example project that seems to work as it should. https://intrepidgiddyinfo.semboot699.repl.co/
So my conclusion here is that it may not be the iframes fault but somewhere else in the code.