momijizukamori / bookbinder-js

A JS application to format PDFs for bookbinding.
Mozilla Public License 2.0
100 stars 26 forks source link

Bug: Info icon does not render properly #10

Closed jackal-ate-jill closed 1 year ago

jackal-ate-jill commented 2 years ago

This issue may be Mac-specific - I did not encounter it on my Windows machine and have not tested it in other environments.

On my Mac (macOS Monterey 12.2), the small 'info' icon renders as a blank square in Chrome, Safari, and Edge. Firefox shows a square with some characters inside. See screenshots for examples.

Screen Shot 2022-03-07 at 11 50 32 AM Screen Shot 2022-03-07 at 11 56 37 AM

The tooltip information works as-expected, it's just the icon that doesn't display. An icon may need to be bundled in with the app to ensure that it can be displayed properly in different environments.

momijizukamori commented 2 years ago

Hmm, it's using a unicode character there, but it may be OSX doesn't have good fallback fonts for extended unicode handling.

sithel commented 1 year ago

I just replaced with the ℹ️ emoji for now