Edgewall Software

Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#8705 closed defect (worksforme)

Trac Description Overflow — at Version 3

Reported by: jason.giedymin@… Owned by:
Priority: normal Milestone:
Component: rendering Version: none
Severity: normal Keywords: Trac, Ticket, Overflow
Cc: jason.giedymin@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Using the trac system over at trac.buddypress.org and I just filed a ticket with the app over there. What I noticed is that thee trac system has a similar issue as with our app. :-D

I know, who would actually do this? I don't know but someone did it on the test site…

Test Description: "0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

Note

Could be alternatively wrapped into a {{{...}}} block, as:

"0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"

Change History (3)

comment:1 by anonymous, 15 years ago

In a case like this, one thing you can do is use

overflow: hidden

This is what we've submitted to the live app.

http://trac.buddypress.org/ticket/1132

  • Jason Giedymin

comment:2 by Christian Boos, 15 years ago

I don't know if there's really something we want to do here: in newer version of Trac, you could edit (#454) and fix such issues, and you always could have done so in the description.

Fixing such a display problem (e.g. wrapping the long line in a {{{ ... }}} block so as to get and overflow: scroll block just for that line) is certainly better than having a systematic overflow: scroll or even overflow: auto over the description (and comments, and …).

overflow: hidden is certainly not the way to go for us, at least ;-)

So I'd vote for worksforme, given you could always fix the formatting by doing further edits, if you want to.

comment:3 by Christian Boos, 15 years ago

Description: modified (diff)
Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.