Ticket #1420 (closed defect: fixed)
long unwrappable lines in changeset are partially hidden
| Reported by: | cboos | Owned by: | mgood |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.4 |
| Component: | version control/changeset view | Version: | devel |
| Severity: | minor | Keywords: | diff |
| Cc: |
Description
While checking my recent [1505] commit, I've noticed that lines 131/140 are displayed incorrectly, in inline mode or side-by-side mode.
This is the long line:
- r"(?P<modulehref>!?((?P<modulename>bug|ticket|browser|source|repos|report|query|changeset|wiki|milestone|search):(?P<moduleargs>("(.*?)"|'(.*?)')|([^ ]*[^'~_\., \)]))))", + r"(?P<modulehref>!?((?P<modulename>%s):(?P<moduleargs>("(.*?)"|'(.*?)')|([^ ]*[^'~_\., \)]))))" % _wiki_modules,
It affects both Firefox and Internet Explorer, on Windows.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


