Uploaded image for project: 'ShowHide Macro'
  1. ShowHide Macro
  2. SHMACRO-6

ShowHide module duplicate when edit again

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • None
    • 2.0.2
    • None
    • Unknown

    Description

      I find that the show hide module will duplicate once i open the edit view, the showhide source code changes to:

       

       

      {{showhide id="1" showmessage="Show" hidemessage="Hide" effect="appear" effectduration="0.5" style="background-color: #ccc"}}Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible{{/showhide}}

      (% style="background-color: #ccc" %)
      (((
      (% class="showhidebutton" %)
      (((
      html
      <a href="javascript:void(0)" id="showhidebuttontext1" data-show-duration="500.0" data-show-effect="fadeToggle" data-show-message="Show" data-hide-message="Hide">Show</a>
      /html
      )))

      (% class="showhidecontent" id="showhidecontent1" style="display: none;" %)
      (((
      (((
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      )))
      )))
      )))

      (% style="background-color: #ccc" %)
      (((
      (% class="showhidebutton" %)
      (((
      html
      <a href="javascript:void(0)" id="showhidebuttontext1" data-show-duration="500.0" data-show-effect="fadeToggle" data-show-message="Show" data-hide-message="Hide">Show</a>
      /html
      )))

      (% class="showhidecontent" id="showhidecontent1" style="display: none;" %)
      (((
      (((
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      Here is some hidden content that can become visible
      )))
      )))
      )))

      Attachments

        Activity

          People

            camil7 Clemens Robbenhaar
            EarlWang Earl Wang
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: