Šime Vidas
Šime Vidas
Profile in Firefox Nightly: https://share.firefox.dev/3ChSjik
There is also [my discussion on Twitter](https://twitter.com/simevidas/status/1559450074069045250), where two other people were also experiencing performance issues only in Firefox.
You might want to tag that 500px link as NSFW (due to the erotic images) 😅
My results on Android 4.1.2: Chrome/Opera - one "move" per touch Firefox/**stock browser** - many "move"s while moving finger during touch
@zachleat If we have to sacrifice scrolling, then a more “standard” approach (that seems to work on iOS) would be absolute positioning + `overflow: hidden` on the parent ``: https://jsbin.com/fuxonas/edit?html,css,output
I think the ideal implementation of the “Show password” feature would be as follows: 1. the control is initially **disabled** (HTML `disabled` attribute) 2. when the user edits the password...
Relevant thread by @developit: https://twitter.com/_developit/status/1367169135977902082
Or just a screenshot in the README showing a side-by-side view of the source Markdown code and the generated PDF.
@jrmuizel I tested in the latest Nightly with a clean profile on Mac. It’s better now. The browser does not completely freeze like it did before. Also, I can scroll...
I noticed that the SVG logo does not render when JavaScript is disabled. It looks like the SVG’s “innards” are dynamically fetched at https://www.htmhell.dev/assets/logo.txt and injected into the `` element....