Files
gerrit/polygerrit-ui/app/elements/shared/gr-textarea
Wyatt Allen 643cc71240 Relay the bind-value-changed event from gr-textarea
The reply dialog listens for bind-value-changed on its textarea so that
the dialog can be repositioned. However, when the textarea had been
upgraded from an iron-autogrow-textarea to a specialized gr-textarea,
the bind-value-changed events were being swallowed. With this change,
gr-textarea's handler for these events relays them for handling above.

Bug: Issue 6768
Change-Id: Ida6ffd37ce37055e260ab196de2e5f5118c0e682
2017-08-02 10:24:33 -07:00
..