Make WordPress Core

Opened 5 years ago

Closed 5 years ago

Last modified 4 years ago

#46732 closed enhancement (wontfix)

Site Health: Introduce CSS for print so accordions print as expanded

Reported by: garrett-eclipse's profile garrett-eclipse Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2
Component: Site Health Keywords: site-health
Focuses: ui Cc:

Description

Hello,

I'm not sure how WP core deals with print but it would be nice if the Site Info and Status Info was displayed on print regardless of it being closed in view.

Thanks

Attachments (1)

Site Health Info ‹ 44675 — WordPress.pdf (102.8 KB) - added by garrett-eclipse 5 years ago.
Print of Accordions is closed.

Download all attachments as: .zip

Change History (10)

@garrett-eclipse
5 years ago

Print of Accordions is closed.

#1 @Clorith
5 years ago

  • Keywords site-health added

Hmmm, I'm not sold on this. We shouldn't change what content you have available when choosing to make a print, the user has made a conscious choice about what is on their screen at that time after all.

#2 @xkon
5 years ago

I agree with @Clorith, I would expect to print whatever I have selected to be visible in my current view as that's what I wanted to give focus at in the first place. Changing that behavior would be confusing in my opinion (and a waste of paper as well) :D .

#3 @garrett-eclipse
5 years ago

  • Keywords close added

Thanks for the feedback @Clorith & @xkon I see your point there for sure, and with the potential introduction of an 'Expand All' (#46731) it would be pretty easy to get a print of all items.

#4 @Clorith
5 years ago

  • Keywords close removed
  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

Closing this out as wontfix as per the discussions above, as we shouldn't change what the user views when they try to print it.

#5 @spacedmonkey
5 years ago

  • Component changed from Administration to Site Health

#6 @pento
5 years ago

In 45609:

Coding Standards: Add missing translator comments to the default themes.

All default themes now have translator comments for all strings with placeholders!

See #46732.

#7 @pento
5 years ago

In 45611:

Coding Standards: Fix instances of WordPress.PHP.NoSilencedErrors.Discouraged.

Noteable changes:

  • The magic_quotes_runtime and magic_quotes_sybase settings were removed in PHP 5.4, so no longer need to be set.
  • Some functions that use external libraries can generate errors that can't be tested for, so are globally allowed to silence errors.
  • Quite a few functions would cause errors if safe_mode was set. This setting was removed in PHP 5.4.
  • Only a handful of header() calls needed corresponding headers_sent() checks for unit tests to pass, but more may need to be added as the nightlies builds are tested.

See #46732.

#8 @pento
5 years ago

In 45612:

Coding Standards: Fix instances of WordPress.NamingConventions.ValidVariableName.UsedPropertyNotSnakeCase.

See #46732.

Note: See TracTickets for help on using tickets.