Page MenuHomePhabricator

[Regression wmf21] Unable to type in label and description field
Closed, ResolvedPublic

Description

Steps to reproduce:

Expected:
The typed text should appear in the text field

Observed:
The input will be cleared immediatly, so it's impossible to insert text there.

It's working on wikipedia's, so it's seems to be a problem in 1.25wmf21

Event Timeline

Florian raised the priority of this task from to Unbreak Now!.
Florian updated the task description. (Show Details)
Florian added a project: TemplateData.
Florian subscribed.
Florian set Security to None.
Catrope renamed this task from Unable to type in label and description field to [Regression wmf21] Unable to type in label and description field.Mar 12 2015, 8:12 PM
Catrope assigned this task to MSchottlender-WMF.

Change 196420 had a related patch set uploaded (by Mooeypoo):
Prevent a dependent property from updating on infinite loops

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

This is happening due to a problem with the commit that introduced optional/dependent properties ( https://gerrit.wikimedia.org/r/#/c/194748/ )

The current fix should correct this bug.

Change 196420 merged by jenkins-bot:
Prevent a dependent property from updating on infinite loops

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

Change 196434 had a related patch set uploaded (by Catrope):
Prevent a dependent property from updating on infinite loops

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

Change 196434 merged by jenkins-bot:
Prevent a dependent property from updating on infinite loops

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

Should be fixed now.