Skip to content

ControlsExample prints diagnostic in console that something is broken (Ubuntu 22.04) #182

Open
@valeriyvan

Description

@valeriyvan
info: Running 'ControlsExample.generic'
warning: Final window content size didn't match dry-run size. This is a sign that
         either view size caching is broken or that backend.naturalSize(of:) is 
         broken (or both).
      -> dryRunResult.size:       ViewSize(size: SIMD2<Int>(128, 1083), idealSize: SIMD2<Int>(151, 862), idealWidthForProposedHeight: 151, idealHeightForProposedWidth: 1083, minimumWidth: 126, minimumHeight: 1083, maximumWidth: 9.007199254741012e+15, maximumHeight: 1083.0, participateInStackLayoutsWhenEmpty: true)
      -> finalContentResult.size: ViewSize(size: SIMD2<Int>(128, 922), idealSize: SIMD2<Int>(151, 862), idealWidthForProposedHeight: 151, idealHeightForProposedWidth: 922, minimumWidth: 126, minimumHeight: 922, maximumWidth: 9.007199254741012e+15, maximumHeight: 922.0, participateInStackLayoutsWhenEmpty: true)
warning: Final window content size didn't match dry-run size. This is a sign that
         either view size caching is broken or that backend.naturalSize(of:) is 
         broken (or both).
      -> dryRunResult.size:       ViewSize(size: SIMD2<Int>(128, 1083), idealSize: SIMD2<Int>(151, 862), idealWidthForProposedHeight: 151, idealHeightForProposedWidth: 1083, minimumWidth: 126, minimumHeight: 1083, maximumWidth: 9.007199254741012e+15, maximumHeight: 1083.0, participateInStackLayoutsWhenEmpty: true)
      -> finalContentResult.size: ViewSize(size: SIMD2<Int>(128, 922), idealSize: SIMD2<Int>(151, 862), idealWidthForProposedHeight: 151, idealHeightForProposedWidth: 922, minimumWidth: 126, minimumHeight: 922, maximumWidth: 9.007199254741012e+15, maximumHeight: 922.0, participateInStackLayoutsWhenEmpty: true)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions