Hi Scott,
I can't make the reproducer crash on Qt 5.15.9 or on the latest dev (6.6).
The assertion happens in QWidget's destructor, when it wants to exit from the
focus list.
I can imagine two cases, how this assertion kicks in.
* The code path in the if statement right after the assertion h
Im getting an assertion in qwidget.cpp
"d->focus_prev->d_func()->focus_next == this" in Qwidget.cpp line 1443 (Qt
5.15.10)
I realize the response is going to be, create a minimal example, I created a
repo on github with it, it's a simple cmake based project. Any help figuring
this out would be
Hi,
thanks for the answer. OK, I looked at your comment and it seems to be a
bit difficult to implement. Hopefully this can be implement one day, but
I think there are several other accessibility issues more urgent to fix,
and I hope some of them can be fix as soon :)
By the way, thanks a lo