Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

onHover for child controls (transaction screen) #216

Closed
Istrebitel opened this issue Oct 25, 2017 · 2 comments
Closed

onHover for child controls (transaction screen) #216

Istrebitel opened this issue Oct 25, 2017 · 2 comments
Assignees
Labels
Enhancement This is a request for something that makes OpenApoc work better or more intuitively Feature Request This is a request for a new thing to be added to OpenApoc Not Yet Implemented This fix or feature is not yet implemented or merged with trunk

Comments

@Istrebitel
Copy link
Collaborator

Basically in transactiion screen when you hover over a complex control it should display the item.
But the onhover event only fires if you hover over the control itelsef, not its children

  • Either we subscribe to control and all its children
  • Or make controls pass their events up, which makes more sense I think?

JonnyH, I need your ideas here

@redv
Copy link
Collaborator

redv commented Nov 6, 2017

I added the class MultilistBox to the project #238
This class allow build hierarchical tree, use "hover" for each item and child separately and can resolve described issue.

@FilmBoy84 FilmBoy84 added Enhancement This is a request for something that makes OpenApoc work better or more intuitively Feature Request This is a request for a new thing to be added to OpenApoc labels Jul 27, 2019
@makus82 makus82 added the Not Yet Implemented This fix or feature is not yet implemented or merged with trunk label Mar 11, 2021
@makus82 makus82 closed this as completed Mar 11, 2021
@makus82
Copy link
Contributor

makus82 commented Mar 11, 2021

moved to Issue #941

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement This is a request for something that makes OpenApoc work better or more intuitively Feature Request This is a request for a new thing to be added to OpenApoc Not Yet Implemented This fix or feature is not yet implemented or merged with trunk
Projects
None yet
Development

No branches or pull requests

5 participants