New issue
Advanced search Search tips

Issue 872432 link

Starred by 1 user

Issue metadata

Status: Untriaged
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

[Aura Constants] Support float properties.

Project Member Reported by apaci...@chromium.org, Aug 8

Issue description

This is relevant for aura_constants.cc/h.

Currently, we cannot set an aura constant, which are used as window properties, as a float. In ClassProperties, each property is converted to an int64_t, which causes truncation.
 

Sign in to add a comment