Chris Klimas

Results 307 comments of Chris Klimas

Seems weird. I need to try to repro it on my side. The way user-added story formats are recorded didn't change in 2.4.

The difficult part with a native combobox control is (I believe) only text is allowed in the options. There are options like [react-select](https://react-select.com) that are more freeform, but at least...

I can repro this, but I am not sure how to fix this offhand. 2.4 uses the [pointer capture API](https://developer.mozilla.org/en-US/docs/Web/API/Element/setPointerCapture). Perhaps we listen for a `mouseleave` event on the window...

Trivia: it appears this only is an issue in Chrome and Electron. Safari and Firefox seem to handle the pointer capture for us.

Could you attach a screenshot of the blue-on-blue you're having trouble with? I'm guessing it's a selected passage but I want to be sure. Also, could you be more specific...

I don't think disabling high-contrast mode, even on a temporary basis is a good idea as it's disabling assistive technology. (But I'm not an accessiblity expert, and if the conventional...

Had more time to think this through, and I think I was wrong in my initial comment. Having low-contrast but functional UI is better than unusable UI, so the band-aid...

I suspect that it's tied to 2.4 leaning harder on the GPU. Scaling the entire passage map is done via CSS transform (it used to only be used for the...

I think it's as I suspected, it's maxing out the GPU and you're seeing weird behavior as a result. (I don't know for sure this is true, just a strong...

I can't repro this with a simple story I had sitting around. Can you attach what you were using?