Fix for ClickText in unconventional cases where text is directly in <slot> element, not it's parent or child. Slots do not have offsets etc. so by default they are considered invisible by our visibility check.
...also Mikko's branch fixing tests was merged here
Fix for ClickText in unconventional cases where text is directly in
<slot>
element, not it's parent or child. Slots do not have offsets etc. so by default they are considered invisible by our visibility check.