Make WordPress Core

Opened 6 weeks ago

Closed 5 weeks ago

Last modified 5 weeks ago

#64392 closed defect (bug) (duplicate)

Missing icons in top admin-bar and visual editor for older browsers (firefox 115)

Reported by: timholz's profile timholz Owned by:
Milestone: Priority: normal
Severity: normal Version: 6.9
Component: Toolbar Keywords:
Focuses: ui Cc:

Description

Since wordpress 6.9 icons in the admin-bar at the top and also in the visual editor are missing.
The auto generated admin-bar-rtl.min.css for instance has no effect.
I compared with chrome version 116.0.5845.187. This browser works well.

Change History (5)

#1 @timholz
6 weeks ago

Admin-bar: WP-Logo at the top left, the home-icon, the comment icon and the plus icon.
Visual editor: all icons

Last edited 6 weeks ago by timholz (previous) (diff)

#2 @ocean90
6 weeks ago

  • Component changed from General to Toolbar
  • Focuses ui added

#3 @sabernhardt
6 weeks ago

  • Keywords close 2nd-opinion added

Both [60885] and [60806] employed the newer syntax to set empty alternative text for icons in the admin toolbar (and other places such as the Classic Editor).

As @jorbin said in comment:12:ticket:64350 regarding checkboxes,

There is a clear workaround to this issue: Use a browser that WordPress supports.

Based on this clearly falling outside of the current browser support policy and this ticket not being the best place to decide a change to that policy, I think this should be closed as maybelater with the maybe being based on the browser support policy changing at some point in the future.


The partial revert in [61293] was for the dashicons stylesheet itself, because it could be enqueued on the front end. The admin toolbar also appears on the front end for logged-in users, though that is still within the context of WordPress administration and accessing user profiles.

On the other hand, the lack of icons in old browsers can make the About WP menu and Search box very difficult to discover on larger screens, and the toolbar requires icons at sizes narrower than 782 pixels (or zoom equivalent).

#4 @sabernhardt
5 weeks ago

  • Keywords close 2nd-opinion removed
  • Milestone Awaiting Review deleted
  • Resolution set to duplicate
  • Status changed from assigned to closed

#64350 has a patch now to add the old values as a fallback for icons, including those used in the admin toolbar and Classic Editor buttons.

#5 @timholz
5 weeks ago

Great!!!

Note: See TracTickets for help on using tickets.