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

Restore ComboBox #69

Open
7 of 8 tasks
zwcloud opened this issue Nov 21, 2020 · 0 comments
Open
7 of 8 tasks

Restore ComboBox #69

zwcloud opened this issue Nov 21, 2020 · 0 comments

Comments

@zwcloud
Copy link
Owner

zwcloud commented Nov 21, 2020

ComboBox is a common control and should be included in first alpha release. And it will be used by window rectangles inspector.

Popup window issues:

  • Popup window doesn't fill all space of the native window
  • Popup window doesn't respond to mouse click
  • Button rendered in popup window is incorrect
  • layout width is incorret: might be related to the node tree root width
  • Update framebuffer when resizing a native window when rendering text #80 Text in popup window doesn't appear: text framebuffer size not updated
  • implement proper focus behavior of a combo-box drop-down window, when it gets or loses focus

ComboBox issues:

  • Cannot re-open ComboBox pop up window by clicking the drop-down button: fixed at 32670de
  • Rect got in popup window is incorrect, the position of client rectangle of Window should not be considered. Window.GetRect should return a rectangle in the window's local client space. This issue is related to layout of popup window nodes. the key point: combo box button and the popup dropdown list is owned by different native windows

This blocks #63

@zwcloud zwcloud mentioned this issue Nov 25, 2020
19 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant