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!

Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

Firefox 64.0 version does not render Excel files correctly in the Potix ZK Spreadsheet 2.5 version component

  • 2 ответа
  • 1 имеет эту проблему
  • 5 просмотров
  • Последний ответ от rafal.kumorek

more options

Rendering of Excel report using ZK Potix Spreadsheet 2.5 version component is totally messed up in Firefox 64. Using Firefox 63 everything was OK. I can share saved HTML files for reproducing the problem.

Rendering of Excel report using ZK Potix Spreadsheet 2.5 version component is totally messed up in Firefox 64. Using Firefox 63 everything was OK. I can share saved HTML files for reproducing the problem.
Приложенные скриншоты

Изменено rafal.kumorek

Выбранное решение

Yeah, I know that jscher2000. ZK Potix told me the same. I registered the issue on Firefox Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1513914

They resolved my problem and presented workaround.

CSS display:-moz-inline-box was removed in Firefox 64 It should be used display:inline-flex

As workaround users can toggle: layout.css.xul-box-display-values.content.enabled in about:config

Прочитайте этот ответ в контексте 👍 0

Все ответы (2)

more options

Do you have the option to update the component? The release notes show 2.5 was released more than six years ago and therefore later changes to Firefox may have made them incompatible with one another.

https://www.zkoss.org/product/zkspreadsheet/releasenote/3.9.3

This demo seems fine in my Firefox 64. How about yours:

http://zssdemo.zkoss.org/zssdemo

more options

Выбранное решение

Yeah, I know that jscher2000. ZK Potix told me the same. I registered the issue on Firefox Bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=1513914

They resolved my problem and presented workaround.

CSS display:-moz-inline-box was removed in Firefox 64 It should be used display:inline-flex

As workaround users can toggle: layout.css.xul-box-display-values.content.enabled in about:config

Изменено rafal.kumorek