Ticket #3131 (closed defect: fixed)
Opened 6 years ago
Last modified 3 years ago
links in report should not be displayed as block
| Reported by: | itsme@… | Owned by: | rblank |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.11.2 |
| Component: | report system | Version: | 0.9.5 |
| Severity: | minor | Keywords: | css |
| Cc: | itsme@… | ||
| Release Notes: | |||
| API Changes: | |||
Description
the 'display:block' css attribute causes a newline after every link
in a 'description' column in the report view.
this can be fixed by removing line 36 from report.css:
.tickets tbody td :link, .tickets tbody td :visited { display: block }
i only checked this with firefox 1.5, not sure how this works with other browsers.
Attachments
Change History
comment:1 Changed 5 years ago by sid
- Resolution set to duplicate
- Status changed from new to closed
comment:2 Changed 5 years ago by itsme@…
It is not the same issue, #2683 is probably an issue with spaces in the templates.
this ticket is an issue with how a browser renders the html+css
example:
when i have a report with a field named 'description', like this:
select type||' #'||id||' '||description||' 'as description, filename, size,
time as t, author, ipnr from attachment where type='ticket'
and a link in that field, the display: block directive causes this to be rendered like this:
ticket #20 example executable
instead of like this:
ticket #20 example executable
comment:3 Changed 5 years ago by sid
- Resolution duplicate deleted
- Status changed from closed to reopened
Oops, my mistake.
comment:4 Changed 5 years ago by cboos
- Component changed from browser to report system
- Keywords css added
- Milestone set to 0.11
- Owner changed from jonas to cboos
- Severity changed from normal to minor
- Status changed from reopened to new
comment:5 Changed 3 years ago by rblank
- Owner changed from cboos to rblank
This has been fixed in trunk in [7563]. Should I also backport it to 0.11-stable?
comment:6 Changed 3 years ago by cboos
- Milestone changed from 0.11.3 to 0.11.2
Just the fix to report.css? Yes, I think it's OK to backport.
comment:7 Changed 3 years ago by rblank
- Resolution set to fixed
- Status changed from new to closed
Backported to 0.11-stable in [7576].



Duplicate of #2683.