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

객체탐색기에서 속성이나 레이아웃 이벤트 수정 시 반영이 안되는 현상 #293

Open
BaeKeun opened this issue Feb 21, 2023 · 2 comments

Comments

@BaeKeun
Copy link

BaeKeun commented Feb 21, 2023

객체탐색기를 열고 속성이나 레이아웃 이벤트 수정시 즉각 반영되는 부분이 있고 그렇지 않은 부분이 있습니다.

예를 들어 레이아웃에서 가로위치나 세로위치는 수정하더라도 반영이 되지 않습니다.

스케일이나 회전을 조절하면 디버깅 창에서도 즉각적으로 반영되어 보이고 객체탐색기창을 닫아도 그 값이 유지 됩니다.

속성에서 캡슐화 부분의 값을 수정하면 그대로 반영되지만, 배경색이나 태두리 등은 반영 되지 않습니다.

@vulcan9 vulcan9 added the 버그 label Apr 21, 2023
@vulcan9
Copy link
Owner

vulcan9 commented Apr 21, 2023

문제 확인되었습니다.

@vulcan9
Copy link
Owner

vulcan9 commented Mar 11, 2024

원인

#327 (코드 편집창에서 저장시 에러) 원인과 비슷합니다.

  • 레이아웃 측정을 위해서는 Element가 랜더링되고 있는 상태여야 하는데
  • 객체 탐색기를 열기할때 창으로 가려지는 뒤쪽 화면이 비활성화 되면서
  • 위치나 크기에 대한 피드백을 받지 못하기 때문에 정상동작하지 않았습니다.

해결

#327 (코드 편집창에서 저장시 에러) 과 같습니다.

3.3.19 버전(이상)에서 처리(구현) 되었습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants