eclipsesource / eclipsesource/tabris-js

Native client crashes when referencing widget excluded from layout

Open
#2,229 0 comments 0 reactions 0 assignees View on GitHub
bug ios
Dominant language
JavaScript
Stars
1.4k
Forks
171
PR merge metrics
No merged PRs in 30d

Description

### Problem description

When referencing a widget excluded from the layout, the native iOS client crashes.

### Expected behavior

When an edge references a widget that is excluded from layout, it should fall back to `0`, similarly to what happens when the referenced widget is not appended to the widget tree at all.

### Environment

- Tabris.js version: 3.8, nightly
- OS: iOS

### Code snippet

```js
import {Composite, contentView} from 'tabris';

contentView.append(
<$>



);
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.