Michał Gołębiowski-Owczarek

Results 875 comments of Michał Gołębiowski-Owczarek

A loose idea: to reduce the size of the doc by default, how about grouping these three sections into a separate parent section "Other modules" (or with a better name)...

I tried the suggestion above locally; it generates 7 test (19 assertions) failures: Test failures ``` 7 tests failed. 1. offset: nonzero box properties - html.relative body.static Test failed on...

@gibson042 I looked at the failures and they look legitimate. For example, the "outside view position (gh-2836)" test: https://github.com/jquery/jquery/blob/93ca49e6d1ac23fee33b3bc3b7f4d93dd1a25cb7/test/unit/dimensions.js#L581-L609 has a div scrolled by `400px` and its third element should...

Thanks for the report. Support for preserving `nonce` on DOM manipulation was added in jQuery 3.4.0 in PR https://github.com/jquery/jquery/pull/4269. We need more context on how your code is using jQuery...

`null` is not an object. The fact `typeof null === "object"` is a language bug but it doesn't change the fact that `null` is a primitive, not an object. See:...

Issues have been documented at https://github.com/jquery/api.jquery.com/pull/1208 and we added tests in a few Core PRs. I think that's all we need here.

Is there any hope at reviving the discussion here? Currently, jQuery penalizes Firefox by relying on `offsetHeight` which results in non-fractional values for `.height()`. We'd likely align with the spec...

Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?

Thanks for the report. Since the issue is already in 1.12, given limited team resources it's not likely to be fixed by the UI team; see the project status at...

Thanks for the report. Does the issue you describe exist when jQuery UI 1.12.1 is used or only with jQuery UI 1.13.0 or newer?