You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Using the AccessibilityRenderExtension is useful for analyzing accessibility information, but the information added to the side of the screenshot is cropped out when the SHRINK rendering mode is used.
Expected behavior
I would expect for the accessibility information on the side of the screenshot to be included in the cropped screenshot, that is to say that the crop would take into account the size of the accessibility information, even if it was taller than the actual content.
Additional information:
Paparazzi Version: 1.3.3
OS: MacOS
Compile SDK: 34
Gradle Version: 8.6
Android Gradle Plugin Version: 8.3.0
Screenshots
Screenshot using SHRINK:
Screenshot using NORMAL:
I've given fixing this a look and it seems like one of the challenges here is that the accessibility information is a canvas element which can't easily use things like WRAP_CONTENT.
The text was updated successfully, but these errors were encountered:
Ya I think this might not make 1.3.4. Need to figure out a better way to render accessibility information in a layout so we can correctly measure the details view.
Description
Using the
AccessibilityRenderExtension
is useful for analyzing accessibility information, but the information added to the side of the screenshot is cropped out when theSHRINK
rendering mode is used.Steps to Reproduce
Here is an example test:
Expected behavior
I would expect for the accessibility information on the side of the screenshot to be included in the cropped screenshot, that is to say that the crop would take into account the size of the accessibility information, even if it was taller than the actual content.
Additional information:
Screenshots
Screenshot using
SHRINK
:Screenshot using
NORMAL
:I've given fixing this a look and it seems like one of the challenges here is that the accessibility information is a canvas element which can't easily use things like
WRAP_CONTENT
.The text was updated successfully, but these errors were encountered: