Frédéric Delaporte

Results 20 issues of Frédéric Delaporte

#724 is a great addition, and thanks for that. Now that the slider can have the focus, I think it should also trigger the form default button when an user...

Feature

This fixes a regression from #1480, where destroying the externally supplied and shared cache has been replaced by setting it to null. Related: #2530. But this change causes further usages...

t: Bug
p: Lowest
Regression
c: L2 Cache

[`outerwidth()`](https://api.jquery.com/outerwidth/) documentation currently states: > This method is not applicable to `window` and `document` objects; for these, use [`.width()`](https://api.jquery.com/width/) instead. But the [jQuery 3.0 migration guide](https://jquery.com/upgrade-guide/3.0/#breaking-change-outerwidth-or-outerheight-on-window-includes-scrollbar-width-height) states: > **Breaking change:...

This is a rebase with some minimal clean-up of #360. Edits from maintainers are rejected on #360, so working on it requires a new PR. As stated in the original...

Using the css selector :nth-child with its optional part [`of `](https://developer.mozilla.org/en-US/docs/Web/CSS/:nth-child#the_of_selector_syntax) seems unsupported: the spaces are removed, corrupting the selector. So, `:nth-child(even of .foo)` gets minified as `:nth-child(evenof.foo)`. I use...

bug
PR Welcome!

### Which Cloudflare product does this pertain to? Speed ### Existing documentation URL(s) https://developers.cloudflare.com/speed/optimization/images/mirage/#enable-mirage https://developers.cloudflare.com/fundamentals/reference/policies-compliances/content-security-policies/#product-requirements ### What changes are you suggesting? In the "Enable Mirage" section of the mirage documentation,...

documentation
content:edit
product:speed

### Description Values provided to `WebAuthenticatorResult` as an `Uri` are not properly url decoded. ### Steps to Reproduce 1. Use `WebAuthenticator.AuthenticateAsync` to navigate to some authentication endpoint which callback uri...

fix #3355 Possible breaking changes: - A thread synchronization timeout may now occur in case of transaction scope timeout, throwing an additional exception. The additional throw can be disabled through...

t: Fix
possible breaking change

A non-inverse `one-to-one` mapped as `lazy="no-proxy"` is not actually lazy, it is eager loaded. This is not the same than #1087, which is about the `lazy="proxy"` case, which is considered...

t: Bug
c: Core
p: Minor

SqlInsert/UpdateBuilder AddColumn overloads taking a value have a SQL injection vulnerability, and have no usage.

c: Core
p: Minor
t: Task