Uploaded image for project: 'Community Platforms'
  1. Community Platforms
  2. COM-18280

Tags are impossible to remove while editing a forum topic

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • None
    • New design - from july 2010 on
    • forums
    • None
    • Firefox 4.0 + Firebug 1.8.0a2

    Description

      When you create or modify a forum topic, you can add tags.

      But when you make a mistake with a tag (misspelling, wrong tag, ...) you just can't remove it.

      The source code show a link with javascript code :

      $(this).parents( 'li').remove();
      

      But the content of the link is empty. So you can't click on it.

      The input is automatically cleared after each tag input, so you can't edit it to correct the tags list (even if you can see the tags separated by commas once you validated the form).

      Currently the only way I've found to remove tags is to edit the DOM with firebug and remove the <li> corresponding to the tag I wish to remove.

      Steps to reproduce
      • Create or modify a forum topic.
      • Type a tag in the input at the end of the form
      • Type a comma
      • The tag is added in a <li>
      • Try to remove the tag

      Attachments

        Activity

          People

            nfrp nfrp
            damz damz
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: