-
Notifications
You must be signed in to change notification settings - Fork 6
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
Form's text inconsistently behind its background #41
Comments
Hmmm, that's bizarre. It shouldn't be necessary for If you can create a minimal working example that exhibits the label intermittently appearing behind the background (admittedly, I know it can be hard to create MWEs of intermittent problems), I'd be interested in looking into that. |
I haven't gotten a minimal example of it yet, however, I have gotten a video example of it happening in my original code, before adding in the |
Interesting development, but one of the times that I loaded the program up WITH the fix that I made, the text was behind the form again! So now we definitely know that it doesn't have to do with |
So I noticed while playing around with
Form
that in some cases its text (itsLabel
) was behind the background, resulting in text not being shown. I also noticed that itsdo_regroup_children
function wasn't defined. Placing the following code in my customForm
class (that always has aBase
and aLabel
) seemed to mitigate this problem, leading me to believe it was a bug:Perhaps the
do_regroup_children
function should be defined in theForm
in the base module?The text was updated successfully, but these errors were encountered: