Duplicated tooltip for body field

Created on 13 June 2021, over 3 years ago
Updated 23 February 2024, 9 months ago

When the tooltip have a summary field it has 2 (duplicated) formtips.

πŸ› Bug report
Status

Fixed

Version

1.0

Component

Code

Created by

πŸ‡³πŸ‡΄Norway matsbla

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • First commit to issue fork.
  • Merge request !53218582 - Fix body tips β†’ (Merged) created by AstonVictor
  • Status changed to Needs review 10 months ago
  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    We shouldn't remove the form tip for the summary field.

    There is another issue with the formatted text widget. The description of the field has edit-{FIELD_NAME}-0--description id and we try to get label by [for="' + edit-{FIELD_NAME}-0 + '"] selector that doesn't exist because the field has edit-{FIELD_NAME}-0-value selector.

    I added additional validation for the selector. Please, check if it works for you.

    FYI the body field can have two form tips:
    - description from the help text;
    - info about text formats.

    Note that for the second form tip, I had an empty output because all children $('.filter-guidelines').children() have display:none; style.

  • Status changed to Fixed 9 months ago
  • πŸ‡ΊπŸ‡¦Ukraine AstonVictor

    Merged the MR.

    Changes will be added to the next release.

  • Automatically closed - issue fixed for 2 weeks with no activity.

Production build 0.71.5 2024