Bug #5807
closedPrinting href content inline make mess of printout
100%
Description
It's especially bad on pages with an array tab menu. Pretty much takes over the page.
Examples:
?(/help.php?page=index.php)
Show states(diag_dump_states.php)
Believe it's due to this in bootstrap.min.css.
a[href]:after{content:" (" attr(href) ")"}
Updated by Chris Buechler almost 9 years ago
- Category set to Web Interface
- Status changed from New to Feedback
not following what you mean, how do those examples illustrate the problem?
Updated by NOYB NOYB almost 9 years ago
Do a print preview on dashboard and you will see the href content in parenthesis following both the page help icon and the Show states link text.
Where it really gets bad though is on pages with lots of href's. Such as pages with a tab array menu. Printing all the href content can pretty much take over a printed page.
Adding this to pfsense css should solve it.
a[href]:after{content:normal}
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Confirmed
- Priority changed from Normal to Very Low
oh literally printing to a printer, I see.
Updated by Anonymous almost 9 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to NOYB NOYB
Updated by Anonymous almost 9 years ago
- % Done changed from 0 to 100
Applied in changeset 51f336510d4d21c4a69ccf9e8b8ae2107fe7ed06.