You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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:
ComboBox issues:
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 windowsThis blocks #63
The text was updated successfully, but these errors were encountered: