codemirror-editor-vue3 icon indicating copy to clipboard operation
codemirror-editor-vue3 copied to clipboard

resize nullpx nullpx 无法触发滚动操作

Open Halecoder opened this issue 1 year ago • 6 comments
trafficstars

Describe the bug

控制台打印 resize nullpx nullpx image

Validations

  • [X] Read the docs.
  • [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.

Halecoder avatar Jun 19 '24 07:06 Halecoder

麻烦提供下复现步骤和版本号

rennzhang avatar Jun 19 '24 07:06 rennzhang

The same thing happens to me. image

image codemir

patricuxi avatar Jul 11 '24 12:07 patricuxi

The same thing happens to me. image

image codemir

Can you provide a reproducible case or complete code? I am unable to reproduce this issue.

rennzhang avatar Jul 14 '24 15:07 rennzhang

I've hit this bug as well using

"codemirror": ">=5.64.0 <6",
"codemirror-editor-vue3": "^2.7.0",

resize nullpx nullpx is only seen when height and width props are null - ie the default.

https://codesandbox.io/p/sandbox/happy-northcutt-ylg489

mantis-toboggan-md avatar Sep 03 '24 17:09 mantis-toboggan-md

I've hit this bug as well using

"codemirror": ">=5.64.0 <6",
"codemirror-editor-vue3": "^2.7.0",

resize nullpx nullpx is only seen when height and width props are null - ie the default.

https://codesandbox.io/p/sandbox/happy-northcutt-ylg489

Thank you for providing the case. I've noticed the issue, but from the case, it seems that only the console output is incorrect, while the rendering is fine. What is the situation on your end? I need to further confirm the issue.

image

rennzhang avatar Sep 04 '24 03:09 rennzhang

@rennzhang correct: rendering is fine, only console output is wrong.

mantis-toboggan-md avatar Sep 04 '24 15:09 mantis-toboggan-md