输入类型=“文件”无法从 Chrome 扩展程序中打开文件浏览器
我不确定这是一个错误还是我错过了一些简单的事情...... 这是一个简单的测试用例。 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个错误,记录在 http://crbug.com/98920
This is a bug, logged at http://crbug.com/98920