输入类型=“文件”无法从 Chrome 扩展程序中打开文件浏览器

发布于 2024-12-07 19:28:03 字数 575 浏览 0 评论 0原文

我不确定这是一个错误还是我错过了一些简单的事情...... 这是一个简单的测试用例。 index.html 是:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Test file input field</title>
  </head>
  <body>
    <label for="file">File</label>
    <input type="file" name="file" id="file"/> 
  </body>
</html>

清单在弹出窗口中调用它:

"popup": "index.html"

我本来希望在单击“文件”按钮后获得“文件浏览器”,但它在 0.5 秒后消失。 (适用于 Mac 10.6.8 和 Chrome 14.0.835.186)

有什么想法吗?

谢谢...

I'm not sure if it's a bug or something simple that I just missed...
Here is a simple test case. The index.html is:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>Test file input field</title>
  </head>
  <body>
    <label for="file">File</label>
    <input type="file" name="file" id="file"/> 
  </body>
</html>

The manifest is calling it inside a popup:

"popup": "index.html"

I was expecting to get the 'file browser' after clicking the 'file' button but it is vanish after 0.5sec.
(It's on Mac 10.6.8 and Chrome 14.0.835.186)

Any idea?

Thanks...

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

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

发布评论

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

评论(1

妳是的陽光 2024-12-14 19:28:03

这是一个错误,记录在 http://crbug.com/98920

This is a bug, logged at http://crbug.com/98920

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文