Dalimil Hajek

Results 9 issues of Dalimil Hajek

The setup instructions for TypeScript contained an error because of a suggested antipattern (https://nextjs.org/docs/basic-features/typescript) the type must be added to a separate file, otherwise it will keep getting overwritten.

This pull request fixes a couple of CSS bugs in the original plugin. To exactly match our text overlay we must ensure that the two text containers have the same...

Currently seems to be broken. I suspect a change of the Eventbrite order flow. The page refreshes but doesn't redirect the user to the checkout page. I'll try to take...

Facebook uses contenteditables and keeps the text content in JavaScript variables (separately). When I insert my markup, and replace text, their JavaScript immediately restores the previous state (switches back to...

The extension doesn't work for CodeMirror. The CodeMirror plugin uses a textarea only for user input, but then they reflect the text changes in a nicely formatted DOM widget. We...

After initializing the search widget and starting the search inside an iframe that contains textareas, the `width` and `height` CSS properties are initially set correctly but later collapse to 0....

It should be double-checked that Content Security Policy (such as `default-src 'none'; script-src 'self'; connect-src 'self'; img-src 'self'; style-src 'self'; frame-src 'self'; child-src 'self'; object-src 'self';`) doesn't block the standard...

It doesn't allow us to insert marks or any formatting as all inserted content is immediately filtered. The only tag which is not filtered out is `` and Quora uses...

### Checklist - [X] The issue can be reproduced in the [nextjs-auth0 sample app](https://github.com/auth0-samples/auth0-nextjs-samples/tree/main/Sample-01) (or N/A). - [X] I have looked into the [Readme](https://github.com/auth0/nextjs-auth0#readme), [Examples](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md), and [FAQ](https://github.com/auth0/nextjs-auth0/blob/main/FAQ.md) and have not...