Jonas Lauschke

Results 8 comments of Jonas Lauschke

You might want to consider the GNU FDL (Free Documentation License) as it is intended to be used for documentation and books. https://www.gnu.org/licenses/fdl.html

This issue is caused by a bug upstream (https://bugs.webkit.org/show_bug.cgi?id=265857). It may be worked around with a script similar to the following, after the elements have been created: ```js let draggableElements...

This issue also occurs for me: Environment: Dioxus version: 0.4.0/git main Rust version: 1.73 OS info: Gentoo Linux App platform: desktop Doing some initial investigation I find the following: The...

I have tried running the provided example using dioxus_web and the bug also occured. I was however able to add an event listener through the web-inspector(using js) of my normal...

I have opened an issue upstream: https://bugs.webkit.org/show_bug.cgi?id=265857

I have found the underlying issue but I'm afraid I don't really understand whats happening in the WebKit code so I guess we will have to wait for the WebKit...

> * [`` has incorrect behavior for built-in `type` action #29071](https://github.com/cypress-io/cypress/issues/29071) Also this issue from 2020 describes the bug: https://github.com/cypress-io/cypress/issues/7775

Maybe @kuceb would like to comment on why this regex is necessary. As far as I understand, it should not cause problems to just emit events for invalid keys when...