Firstly thanks for the latest update - seems really good so far!
I’ve noticed a strange behaviour with select dropdown menu items in the new CEF.
Take a look at the attached images - on the left is the old CEF dropdown, and the second is the new CEF version in ExeOutput:
The options are spaced out - as if they have extra padding or a min-height added to them that cannot be removed by regular CSS.
The so-called accessibility “feature” was added in Chrome version 128 as far as I can tell and at the moment it seems there’s no fix - although there is a flag that can be enabled to disable the so-called “feature” that s proving to be a bit of a nightmare for my apps interface.
You can play around with this fiddle and you’ll see the issue too:
Just set the font sizes to something really small and you’ll notice regardless what you do, there’s some kind of restriction on the height of the dropdown options - I’ve tried loads of possible CSS hacks, but nothing works, including !important on all the CSS to try to force it.
The height seems to be fixed and cannot be decreased - whereas before it adjusted automatically in proportion to the size of the font.
It’s typical Google up to their old tricks and laying down a law as usual - forcing changes we never asked for or wanted, and removing our ability to control them. I hate Google so much…
I guess they have no idea CEF is used for desktop apps too, where the same accessibility and security rules need not apply.