Page MenuHomePhabricator

InputWidgets should detect the internal .value property and the <input>'s .value property getting desynchronised and do something smart
Closed, ResolvedPublic

Description

Splitting off from T71749.

InputWidgets should detect the internal .value property and the <input>'s .value property getting desynchronised and do something smart.

@eranroz's proposal is that we just re-synchronize in #getValue and Trevor and I like that. Let's do it.

Patch

from T71749#745592 needs to be adapted for other InputWidgets.

Event Timeline

matmarex claimed this task.
matmarex raised the priority of this task from to Needs Triage.
matmarex updated the task description. (Show Details)
matmarex added a project: OOUI.
gerritbot subscribed.

Change 185335 had a related patch set uploaded (by Bartosz Dziewoński):
InputWidget: Resynchronize our internal .value with DOM .value in #getValue

https://gerrit.wikimedia.org/r/185335

Patch-For-Review

@eranroz, I tweaked the patch and submitted it, with you as the author. Please confirm that you're okay with me changes. :)

Change 185335 merged by jenkins-bot:
InputWidget: Resynchronize our internal .value with DOM .value in #getValue

https://gerrit.wikimedia.org/r/185335

Jdforrester-WMF lowered the priority of this task from High to Medium.
Jdforrester-WMF raised the priority of this task from Medium to High.
Jdforrester-WMF moved this task from Next-up to Doing on the OOUI board.
Jdforrester-WMF set Security to None.