Missing contextMenu features
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Oxide |
Triaged
|
High
|
Unassigned |
Bug Description
As of http://
« there's a few use cases that are missing:
- Open link / image / audio / video in new tab / window don't have any way to pass referrer information when appropriate. I'm not sure how best to handle that.
- Copy image to clipboard (for image + canvas)
- Controlling the media element (play / pause / mute)
- Save page (there should be a WebView API for this)
- Reload frame (there should be a WebView API for this).
It's ok to leave these cases unimplemented for this iteration, but we should have follow up bugs for them. »
Let’s use this bug report to track the implementation of those features (if relevant we can split in several bug reports for each feature).
Changed in oxide: | |
assignee: | nobody → Olivier Tilloy (osomon) |
importance: | Undecided → High |
status: | New → Triaged |
tags: | added: contextmenu |
Changed in oxide: | |
assignee: | Olivier Tilloy (osomon) → nobody |
One additional thing to add: in tst_WebView_ contextMenu. qml, tests for cut/copy/paste functionality are missing. Clipboard support landed in trunk, so those can be implemented now.