question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dynamic positioning arrow incorrect after upgrade to 0.7.1

See original GitHub issue

After upgrading to 0.7.1 the dynamic positioning of the arrow became incorrect. Depending on the chosen placement, it adds a top or left attribute to the arrow so it’s contained inside the popper element. It even happens with the most basic readme example together with the css stylesheet provided by popper itself (https://github.com/FezVrasta/popper.js/blob/master/docs/css/popper.css):

<Manager>
    <Target style={{ width: 120, height: 120, background: '#b4da55' }}>
      Target Box
    </Target>
    <Popper placement="left" className="popper">
      Left Content
      <Arrow className="popper__arrow"/>
    </Popper>
    <Popper placement="right" className="popper">
      Right Content
      <Arrow className="popper__arrow"/>
    </Popper>
  </Manager>

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:12 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
souporseriouscommented, Jul 24, 2017

Hahaha right?! I think I’ve finally learned not to be clever even when a language allows it. Fixed in the latest release https://github.com/souporserious/react-popper/commit/ef520ee1213f30d3af3f10c6f5b4a04a888deb73 thanks peeps! 🎉

1reaction
rvk86commented, Jul 25, 2017

Thanks for jumping into this guys, I can confirm it works now 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Dynamic positioning arrow incorrect after upgrade to 0.7.1 #41
After upgrading to 0.7.1 the dynamic positioning of the arrow became incorrect. Depending on the chosen placement, it adds a top or left ......
Read more >
Kalman Filter & Error Computation (4) - YouTube
Dynamic Positioning for Dummies - Kalman Filter & Error Computation (4) This lecture series is intended to explain a simplified "Dynamic ...
Read more >
Safety Alert 11-22: Dynamic Positioning Systems: Don't ...
6 experienced neutral over-voltage alarms that indicated a ground fault after the generator was disconnected from the bus. However, all ...
Read more >
Bug listing with status RESOLVED with resolution UPSTREAM ...
status:RESOLVED resolution:UPSTREAM severity:major · Bug:40457 - "After enabling the OpenGL specturm analyser any atempt to disable it crashes xmms-1.2.9" ...
Read more >
Bloons TD Battles 2/Balance changes
Bloon Trap without Larger Service Area now defaults to "Dynamic Targeting" instead ... Fixed first tutorial progressing incorrectly after Quincy is placed.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found