[Webkit-unassigned] [Bug 64580] Add support for download='filename' in anchors
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 26 11:07:44 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=64580
--- Comment #86 from Alexey Proskuryakov <ap at webkit.org> 2011-07-26 11:07:43 PST ---
> I think you are arguing that if we do not add the check for synthetic events in this
> case that we might lead people to depend on being able to use synthetic click events
> to trigger a download. That might make it harder to implement #2.
That's correct, I prefer this check to be implemented upfront for this reason. There is no good reason to land this patch with regression tests using dispatchEvent just to change them the next day, when dispatchEvent stops working.
> I'm assuming the code to check for a synthetic event is fairly trivial?
Yes, adding it in @download code path shouldn't be a significant slowdown to getting this feature implemented and enabled in Chrome. As Adam Barth mentioned in comment 64, there is some investigation to do, but it's unlikely to be very difficult.
--
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