← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1569315] Re: Scrolling performance is dreadful after text has been selected

 

** Changed in: oxide/1.15
       Status: Fix Committed => 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/1569315

Title:
  Scrolling performance is dreadful after text has been selected

Status in Oxide:
  Fix Released
Status in Oxide 1.15 series:
  Fix Released

Bug description:
  I just noticed this - after selecting text with the mouse (I haven't
  tried this on the phone yet), scrolling becomes very laggy. It
  normally doesn't recover after cancelling the selection.

  chrome://tracing shows the UI thread is blocking for ~50ms periods in
  MessageLoop::RunTask, which isn't particularly helpful. The task being
  executed was posted from
  IPC::ChannelProxy::Context::OnMessageReceivedNoFilter, so it's
  basically a message handler somewhere that's responsible.

  Bug 1565280 would really help here.

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


References