Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DtOverlay: is jumping on Firefox when mouse move over svg element #339

Closed
bartoszbobin opened this issue Dec 12, 2019 · 0 comments · Fixed by #356
Closed

DtOverlay: is jumping on Firefox when mouse move over svg element #339

bartoszbobin opened this issue Dec 12, 2019 · 0 comments · Fixed by #356
Assignees
Labels
bug A broken behaviour that was working previously has-pr

Comments

@bartoszbobin
Copy link
Contributor

bartoszbobin commented Dec 12, 2019

Bug Report

How to reproduce:

  1. open https://barista.dynatrace.com/components/overlay#tile-overlay in Firefox
  2. mouse hover over dt-icon on turquise background (see gif below)

barista-dt-overlay-jumping

Little jumps in Chrome & Safari

Expected Behavior

DtOverlay should follow pointer

Current Behavior

DtOverlay is jumping

Used Versions:

  • node: 10.15
  • yarn: 1.15
  • typescript: 3.5.3
  • angular: 8.2.12
  • @angular/cdk: 8.2.3
  • @dynatrace/barista-components: 4.15.1

Firefox: 71.0 (64-bit) Windows 10
Chrome: Version 78.0.3904.108 (Official Build) (64-bit)

@bartoszbobin bartoszbobin added the bug A broken behaviour that was working previously label Dec 12, 2019
@tomheller tomheller self-assigned this Dec 17, 2019
@tomheller tomheller added this to In progress in Barista components Dec 17, 2019
tomheller added a commit that referenced this issue Dec 17, 2019
When hovering a SVGElement in firefox the MouseEvent delivered a wrong
value for the placement offset. Added a special code branch that
deals with that issue.

Closes #339
tomheller added a commit that referenced this issue Dec 18, 2019
When hovering a SVGElement in firefox the MouseEvent delivered a wrong
value for the placement offset. Added a special code branch that
deals with that issue.

Closes #339
Barista components automation moved this from In progress to Done Dec 19, 2019
ffriedl89 pushed a commit that referenced this issue Dec 19, 2019
When hovering a SVGElement in firefox the MouseEvent delivered a wrong
value for the placement offset. Added a special code branch that
deals with that issue.

Closes #339
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A broken behaviour that was working previously has-pr
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

2 participants