Skip to content

Restore ComboBox #69

Description

@zwcloud

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions