Message 1 of 3
[Bug] Text drop down and mouse wheel interaction

Not applicable
01-28-2018
05:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
The text drop down input** appears to change its value when hovered over and the mouse wheel is scrolled - however input changed is not fired and if the input is then clicked on it is apparent that the value has not actually changed.
Personally, I question the value of having this input respond to the mouse wheel but in any case this behavior is clearly a bug.
** text drop down input as in:
<container>.addDropDownCommandInput(id, name, adsk.core.DropDownStyles.TextListDropDownStyle)