We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
edit document
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
As shown in the gif demo.
If you enter a blank character and underline it, the underline will not be displayed.
What is the expected behavior?
Blank characters can show underline
Did this work in previous versions of DocumentServer?
I don't know
DocumentServer Docker tag:
version is 7.0.1.37
# 镜像来源 FROM onlyoffice/documentserver:7.0.1.37 # 设置时区 ENV TZ=Asia/Shanghai ENV DEBIAN_FRONTEND=noninteractive # 设置时区为上海 RUN apt-get update \ && apt-get install -y tzdata \ && ln -fs /usr/share/zoneinfo/${TZ} /etc/localtime \ && echo ${TZ} > /etc/timezone \ && dpkg-reconfigure --frontend noninteractive tzdata \ && rm -rf /var/lib/apt/lists/* # 移除一些插件 RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/youtube RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/translator RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/zotero RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/mendeley RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/thesaurus RUN rm -rf /var/www/onlyoffice/documentserver/sdkjs-plugins/ocr # 移除字体 RUN rm -rf /usr/share/fonts/truetype/dejavu RUN rm -rf /usr/share/fonts/truetype/liberation # 导入中文字体 COPY ./fonts/ /usr/share/fonts/ # 修正hightlight js引用问题 RUN sed -i "s/https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.2.2\/jquery.min.js/vendor\/jQuery-2.2.2-min\/jquery-v2.2.2-min.js/" /var/www/onlyoffice/documentserver/sdkjs-plugins/highlightcode/index.html # 添加中文字号 RUN sed -i "s/{value:8,displayValue:\"8\"}/{value:42,displayValue:\"初号\"},{value:36,displayValue:\"小初\"},{value:26,displayValue:\"一号\"},{value:24,displayValue:\"小一\"},{value:22,displayValue:\"二号\"},{value:18,displayValue:\"小二\"},{value:16,displayValue:\"三号\"},{value:15,displayValue:\"小三\"},{value:14,displayValue:\"四号\"},{value:12,displayValue:\"小四\"},{value:10.5,displayValue:\"五号\"},{value:9,displayValue:\"小五\"},{value:7.5,displayValue:\"六号\"},{value:6.5,displayValue:\"小六\"},{value:5.5,displayValue:\"七号\"},{value:5,displayValue:\"八号\"},{value:8,displayValue:\"8\"}/g" `grep -rwl --include="*.js" "{value:8,displayValue:\"8\"}" /var/www/onlyoffice/documentserver/web-apps/apps` # 固定字体列表高度 RUN sed -i "s/{cls:\"input-group-nr\",menuStyle:\"min-width: 55px;\"/{cls:\"input-group-nr\",menuStyle:\"min-width: 55px;height: 500px;\"/g" `grep -rwl --include="*.js" "{value:8,displayValue:\"8\"}" /var/www/onlyoffice/documentserver/web-apps/apps` # 修改文件缓存时间 # 修改24小时为1小时 RUN sed -i "s/86400/3600/" /etc/onlyoffice/documentserver/default.json EXPOSE 80 443 ARG COMPANY_NAME=onlyoffice VOLUME /var/log/$COMPANY_NAME /var/lib/$COMPANY_NAME /var/www/$COMPANY_NAME/Data /var/lib/postgresql /var/lib/rabbitmq /var/lib/redis /usr/share/fonts/truetype/custom ENTRYPOINT ["/app/ds/run-document-server.sh"]
Host Operating System:
CentOS 7.9
Today, I tried the latest docker image, but it was the same as the old one.
The text was updated successfully, but these errors were encountered:
Hello @nn200433! Thank you for report! I can confirm that the problem exists. I created ticket 66683 in our issue tracker.
Sorry, something went wrong.
Duplicate of #2554.
No branches or pull requests
Do you want to request a feature or report a bug?
report a bug
What is the current behavior?
edit document
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
As shown in the gif demo.
If you enter a blank character and underline it, the underline will not be displayed.
What is the expected behavior?
Blank characters can show underline
Did this work in previous versions of DocumentServer?
I don't know
DocumentServer Docker tag:
version is 7.0.1.37
Host Operating System:
CentOS 7.9
Today, I tried the latest docker image, but it was the same as the old one.
The text was updated successfully, but these errors were encountered: