Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

_handleViewMetricsChanged null pointer exception#448

Open
PROGrand wants to merge 3 commits intoUnityTech:masterfrom
PROGrand:master
Open

_handleViewMetricsChanged null pointer exception#448
PROGrand wants to merge 3 commits intoUnityTech:masterfrom
PROGrand:master

Conversation

@PROGrand
Copy link

@PROGrand PROGrand commented Dec 21, 2020

BUG (at least iOS)

  1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
  2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.

BUG (at least iOS)
1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.
BUG (at least iOS)

    UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
    User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant