Version: 53.0.2750.0
OS: All
What steps will reproduce the problem?(1) Start Chrome with --site-per-process.
(2) Visit http://csreis.github.io/tests/cross-site-iframe.html(3) In DevTools, enter: navFrame("https://csreis.github.io/tests/form-post.html")
(4) Try to click Choose File.
What is the expected output?
The file dialog should open.
What do you see instead?
Nothing happens.
We probably need to move the RunFileChooser logic from RenderView{Host} to RenderFrame{Host}.
With the last CL that has landed, file selection from forms should work, including directories. However, it is known that drag-n-drop does not work with OOPIF, therefore dragging a directory over a file input element does not work for now.
Once we have a canary channel with revision 402007, I plan on removing the blocking label from this bug.
Cc: nasko@chromium.org Owner: ---- Status: Available (was: Started)
Thanks for the ping. I should remove myself and make this one as Available. I haven't done work and have not verified whether the scenario in comment #8 is still broken. If it works, maybe we can close it as fixed?
Comment 1 by creis@chromium.org
, Jun 7 2016