Edgewall Software

Opened 12 years ago

Last modified 9 years ago

#10843 closed enhancement

Make all textarea fields foldable — at Version 1

Reported by: framay <franz.mayer@…> Owned by:
Priority: normal Milestone:
Component: ticket system Version: 1.0
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by framay <franz.mayer@…>)

Make all textarea fields, such as Description and custom textarea fields foldable / expandable.

Change History (1)

comment:1 by framay <franz.mayer@…>, 12 years ago

Description: modified (diff)
Summary: Description is not foldable anymoreMake all textarea fields foldable
Type: defectenhancement

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?

Note: See TracTickets for help on using tickets.