Edgewall Software

Changes between Initial Version and Version 1 of Ticket #10843


Ignore:
Timestamp:
Sep 10, 2012, 1:56:33 PM (12 years ago)
Author:
framay <franz.mayer@…>
Comment:

I just saw on demo-0.12 that this feature has not been implemented in Trac core yet.

Maybe I can provide a patch for this feature, currently it looks pretty bad, when I add CSS class foldable to h3 or div, like this:

    <h3 class="foldable" id="comment:description">
      Description
      <a href="${href.ticket(ticket.id, action='diff', version=description_change.cnum)}"
         py:if="description_change" class="lastmod trac-diff" title="$description_change.date">
        <i18n:msg params="author">(last modified by ${authorinfo(description_change.author)})</i18n:msg>
      </a>
    </h3>

The foldable arrow is placed after label "Description" … Why that?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10843

    • Property Type defectenhancement
    • Property Summary Description is not foldable anymoreMake all textarea fields foldable
  • Ticket #10843 – Description

    initial v1  
    1 Field `Description` is not foldable / expandable anymore.
     1Make all textarea fields, such as `Description` and custom textarea fields foldable / expandable.