Immediate-Mode-UI / Immediate-Mode-UI/Nuklear

combobox unresponsive to mousewheel

Open
#167 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
11.4k
Forks
686
Avg merge
4d 1h
Merged PRs (30d)
3

Description

thought this would be an easy fix, but nooo.
Combobox seems to use something else instead of leveraging nk_panel - which has all the scrollbar behaviour handling inside.
There is a scrollbar that shows up in the combo, however, it does not move with the mouse wheel as it should.
I'm surprised that the combo box is a customized solution, rather than leveraging nk_panel

Is there an easy fix for this, possibly?

thanks

Contributor guide

Open the contributing guide

Research direction

Start by tracing the combobox scrollbar handling and comparing it with nk_panel, which the issue identifies as having scrollbar behavior. Reproduce the mouse-wheel interaction and confirm that the combobox scrollbar moves with the wheel when the work is done.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.