[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 12:59:46 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64580
--- Comment #93 from Adam Barth <abarth at webkit.org> 2011-07-26 12:59:45 PST ---
To save a round-trip, if you're suggestion is to use isSynthetic, that's not a good design. We tried that approach with user gestures, and it was a mess because folks need to correct handle the bit in many places and the consequences are subtle. As an example, our implementation of isSynthetic is currently wrong in a couple places which I found by inspecting the code. The trail of tears from that sort of design is why I ripped out wasUserGesture.
The model Hixie suggests in Comment #79 is a better approach for implementing that behavior (assuming we want to implement that behavior).
--
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