Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#26377 closed defect (bug) (duplicate)

Dashboard Menu fails to load on Opera Mini

Reported by: kraftbj's profile kraftbj Owned by:
Milestone: Priority: low
Severity: normal Version: 3.8
Component: Administration Keywords:
Focuses: ui Cc:

Description

When viewing any pages in /wp-admin/ while using Opera Mini (tested on Android 4.4 on a Nexus 4), the navigation menu fails to load.

Screenshot: https://cloudup.com/cTXkYwljIMx

Change History (10)

#1 @SergeyBiryukov
10 years ago

  • Keywords ui-focus added
  • Milestone changed from Awaiting Review to 3.8

#2 @iammattthomas
10 years ago

Opera Mini has no support for webfonts, so it can't load Dashicons in their current state. Internet Explorer on Windows Phone 7 is the other major browser with this problem. Supporting these two browsers would require adding javascript that could detect the lack of font-face support (Modernizr does this) and add a body class like .no-font-face (or whatever), then use the .no-font-face class to create fallback styles where we replace the CSS 'content' with a background-image icon.

#3 @samuelsidler
10 years ago

  • Priority changed from normal to high

We should figure out what to do here before freeze. Perhaps broken is okay for Opera Mini and IE on WP7, but we should make sure we're okay with that.

#4 @markjaquith
10 years ago

I am completely fine with this.

Opera Mini is a simple proxied web browser service with a focus on reducing mobile bandwidth. It is not intended to run modern web applications.

#5 @matt
10 years ago

I'm okay with that. As a non-blocker we could improve what people on those browsers see, like a BrowseHappy message.

#6 @matt
10 years ago

  • Priority changed from high to low

#8 @iammattthomas
10 years ago

From talking to the MP6 team about our available options, it sounds like it would take some time to create a tool to reliably export Dashicons to PNGs. We'd want something at least semi-automated so we're not exporting new images by hand every time an icon is added or changed. I think it would be fair to consider this a future enhancement.

#9 @toscho
10 years ago

  • Cc info@… added

#10 @nacin
10 years ago

  • Milestone 3.8 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Same issue as #26369, no support for web fonts. Closing as a duplicate.

Note: See TracTickets for help on using tickets.