#3439: Autocomplete is not ignorable
-------------------------+--------------------------------------------------
  Reporter:  Ollie       |       Owner:  potlatch-...@…                
      Type:  defect      |      Status:  closed                        
  Priority:  major       |   Milestone:                                
 Component:  potlatch2   |     Version:                                
Resolution:  worksforme  |    Keywords:                                
-------------------------+--------------------------------------------------

Comment(by stevage):

 Two comments:
 1) Is the "tab for skip autocomplete, enter for accept" common? I've been
 using Potlatch for ages and I didn't know about tab. It's not super
 intuitive.

 2) From the code it looks like Escape is supposed to work this way, but
 there's a bug that causes the drop-down to reopen. The cascade of
 triggered events is too complicated for me to fix, but it appears that
 line 1954 of ComboBox.as (ie, Flex code) intercepts the Escape key,
 calling displayDropdown(false)...which causes commitProperties() in
 AutoComplete.as to get called, which reopens the dropdown. Ugh.

-- 
Ticket URL: <http://trac.openstreetmap.org/ticket/3439#comment:3>
OpenStreetMap <http://www.openstreetmap.org/>
OpenStreetMap is a free editable map of the whole world

_______________________________________________
Potlatch-dev mailing list
[email protected]
http://lists.openstreetmap.org/listinfo/potlatch-dev

Reply via email to