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

fix #5766: 通过FormMain#PageChange调用(例如自定义主页按钮的切换页面EventType)调出反馈/投票弹窗时会导致异常及RadioButton的不正确选中 #5770

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Open-KFC
Copy link

@Open-KFC Open-KFC commented Mar 2, 2025

涉及的原有行为更改:在FormMain.xaml.vb#PageChange中将切换为主页面以及更改选中的RadioButton的逻辑(如下)挪到了Select块(创建将要打开的主页面以及选中将要打开的子页面)之后以允许判断。

'切换到主页面
PageChangeExit()
IsChangingPage = True '防止下面的勾选直接触发了 PageChangeActual
CType(PanTitleSelect.Children(Stack), MyRadioButton).SetChecked(True, True, PageNameGet(PageCurrent) = "")
IsChangingPage = False

…调出反馈/投票弹窗时会导致异常及RadioButton的不正确选中
@LTCatt LTCatt added 处理中 开发者正在调查或处理该项 · Bug 🟩 低 优先度:低 labels Mar 2, 2025
@LTCatt
Copy link
Member

LTCatt commented Mar 2, 2025

fix 部分可以写在正文里,这样 github 才能自动识别。
也非常感谢 PR 了!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
· Bug 处理中 开发者正在调查或处理该项 🟩 低 优先度:低
Projects
None yet
2 participants