Bug 34288 - Preventing default action on cut/copy events should not clear clipboard
Summary: Preventing default action on cut/copy events should not clear clipboard
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Nobody
URL: http://www.quirksmode.org/dom/events/...
Keywords:
Depends on: 34293 40515
Blocks:
  Show dependency treegraph
 
Reported: 2010-01-28 15:32 PST by Daniel Cheng
Modified: 2012-05-14 18:12 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Cheng 2010-01-28 15:32:03 PST
In WebKit-based browsers, preventing the default action in cut/copy still results in the clipboard getting cleared. Ideally, the clipboard should only be cleared if the Clipboard object is "dirty". This also makes WebKit behavior consistent with IE and Firefox.
Comment 1 Ryosuke Niwa 2012-05-01 23:12:25 PDT
Is this still the case?
Comment 2 Daniel Cheng 2012-05-14 18:12:53 PDT
This isn't a problem for Chromium since it clears the clipboard a different way. It still affects the other ports though.