mbari-org / vars-annotation

Video Annotation Application for MBARI's Media Management (M3) software stack
https://docs.mbari.org/vars-annotation/
Apache License 2.0
16 stars 6 forks source link

Adding a "detail" drop down box doesn't work correctly #101

Closed lindakuhnz closed 2 years ago

lindakuhnz commented 5 years ago

Sample: annotated "anchor", want to add "retrieved-by", then pick manipulator. The "to" link doesn't respond to alpha searching; you have to scroll all the way through all equipment to choose manipulator. See screen grab attached.

screen shot 2018-12-18 at 8 14 54 am
hohonuuli commented 5 years ago

The relevant code is at AssociationEditorPaneController.java:132. That combobox has the FilteredComboboxDecorator, which doe the filtering popup, but it may have a bad interaction with the HierarchicalComboboxDecorator. I'll look into it.