Page 1 of 1

Reflector Dropdown Change

Posted: Thu Aug 06, 2020 10:53 pm
by M7SIS
Has anyone implemented this change?
When you select a reflector from dropdown it maps to default instead of the selected one

Re: Reflector Dropdown Change

Posted: Fri Aug 07, 2020 3:13 pm
by AF6VN
That tends to be standard behavior for all drop-downs in the GUI frameworks that I've been exposed to.

Drop downs are handled at the HTML level, in the browser. The initial value along with the list of choices are populated when the page is sent to the browser. After that, the browser uses whatever value is currently in the window as the starting point for the drop down.

Re: Reflector Dropdown Change

Posted: Fri Aug 07, 2020 11:39 pm
by M7SIS
Sorry what I described originally is the opposite of what I meant, the dropdown as it is it shows the default instead of the selected.
That is how currently is, it needs to be the other way around showing the selected instead of the default one

Re: Reflector Dropdown Change

Posted: Sat Aug 08, 2020 3:18 pm
by AF6VN
Ah... and I should have actually checked the behavior before responding -- I tend to only lock onto REF030C (or change via my radio itself, which is almost faster than scrolling the drop-down).

Looking now, the drop-down appears to be populated with <default>, "Text Entry", then the alphabetical list of reflectors, and the drop-down appears to always start at the top.