-
Notifications
You must be signed in to change notification settings - Fork 16
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
[dtk6declarative] 对话框无法拖拽标题栏移动 #190
Comments
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 9, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 12, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 12, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 13, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 13, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 14, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to FeiWang1119/dtkdeclarative
that referenced
this issue
Aug 14, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
FeiWang1119
pushed a commit
to linuxdeepin/dtkdeclarative
that referenced
this issue
Aug 14, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
This was referenced Aug 20, 2024
kegechen
pushed a commit
to kegechen/dtkdeclarative
that referenced
this issue
Aug 22, 2024
change Control to Item, as Control do not let clicks and touches through to items below them. Issue: linuxdeepin/dtk#190
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY | 问题概要
弹出的 DialogWindow 无法通过标题栏拖拽变更对话框位置
DialogTitleBar 内部基于Contrl,可能将鼠标事件截获了。
DTK and OS VERSIONS | DTK&系统版本信息
Distribution: deepin v23 0719
Package: libdtk6declarative 6.0.16+u003
Minimal Reproducible Case Code | 最小复现案例代码
[qmldemo.zip](https://github.com/user-attachments/files/16452516/qmldemo.zip
OBSERVED RESULT | 观察到的结果
点击标题栏无法拖拽对话框
output.mp4
EXPECTED RESULT | 期望的结果
点击标题栏可正常拖拽对话框,期望和Dtk5一致的效果
ADDITIONAL INFORMATION | 额外补充
No response
The text was updated successfully, but these errors were encountered: