Dimitris Grammatikogiannis

Results 187 comments of Dimitris Grammatikogiannis

I wouldn't add another listener into the validate.js. FWIW you can fix this issue by replacing this https://github.com/joomla/joomla-cms/blob/4e6d9ea537ddfabdb357650eb3ea7d696cdc95e4/build/media_source/system/js/fields/joomla-field-user.w-c.es6.js#L142-L146 with this: ```js dialog.addEventListener('joomla-dialog:close', () => { window.removeEventListener('message', msgListener); dialog.destroy(); this.dialog =...

There are no `delayShow` and `delayHide` options in the class function params. https://github.com/joomla/joomla-cms/blob/43293d0603b2faaefb9119e93ae685967ff0eb62/libraries/src/HTML/Helpers/Bootstrap.php#L379 The code above could be changed to accept an array with keys 'hide' and 'show', so the...

@brianteeman it's not about auto show/hide but rather what's the delay duration before showing/hidding the popover: https://getbootstrap.com/docs/5.3/components/popovers/#options

> Closing as not an issue Hmm, there is an issue, users cannot pass individual values for show/hide. The solution should be something along the lines: From: ```php if ($selector...

> espacialy the width and height The width and height are automatically extracted from the original image. The reason is that these values are there so the browser could calculate...

> then I expect them to be applied and not recalculate the original values from the size of the file, right? Nope, the size are always reflect the given image...

@wilsonge I have also a request (is it still xmas? 😅). So, client side Native HTML validation has some quirks with the one that stands out in the case of...

> I'm not touching server side validation in this PR Did you mean client side? Confused

The menu was specifically designed as a minimal entry point. You're reverting this and I'm guessing you have some UX/UI research to back it. Can you share it?

> why not as another option just as we already have an alternative ad,min preset which is basicaly a vertical version of the j3 menu Also if the old school...