jQuery 自动扩展文本区域表现得很奇怪

发布于 2024-08-12 03:34:26 字数 255 浏览 5 评论 0原文

我尝试过各种不同的 jQuery 自动增长/扩展文本区域插件,它们在演示页面上都运行良好,但由于某种原因,每当我将它们实现到现有站点中时,它们的行为都非常奇怪,这就是正在发生的情况

:太好了,如果你手动输入文本并在每行后按回车键,但是,如果我复制并粘贴一大块文本,由于某种原因,它会始终将末尾砍掉约 30%,并且它会被简单地切断,没有滚动条,只是被切断。

即使我刷新页面(文本保留在那里),它仍然会被切断。我猜某些 JS/CSS 是冲突的,但我不知道它可能是什么!

I have tried various different jQuery autogrow/expand text area plugins, and they all work good and well on the demo page but for some reason whenever I implement them into my existing site, they act very strange, this is what is happening:

It works great, if you're manually typing in text and hitting enter after every line, however, if I copy and paste a large block of text in, for some reason it consistently chops about 30% off the end, and it's simply cut off, no scroll bar, just cut off.

Even if i refresh the page (with the text staying in there) it still cuts it off. I'm guessing some JS/CSS is conflicting but I have no clue what it could be!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

墟烟 2024-08-19 03:34:26
  1. 到目前为止您尝试过哪些插件?
  2. 如果您使用 Firebug,请尝试监视文本区域的更改。看看它对文本区域的值和高度做了什么
  3. 将文本区域的高度设置为 1000px,看看它是否可以处理“复制/粘贴”并向您显示整个内容。
  1. Which plugins have you tried so far?
  2. If you use Firebug, try and monitor the textarea for changes. See what it does to the value and the height of the textarea
  3. Set the height of the textarea to 1000px and see if it can handle the 'copy/paste' and show you the whole thing.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文