Jason Quense

Results 378 comments of Jason Quense

Hmm interesting! I'm definitely not seeing that, maybe i can turn it into a repro,

O i see, yeah the trigger is css-modules, BUT in our case it's absolutely due to a `@value` import, so i'd add that they are intend a problem here as...

@evilebottnawi does it make sense to have an additional concept in css-loader that marks things as dependencies but not css imports? TBH it seems strange that `style-loader` doesn't just insert...

no worries, i've realized i'm in the same boat for old versions as well. Please don't rush, enjoy vacation.

any config with the option set would have this issue, here's a minimal one! ``` module.exports = (config) => { config.set({ frameworks: ['webpack'], files: ['test/entry.ts'], preprocessors: { 'test/entry.ts': ['webpack'], },...

Yeah it works fine without it, since the default works find for TS. I'm not sure if anyone would need to specify it

There isn't yeah, We should maybe add one. In general tho the reason it's not respected is that Dropdown is supposed to be more opinionated about placement than a tooltip...

We do both to cover all the bases, last I checked aria-modal wasn't super well supported by SRs. Is this causing a problem or a heads up?

The focus trap behavior is intentional in how focus can shift out of the window and back in

jquery may include margins in dimension calculations... I'll have to check