在直接或通过Google课堂使用Google文档时,某些用户突出显示文字后,“新评论”按钮不会出现。
我在Google Chrome扩展程序中使用此按钮的外观和功能。
用户可以突出显示文本,然后使用工具栏中的“新建注释”按钮,然后会出现一个注释气泡,但是添加注释的按钮通常在突出显示后显示在文档的右侧,只是不显示
当我检查开发人员控制台时,我看到该按钮,但是其不透明度设置为0:
<div id="docs-instant-button-bubble" class="docs-material docs-instant-button-bubble-transformation-ltr" role="button" tabindex="-1" aria-label="Add a comment" data-tooltip="Add a comment" style="top: 1511.4px; opacity: 0;" data-tooltip-suspended="true"><div class="docs-instant-button-bubble-icon-container"><span class="docs-instant-button-bubble-icon docos-icon-img docos-icon-img-hdpi docos-instant-icon-img docos-icon-instant-docos-ltr docos-instant-button-bubble-icon"></span></div></div>
即使我将不透明度设置为1,单击按钮(现在可见)也不会执行任何操作。
用户已禁用所有插件等。组织中的其他用户没有此问题。是什么原因导致Google Doc体验出现这种情况? 任何对研究的帮助/建议都表示赞赏。