BUG:357682
FIXED-IN:2.9.11
Details
Details
Try a table and form with combo boxes, pop up near the screen borders and on other screens than 1st
Diff Detail
Diff Detail
- Repository
- R8 Calligra
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
is all this complexity necessary? seems like the kind of behaviour Qt should handle all on its own!
Comment Actions
Yes it should and it does but in private sub-widgets such as QComboBox's popup. We have no access to its API, at least not in a way that fits to our custom delegate-based Table View.
I also tried to move this logic to KexiUtils but gave up: it becomes complex.