#4070 closed defect (duplicate)
cannot view all displayed data
Reported by: | Owned by: | Matthew Good | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | version control/changeset view | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
When viewing changesets/diffs that have long lines, often the text does not wrap around, but instead gets cut off. That forces me to use another method to view the differences for that file.
Attached is a preview of how such a page looks like.
Attachments (0)
Change History (9)
comment:1 by , 18 years ago
follow-up: 4 comment:2 by , 18 years ago
Component: | changeset view → spamfilter |
---|---|
Keywords: | needinfo added |
Owner: | changed from | to
Sorry, that's pretty vague, what "other method to view the differences for that file"?
Also, it seems that the error happens in the SpamFilter, while trying to validate an attachment. What particular version of Trac and version of SpamFilter do you use?
comment:3 by , 18 years ago
Milestone: | → 0.10.1 |
---|---|
Priority: | normal → high |
That error seems to happen also here, see on #2410 for example.
comment:4 by , 18 years ago
Component: | spamfilter → changeset view |
---|---|
Keywords: | needinfo removed |
Milestone: | 0.10.1 |
Priority: | high → normal |
Resolution: | → duplicate |
Status: | new → closed |
Replying to cboos:
… What particular version of Trac and version of SpamFilter do you use?
Well, I must have been the only one to not see that the traceback was happening in t.e.o's Trac ;) There's now a dedicated ticket for the issue with the attachment: see #4087.
So back to the original request: this has been discussed before, see #3052, #1420. In particular, #1420 seems to have been closed wrongly, as the reported problem, similar to yours, is still present.
I'll reopen it.
follow-up: 6 comment:5 by , 18 years ago
That glitch was happening since I started using trac (0.8), and is still there in latest devel #4231. My trac installation is only for viewing local svk mirrors, so I'm not using anything that doesn't get configured automatically during installation. Here you can view the changes in question (trac 0.10).
To me it looks as if there's no line wrapping and the horizontal scrollbar is disabled (so you can't see the data). If viewed correctly, I estimate it should wrap to about 2 or three lines.
comment:6 by , 18 years ago
Replying to anonymous:
Here you can view the changes in question (trac 0.10).
No, works fine for me. Did you try to force reload in your browser. Changesets are cached. If you still have an issue with some specific changeset, then please provide the changeset numbers (and line numbers).
To me it looks as if there's no line wrapping and the horizontal scrollbar is disabled (so you can't see the data). If viewed correctly, I estimate it should wrap to about 2 or three lines.
There's no scrollbar on purpose, and as said above, it actually does wrap to 2 or 3 lines when needed.
follow-up: 8 comment:7 by , 18 years ago
Argh, wrong url; it was supposed to be mob_db.txt
For an example changeset, try this one. I viewed it with Opera, IE and Firefox to make sure. Everywhere it's the same result. Either it just cuts off the line (the first two blocks), or it weakly tries to fake wrapping where it finds a space character (the last block). You can also see how the highlighted text continues to the right.
follow-up: 9 comment:8 by , 18 years ago
comment:9 by , 18 years ago
Replying to mgood:
Replying to theultramage@gmail.com:
For an example changeset, try this one.
You're still running Trac 0.10.
Yes I confirm. I took the diff from this changeset and tried to display it with the patch viewer. It looks a bit weird, as the long lines overlap the page boundaries, but at least everything is visible.
PS: I'm unable to attach the file. You can find it at my webserver
The error: