π¬ | Drupal core | Support displaying a message that correctly validates file uploads for the Gin theme.
π»π³Vietnam doidd
The Gin message template (https://git.drupalcode.org/project/gin/-/blame/8.x-3.x/templates/misc/st...) includes a button tag:
<button type="button" class="button button--dismiss js-message-button-hide" title="{{ 'Hide'|t }}">
<span class="icon-close"></span>
{{ 'Hide'|t }}
</button>
The message is intended to be displayed within the $form['#prefix'] property. However, this property does not allow the display of button tags. Therefore, the message is validated and displayed without the button tag.
π¬ | Drupal core | Support displaying a message that correctly validates file uploads for the Gin theme.
π»π³Vietnam doidd
π¬ | Drupal core | Support displaying a message that correctly validates file uploads for the Gin theme.
π»π³Vietnam doidd
π¬ | Drupal core | Support displaying a message that correctly validates file uploads for the Gin theme.
π»π³Vietnam doidd
π¬ | Drupal core | Support displaying a message that correctly validates file uploads for the Gin theme.
π»π³Vietnam doidd
doidd β created an issue.
π | Gin Admin Theme | Incorrect display of message when validating uploaded files using Gin Admin Theme
π»π³Vietnam doidd
π | Gin Admin Theme | Incorrect display of message when validating uploaded files using Gin Admin Theme
π»π³Vietnam doidd
@saschaeggi, @ufku
As I explained in the description, the issue is not related to the IMCE module.
However, I'm unsure about the best approach for fixing this:
- Should we address this in Drupal core?
- Or should we edit gin message to replace the button tag?
π | Gin Admin Theme | Incorrect display of message when validating uploaded files using Gin Admin Theme
π»π³Vietnam doidd
π | Gin Admin Theme | Incorrect display of message when validating uploaded files using Gin Admin Theme
π»π³Vietnam doidd
π | Gin Admin Theme | Incorrect display of message when validating uploaded files using Gin Admin Theme
π»π³Vietnam doidd
doidd β created an issue.