-
Notifications
You must be signed in to change notification settings - Fork 710
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
Bug Level 8 - Insufficient editable section - Unable to complete #259
Comments
TBH, I can't remember the specifics of this. Proceeded on with the game, despite the legitimate bug. Closing, because this seems like it can't be reproduced. |
@frenchi I just have reproduced the same problem you described. |
@rolansh I'm still having trouble reproducing it. Do you remember the steps that led to it? |
Sorry, but I don't remember the exact steps. |
I had the same problem. Browser: chrome. It's be browser specific: in windows 10 (I don't remember it's name) browser this level works as expected. |
It happens on Chrome osX |
So far I'm unable to reproduce, but I received this bug on my first play through, which confused me for a while:
I had insufficient editable section on line 100, as some of the text had been moved into the
element, instead of the expected "editable" class. This left me with insufficient space to type in the correct response for the level.
Screenshots: https://imgur.com/a/ANMkC
Oddly enough levels/08_intoTheWoods.jsx:114 correctly has this as
so I'm not sure of any bug fixes I could suggest, possible this was a once off. Happy to provide gists of the html/local storage that I had, if others want to investigate.
My resolution: in Chrome localstorage: level8.lastGoodState had the following:
edited this back to what I believe was intended.
allowed me to progress with the game.
Chrome 35.0.1916.114
The text was updated successfully, but these errors were encountered: