Michał Gołębiowski-Owczarek

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

Don't worry, we're not going to remove anything that would break jQuery UI. If needed, we'll first make changes to jQuery UI source.

@ollie-iterators Thanks for the info; that should say 5.0; we’ll fix it.

@vrubleg I understand the sentiment and I admit more than a year has passes since I raised this PR but I really don't want to make any changes to our...

@nagyimre1980 No; we treat reducing browser support policy as a breaking change so it has to land in a major version update.

The issue is reproducible without third party libraries. Attaching a jQuery `focus` handler on an element makes native handlers attached later not fire at all: ```html Run the test ```...

BTW, since the `click` event uses `leverageNative`, it suffers from the same issues: https://jsbin.com/katowor/1/edit?html,js,console,output

PR: https://github.com/jquery/jquery/pull/5228

This might be simpler to do in 4.x where we only support IE 11 and we can detect it via `document.documentMode`. Also, I migrated the test case to JS Bin...

Closing for lack of response. We can reopen if we get an answer to the question.