[Webkit-unassigned] [Bug 75385] [Qt] Programmatic file upload

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 10 19:47:46 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75385


Matt Horan <matt at matthoran.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt at matthoran.com




--- Comment #1 from Matt Horan <matt at matthoran.com>  2012-12-10 19:50:10 PST ---
We were able to trigger the events required to open the file dialog in capybara-webkit here: http://git.io/izIfYA.  This worked with Qt 4.8 but no longer works in Qt 5.0.

In Qt 5.0, we must trigger native mouse events, which is quite cumbersome as it requires finding the element position on screen, scrolling it into view, and then triggering the event.

In either case, we must still have a way to trigger the expected mouse events, in the event that a developer using capybara-webkit is testing that those events are being triggered.  However, a programmatic method for uploading files would be handy, seeing as all current approaches seem a bit brittle.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list