biancadanforth / tracking-protection-shield-study

A Shield study to determine the optimal messaging, if any, for Tracking Protection in Firefox.
0 stars 3 forks source link

"Tracking Protection" tooltip is displayed when elements from the panels are hovered #189

Closed SoftVision-CarmenFat closed 6 years ago

SoftVision-CarmenFat commented 6 years ago

[Affected versions]:

[Affected Platforms]:

[Prerequisites]:

[Steps to reproduce]:

  1. Open the browser and navigate to a website (e.g. www.cnn.com).
  2. Click the pageAction Badge.
  3. Hover random elements from the panel and observe the behavior.

[Expected result]:

[Actual result]:

[Notes]:

tooltip everywhere

biancadanforth commented 6 years ago

Okay thanks Carmen; I'll just revert the tooltip for now. XUL elements are weird. In future, I could probably change how I implement the panel so it's not a child element of the pageAction button. I can't control the behavior of when the tooltip shows outside of that, since it's a XUL attribute on the pageAction <toolbarbutton> element. I'll re-open the #187 issue related to this as well.