← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1459395] Re: Triple click doesn't work

 

** Changed in: oxide
    Milestone: branch-1.13 => branch-1.14

** 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/1459395

Title:
  Triple click doesn't work

Status in Oxide:
  Fix Released

Bug description:
  Double-clicking correctly selects the nearest whole word, but triple-
  clicking should select all of the text in a particular div. This
  currently doesn't work though.

  The issue is that we don't track the click count in Oxide - we rely on
  QEvent::MouseButtonDblClick for detecting if a click is the second
  click, but Qt doesn't provide a way for detecting triple-clicks

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


References