Benjamin Robinet

Results 17 comments of Benjamin Robinet

Hello, I am back at it. How can we set a "simpler" editor @alexander-schranz ? ```js ckeditorConfigRegistry.add((config) => { return { toolbar: ['bold', 'italic'], } }); ``` I would like...

Hello, tried many Node version, but can't build the assets. ``` ERROR in ./node_modules/sulu-admin-bundle/components/Checkbox/Checkbox.js 7:22 Module parse failed: Unexpected token (7:22) File was processed with these loaders: * ./node_modules/babel-loader/lib/index.js You...

Tried to fix this issue adding the correct permission to the manifest through https://github.com/bdebon/youtube-thumbnail-tester-chrome-extension/pull/30 But, as mentioned in this thread https://twitter.com/benjamincodeYT/status/1384487878814801924, the problem is well much more weird. This issue...

![image](https://user-images.githubusercontent.com/2086507/115405874-ee770d00-a1ee-11eb-94c9-6b1fd5f7c4be.png) Using a 1000px container size seems to fix the problem.

I would definitely go for the "in document" / "proxy input" solution. Not sure if it can fix the problem, but deserve a try.

For more technical details: * Create a "proxy input" and add it into the tab document, should probably be hidden, and position: fixed to avoid conflict with Youtube layout. *...

@Jorand I just did a little pen / test case here: https://codepen.io/benjaminrobinet/pen/RwKqwMa It seems to have its chance no ? Well I am not sure to understand the possible issue...

Ohhhh @Jorand well seen... I guess programmatically focus back inside the chrome extension won't work ?...

Yes, it is how Chrome extensions are working... There is no way to keep an extension open when leaving the focus, nothing exists to keep it persisting... So yes, maybe...

oh sorry I thought I closed the other PR. Let me handle it tomorrow