Here’s How I Solved a Weird Bug Using Tried and True Debugging Strategies

1 · CSS-Tricks · Aug. 28, 2020, 3:20 p.m.
Remember the last time you dealt with a UI-related bug that left you scratching your head for hours? Maybe the issue was happening at random, or occurring under specific circumstances (device, OS, browser, user action), or was just hidden in one of the many front-end technologies that are part of the project? I was recently reminded of how convoluted UI bugs can be. I recently fixed an interesting bug that was affecting some SVGs in Safari browsers with no obvious … Read article “Here’s How I S...