webtrees
webtrees copied to clipboard
Pedigree chart left arrow does not show all children
There are eleven children of Johannes and Geertje yet the dropdown only showes one. The position of the dropdown should move up to show all and not go outside the current frame
It seems to happen here: aria-labelledby="pedigree-previous-link"
There seem to happen a similar issue with the other pull down menu here: aria-labelledby="#chart-box-menu-id-a212d94fa303482687f52111bd233537"
The popup menus are created by the popper.js
library. When they are within a scrollable <div>
, they are cropped to the div.
There are lots of configuration options for this library (although we use it indirectly through bootstrap). Maybe there is something we can adjust?
Alternatively, we might be able to adjust the z-index
for the popup. However, adjusting z-index
values often brings unwanted side-effects.
html,body{background-color:#fff;color:#333;line-height:1.4;font-family:sans-serif,Arial,Verdana,Trebuchet MS;}Thank you for your information. It seems there is a difference in handling. The same popup menu called from the pedigree icon on the right side of the boxes used in the pedigree diagram is cropped while it isn't when called in the family book diagram. Bogie Greg Roach schrieb am 26.10.2022 11:38 (GMT +02:00):
The popup menus are created by the popper.js library. When they are within a scrollable
There hasn't been any movement on this issue, still exists. Any fix on the schedule?