Page MenuHomePhabricator

LookupElement not behaving as described due to race condition(?)
Open, MediumPublic

Description

When a user chooses an item from the lookup menu and that item data becomes the value of the textInput, the widget should then produce/populate a new menu of suggested items for that selected value. This is not currently happening.

Event Timeline

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

I debugged this at some point and IIRC this is a race condition where the menu is shown and then immediately hidden from within a setTimeout(…, 0).

Jdforrester-WMF renamed this task from LookupElement not behaving as described to LookupElement not behaving as described due to race condition(?).Mar 22 2016, 6:38 PM
Jdforrester-WMF triaged this task as Medium priority.
Jdforrester-WMF set Security to None.