Bug 34288
Summary: | Preventing default action on cut/copy events should not clear clipboard | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Cheng <dcheng> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | UNCONFIRMED | ||
Severity: | Normal | CC: | adele, enrica, jberlin, oliver, rniwa |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows Vista | ||
URL: | http://www.quirksmode.org/dom/events/cutcopypaste.html | ||
Bug Depends on: | 34293, 40515 | ||
Bug Blocks: |
Daniel Cheng
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Is this still the case?
Daniel Cheng
This isn't a problem for Chromium since it clears the clipboard a different way. It still affects the other ports though.