Edgewall Software
Modify

Opened 12 years ago

Closed 9 years ago

#10843 closed enhancement (duplicate)

Make all textarea fields foldable

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.

Attachments (0)

Change History (4)

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?

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

See #10381 for a possible patch for foldable custom textarea fields. But still header "Description" is not foldable.

comment:3 by Christian Boos, 11 years ago

Milestone: undecided

All the tickets for {20} from last year have probably been seen multiple times by now, yet are still to be triaged…

comment:4 by Ryan J Ollos, 9 years ago

Milestone: undecided
Resolution: duplicate
Status: newclosed

Since #10381 addresses approximately the same issue, closing this ticket as a duplicate.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.