Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Om de ûnderfining foar jo te ferbetterjen is tydlik de funksjonaliteit dan dizze website troch ûnderhâldswurk beheind. Wannear in artikel jo probleem net oplost en jo in fraach stelle wolle, kin ús stipemienskip jo helpe yn @FirefoxSupport op Twitter en /r/firefox op Reddit.

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

No overflow-wrap: break-word; support for the Tibetan font, Microsoft Himalaya.

  • 2 antwurd
  • 1 hat dit probleem
  • 14 werjeftes
  • Lêste antwurd fan Garflips

more options

Firefox does not support overflow-wrap: break-word; for Microsoft Himalaya. Chrome & Safari wrap the font properly. It's a unicode problem and has to do with including the proper unicode for the Tibetan syllable division symbol in the library of word break parameters. Go to any website in Tibetan on the Firefox browser and you will see sentences running off the page or creating horizontally scrolling pages. The same website will display fine on Chrome and Safari. If anyone knows of a workaround, let me know. I've tried all the usual suspects. Tibetan uses [U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG] (pronounced tsek) to signal the end of a syllable. This was discussed on Bugzilla - Bug 397597 - and was marked resolved and fixed but it most definitely was not. It was put aside.

Firefox does not support overflow-wrap: break-word; for Microsoft Himalaya. Chrome & Safari wrap the font properly. It's a unicode problem and has to do with including the proper unicode for the Tibetan syllable division symbol in the library of word break parameters. Go to any website in Tibetan on the Firefox browser and you will see sentences running off the page or creating horizontally scrolling pages. The same website will display fine on Chrome and Safari. If anyone knows of a workaround, let me know. I've tried all the usual suspects. Tibetan uses [U+0F0B TIBETAN MARK INTERSYLLABIC TSHEG] (pronounced tsek) to signal the end of a syllable. This was discussed on Bugzilla - Bug 397597 - and was marked resolved and fixed but it most definitely was not. It was put aside.

Alle antwurden (2)

more options

In current Firefox releases the code would be in this file, but I don't know what to look for.

more options

cor-el said

In current Firefox releases the code would be in this file, but I don't know what to look for.

Thanks for the info. That's a bit over my pay grade. I just dabble in PHP and jQuery. :) There is probably a way to use RegEx to add no-width unicode whitespace after the Tibetan syllable delimiter tsek character, U+0F0B, but I don't want to screw up or slow down my Tibetan websites for Chrome and Safari which are actually the more common browsers used by my clients.