xwing-miniatures-font icon indicating copy to clipboard operation
xwing-miniatures-font copied to clipboard

Microsoft Edge is being horrible

Open haslo opened this issue 7 years ago • 4 comments

Looks like the icons don't always correctly show up in Microsoft Edge. These screenshots are from the list of icons page:

screen shot 2017-03-23 at 01 27 44 screen shot 2017-03-23 at 01 27 22 screen shot 2017-03-23 at 01 27 57

I've received a bug report about this: https://github.com/haslo/lists_juggle_browser/issues/54 - but haven't dug into what's causing the issue.

haslo avatar Mar 23 '17 00:03 haslo

It must be a case problem: U-wing and Upsilon are lower and upper case U respectively. YT-2400 and TIE/FO are lower and upper case O respectively. Kihraxz and TIE Adv. Proto are lower and upper case R respectively.

On Wed, Mar 22, 2017 at 8:31 PM, Guido Gloor Modjib < [email protected]> wrote:

Looks like the icons don't always correctly show up in Microsoft Edge. These screenshots are from the list of icons page:

[image: screen shot 2017-03-23 at 01 27 44] https://cloud.githubusercontent.com/assets/102580/24226701/3c0624fc-0f68-11e7-8269-f4aaf6626021.png

[image: screen shot 2017-03-23 at 01 27 22] https://cloud.githubusercontent.com/assets/102580/24226702/3d0ef842-0f68-11e7-8547-65c43251f133.png

[image: screen shot 2017-03-23 at 01 27 57] https://cloud.githubusercontent.com/assets/102580/24226705/3e79ba82-0f68-11e7-8c19-271b79c117e5.png

I've received a bug report about this: haslo/lists_juggle_browser#54 https://github.com/haslo/lists_juggle_browser/issues/54 - but haven't dug into what's causing the issue.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/geordanr/xwing-miniatures-font/issues/23, or mute the thread https://github.com/notifications/unsubscribe-auth/AJC-2cl8BSrEv5QDf0CBnRoDRDYEbdc9ks5rob1kgaJpZM4Ml_2E .

-- Josh Derksen

armoredgear7 avatar Mar 23 '17 02:03 armoredgear7

xXx_mIcRoSoFt_EdGeLoRd_420xXx

elistevens avatar Mar 23 '17 19:03 elistevens

I have found a solution to this. Instead of using unicode glyph in the css. You shoud use the unicode value. content: "\45" instead of content: "E" for rz2awing. I have tested and it works in latest Chrome, Firefox, Internet Explorer and Edge.

techillin avatar Mar 05 '19 08:03 techillin

A fix for this would be welcome; I'm not an expert on Sass, but it looks like what we've got now is a byproduct of Sass compilation: https://github.com/sass/node-sass/issues/1331

geordanr avatar Mar 06 '19 03:03 geordanr