Johannes Raggam

Results 44 comments of Johannes Raggam

Btw, I currently solve it like so... in ``jest.config.js``: ``` module.exports = { ... transform: { "^.+\\.[t|j]sx?$": "babel-jest", "\\.(html|xml|svg)$": "/jest-raw-loader.js", }, }; ``` in in ``jest-raw-loader.js``: ``` // jest-raw-loader compatibility...

looking at the video, great! how can this be tested? are there branches in plone repos using contentbrowser instead of relateditems? or should we maybe provide an alias "relateditems" for...

Cool! Sorry I didn't read the ticket description carefully enough.

@MrTango @petschki About sorting the selected items: What do you think about using `pat-sortable` from Patternslib? `pat-sortable` would need to be extended to make use of `MutationObservers` first. Currently the...

I fixed the tests in https://github.com/plone/mockup/pull/1383 the `css.escape` polyfill was needed for jsdom as this is used by tinymce.

@petschki If you think this is ready, just go ahead and merge :)

@yurj @Rudd-O yes, the tinymce-builded folder as well as the components folder are gone. the URL‌ cannot work with current Plone 6 this way. the only occurrence for ``tinymce-builded`` I...

@tkimnguyen I think it's ok to discuss these issues here. Even github reports security alerts prominently at the repositories front page if it's using package.json (see: https://github.com/plone/plone.staticresources ) @sune not...

It should be possible to fix this pattern within the scope of a sprint. The date picker would be the same as the `pat-date-picker`. But how should the time picker...

@erral we were discussing this issue yesterday and came to the conclusion that we want to stay with the native date picker. Moving to a JS picker would destroy the...