retro-css-shell-demo
                                
                                
                                
                                    retro-css-shell-demo copied to clipboard
                            
                            
                            
                        Wonky in Firefox
Have you given this a go in Firefox?
I am on macOS (High Sierra v 10.13.1). The shell works great in Safari, Chrome, Brave, Opera, IE, and Edge.
In Firefox (57.0 (64-bit)):
- it loads VERY slowly
 - if I mouse-click on the screen the cursor is lost, until the window losses and regains focus
 - backspaces are not handled properly
 
I had some co-workers test it as well. Perhaps it is actually a bug in Firefox.
Something must have changed in Firefox, because it was working when I originally made this.
Now, I have actually re-made this thing and "modernized" it -- and this version seems to be running much better. I'll probably commit all of this (this weekend).
I've finally uploaded the reworked code-base.
Also, I've narrowed down the performance issues in FF being related to using the box-model to animate. Using translate has almost zero impact, so I'll fix that :)
The problems with focus and keypresses should be fixed now.