英文:
ember-bootstrap: after installing ember-power-select popovers not working correctly
问题
我使用ember-4.12.1创建了一个新项目,并安装了ember-bootstrap(5.1.1)。当我使用BsPopover组件时,它按预期工作。
在安装了ember-power-select(6.0.1)之后,弹出窗口不会显示在相应的对象附近。弹出窗口显示在页面的开头。
有没有关于如何让ember-bootstrap和ember-power-select一起工作的提示?
最好的问候,阿诺
我创建了一个新项目,并安装了ember-bootstrap,然后创建了一个带有BsPopover组件的页面 - 一切都按预期工作。然后我安装了ember-power-select,在同一页面上,弹出窗口没有显示在相应的对象附近,而是显示在文档的开头。
英文:
I created a new project with ember-4.12.1 and installed ember-bootstrap (5.1.1). When I use the BsPopover component it is working as expected.
After installing ember-power-select (6.0.1) the popover is not displayed near the corospending object. The popover is displayed at the beginning of the page.
Any hints how I got ember-bootstrap & ember-power-select work together?
best regards, arno
I created a fresh poject and installed ember-bootstrap and created a page with the BsPopover component - all works as expected. Then I installed ember-power-select and at the same page the popover wasn't displayed near the corresponding object but at the beginning of the document.
答案1
得分: 0
Arno,你遇到了一个真正的错误!
我尝试重现你的步骤,并且能够看到失败。
我已经为你报告了这个错误,附带了截图和重现的链接:
https://github.com/ember-bootstrap/ember-bootstrap/issues/1939
请关注它。如果你在这个问题上被阻塞了,考虑在EmberJS Discord的#e-bootstrap频道上联系@Simon Ihmig
(邀请链接)。
英文:
Arno, you have stumbled into a legit bug!
I have tried reproducing your steps and was able to see the failure.
I have reported the bug here for you, with screenshots and links to my reproduction:
https://github.com/ember-bootstrap/ember-bootstrap/issues/1939
Please follow it. If you're blocked on it, consider pinging @Simon Ihmig
on the #e-bootstrap channel on EmberJS Discord (invite).
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论