Project

General

Profile

Actions

Bug #5807

closed

Printing href content inline make mess of printout

Added by NOYB NOYB about 8 years ago. Updated about 8 years ago.

Status:
Resolved
Priority:
Very Low
Assignee:
Category:
Web Interface
Target version:
Start date:
01/23/2016
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:

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) ")"}

Actions #1

Updated by Chris Buechler about 8 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?

Actions #2

Updated by NOYB NOYB about 8 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}

Actions #3

Updated by Chris Buechler about 8 years ago

  • Status changed from Feedback to Confirmed
  • Priority changed from Normal to Very Low

oh literally printing to a printer, I see.

Actions #4

Updated by Jim Thompson about 8 years ago

  • Assignee set to Anonymous
Actions #5

Updated by Anonymous about 8 years ago

  • Status changed from Confirmed to Feedback
  • Assignee changed from Anonymous to NOYB NOYB
Actions #6

Updated by Anonymous about 8 years ago

  • % Done changed from 0 to 100
Actions #7

Updated by Chris Buechler about 8 years ago

  • Status changed from Feedback to Resolved

fixed

Actions

Also available in: Atom PDF