retro-css-shell-demo icon indicating copy to clipboard operation
retro-css-shell-demo copied to clipboard

Wonky in Firefox

Open SunSparc opened this issue 7 years ago • 2 comments

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.

SunSparc avatar Nov 29 '17 22:11 SunSparc

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).

andersevenrud avatar Nov 30 '17 11:11 andersevenrud

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.

andersevenrud avatar Aug 10 '18 22:08 andersevenrud