gpt4 book ai didi

css - Microsoft Edge 上的禁用文本框不可选择

转载 作者:行者123 更新时间:2023-11-27 23:07:59 26 4
gpt4 key购买 nike

在我的网页中,我需要一个禁用的文本框来显示内容(很长)。

<input disabled type="text" value="a very long long long text...">

在Chrome中,我们可以选择禁用输入中的文本来滚动查看所有内容。但是,在 MS Edge 中,禁用的文本框似乎不可选,因此无法滚动查看全部内容。无论如何自定义 CSS 以选择 Ms Edge 上禁用文本框上的文本。

最佳答案

实际上,可以从 Edge 中禁用的文本框中选择内容,但它不会像在 Chrome 中那样滚动。

<!DOCTYPE html>
<html>
<body>
<form action="">

Text : <input type="text" name="txt1" value="Video provides a powerful way to help you prove your point. When you click Online Video, you can paste in the embed code for the video you want to add. You can also type a keyword to search online for the video that best fits your document. To make your document look professionally produced, Word provides header, footer, cover page, and text box designs that complement each other. For example, you can add a matching cover page, header, and sidebar. Click Insert and then choose the elements you want from the different galleries." disabled><br>
<input type="submit" value="Submit"><br>
<textarea rows="4" cols="50">
</textarea>
</form>
</body>
</html>

在 Edge 浏览器中输出:

enter image description here

因此,如果您的要求是选择文本,那么您可以在我的测试结果中看到。

如果您的要求是滚动内容,那么目前 MS Edge 浏览器无法实现。作为解决方法,您可以尝试使用 read only 而不是 @Turnip 已经建议的 disabled 。它将允许用户滚动文本框中的文本。

我将尝试通过我们的内部 channel 向 Microsoft 提交有关此问题的反馈。

关于css - Microsoft Edge 上的禁用文本框不可选择,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58658483/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com