webtrees icon indicating copy to clipboard operation
webtrees copied to clipboard

Pedigree chart left arrow does not show all children

Open makitso opened this issue 2 years ago • 9 comments

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 image image

makitso avatar Jul 13 '22 17:07 makitso

It seems to happen here: aria-labelledby="pedigree-previous-link"

Bogiegit avatar Oct 26 '22 08:10 Bogiegit

There seem to happen a similar issue with the other pull down menu here: aria-labelledby="#chart-box-menu-id-a212d94fa303482687f52111bd233537"

Bogiegit avatar Oct 26 '22 09:10 Bogiegit

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.

fisharebest avatar Oct 26 '22 09:10 fisharebest

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

, 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. —Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you commented.Message ID: @.***>

Bogiegit avatar Oct 26 '22 11:10 Bogiegit

There hasn't been any movement on this issue, still exists. Any fix on the schedule?

makitso avatar Mar 01 '23 07:03 makitso