#8705 closed defect (worksforme)
Trac Description Overflow
Reported by: | 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 )
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"
Attachments (0)
Change History (4)
comment:1 by , 15 years ago
comment:2 by , 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 , 15 years ago
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
comment:4 by , 13 years ago
Somewhat related: Bug 312156 - implement text-overflow: ellipsis from CSS3 text https://bugzilla.mozilla.org/show_bug.cgi?id=312156&
In a case like this, one thing you can do is use
This is what we've submitted to the live app.
http://trac.buddypress.org/ticket/1132