Robbert Brak
Robbert Brak
It appears that Draft is not fully compatible with React 17. The selection state sometimes isn't updated correctly. To reproduce: * Check out the master branch of Draft JS *...
In https://github.com/facebook/fbjs/blob/master/packages/fbjs/src/datatransfer/DataTransfer.js#L97, `getHTML` is returning the 'Text' data from the clipboard (dataTransfer), but this seems incorrect to me. Presumably this is done for IE, which does not support the `text/html`...
### Describe the bug I'm trying to setup Keycloak 18.0.2 in a reverse proxy environment where the HTTPS connection is terminated at the proxy. The admin console is also exposed...
To reproduce, create and run a Node script such as the one below: ``` const chromeLauncher = require('chrome-launcher'); const CDP = require('chrome-remote-interface'); let opts = { connectionPollInterval: 2, chromeFlags: ['--headless'],...
To reproduce: * Use the latest version of Draft (i.e., one that includes https://github.com/facebook/draft-js/commit/634bd297f1646934087051b1149164b01a09a136) * On a recent Android phone with GBoard, open the rich text example (I'm using a...
Same as https://github.com/highcharts/highcharts/pull/9344, but for a different branch of the `getTimeTicks` function. See http://jsfiddle.net/xjrop93q/ for a reproduction scenario. The chart width must be less than about 1200px for the error...
`Rinku.auto_link(%(‘http://example.org’))` produces `‘http://example.org’`. I would have expected it to produce `‘http://example.org’` instead. Similarly for `Rinku.auto_link(%(“http://example.org”))`. These curly quotes should probably be treated the same as their straight cousins `'` and...