-
Notifications
You must be signed in to change notification settings - Fork 592
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
[Balloon]气泡框定位和箭头对齐问题 #4137
Closed
DorothyGuan opened this issue
Oct 14, 2022
· 2 comments
· Fixed by alibaba-fusion/overlay#22 or #4541
Closed
[Balloon]气泡框定位和箭头对齐问题 #4137
DorothyGuan opened this issue
Oct 14, 2022
· 2 comments
· Fixed by alibaba-fusion/overlay#22 or #4541
Labels
Comments
@bindoon 帮看看吧 |
YSMJ1994
added a commit
that referenced
this issue
Nov 21, 2023
YSMJ1994
added a commit
that referenced
this issue
Nov 23, 2023
YSMJ1994
added a commit
that referenced
this issue
Nov 23, 2023
…4137 (#4541) * test(Balloon): add issue specs for #4137 * chore(Overlay): @alifd/[email protected], close #4137
Fixed at 1.26.34 |
owenchen1004
pushed a commit
to owenchen1004/next
that referenced
this issue
Dec 5, 2023
…libaba-fusion#4137 (alibaba-fusion#4541) * test(Balloon): add issue specs for alibaba-fusion#4137 * chore(Overlay): @alifd/[email protected], close alibaba-fusion#4137
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component
Balloon
Reproduction link
https://riddle.alibaba-inc.com/riddles/54c367d4
Steps to reproduce
首先,问题都出现在气泡框的trigger在视区边缘时。
气泡框的箭头并没有指向trigger:看上去做了边缘检测,气泡框会一直在视区范围内,但是也导致箭头的偏移。align配置应该是针对气泡框边缘的对齐?箭头位置能否相对trigger和气泡框边缘计算得更灵活一点?;
气泡框位置完全乱掉:这里看了下定位用的是position:absolute,弹层的挂载又是可以随着followTrigger而改变的,像例子里面的情况挂载容器本身很小,同时设置了position:relative,直接会影响absolute的气泡框的定位;
The text was updated successfully, but these errors were encountered: