← Back to team overview

ubuntu-webapps-bugs team mailing list archive

[Bug 1459395] [NEW] Triple click doesn't work

 

Public bug reported:

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

** Affects: oxide
     Importance: High
     Assignee: Chris Coulson (chrisccoulson)
         Status: Triaged

** Changed in: oxide
     Assignee: (unassigned) => Chris Coulson (chrisccoulson)

** Changed in: oxide
    Milestone: None => branch-1.9

** Changed in: oxide
   Importance: Undecided => High

** Changed in: oxide
       Status: New => Triaged

-- 
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 Webview:
  Triaged

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


Follow ups

References