Skip to content

gtknotebookpageaccessible: do not fallback to child accessible for extents

Samuel Thibault requested to merge sthibaul/gtk:notebookpage_child into gtk-3-24

When the notebook page does not have a label, it should not fallback to asking its child accessible for extent, since the child might be asking exactly the converse when it is a socket, thus getting in an infinite loop. When the page does not have a label, is does not really make sense to give it an extent anyway.

Fixes atk#18

Merge request reports