bug(CodeEditor): 代码编辑器弹窗中显示异常问题 #3188
-
Is there an existing issue for this?
Describe the bugCodeEditor 组件代码无法显示代码:CodeEditor 是放在一个组件里面,然后再页面里面使用弹窗弹出这个包含CodeEditor 的组件。 我做了一个复现示例:请查看zip文件与视频,这个复现示例里面,不知道为什么连首次弹窗代码区域也显示异常,需要按下F12才能显示代码出来。 Expected Behavior正常显示代码内容,不需要按下F12也能够显示出来。 Steps To Reproduce复现代码: 复现视频: QQ2024329-23321.mp4Exceptions (if any)No response .NET Version8.0 Anything else?No response |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
@HongFei-Ye Thank you for reporting. We will give triage later. |
Beta Was this translation helpful? Give feedback.
-
这个问题主要根源是由于组件所需样式未加载导致,由于组件没有高度,所以无法渲染,解决办法 F12 找到网络面板,禁止使用缓存后重新刷新页面即可解决。 组件更新版本 |
Beta Was this translation helpful? Give feedback.
-
实测问题还没解决 |
Beta Was this translation helpful? Give feedback.
@HongFei-Ye
这个问题主要根源是由于组件所需样式未加载导致,由于组件没有高度,所以无法渲染,解决办法 F12 找到网络面板,禁止使用缓存后重新刷新页面即可解决。
组件更新版本
8.0.2
更新内部样式单词拼写错误