πŸ‡»πŸ‡³Vietnam @doidd

Account created on 21 August 2011, over 13 years ago
#

Recent comments

πŸ‡»πŸ‡³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.

πŸ‡»πŸ‡³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?
πŸ‡»πŸ‡³Vietnam doidd

doidd β†’ made their first commit to this issue’s fork.

πŸ‡»πŸ‡³Vietnam doidd

doidd β†’ made their first commit to this issue’s fork.

Production build 0.71.5 2024