← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1313727] Re: Deliver input events that aren't consumed by a renderer back to the webview

 

** Changed in: oxide
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
WebApps bug tracking, which is subscribed to Oxide.
https://bugs.launchpad.net/bugs/1313727

Title:
  Deliver input events that aren't consumed by a renderer back to the
  webview

Status in Oxide Webview:
  Fix Released

Bug description:
  RenderViewItem currently consumes all input events (with the exception
  of some special mouse buttons). However, we need to ensure that events
  which aren't consumed by the renderer propagate up to parent widgets.

  I think this can be achieved by still consuming all events in
  RenderViewItem, implementing
  content::WebContentsDelegate::HandleKeyboardEvent (and related
  functions) and then converting these back to QEvent's.

  This will be required for application keyboard shortcuts to work

To manage notifications about this bug go to:
https://bugs.launchpad.net/oxide/+bug/1313727/+subscriptions


References