W7 Beta 14 - Nothing renders in the browser inside the button

I had already pointed this out in beta 13.

Blockquote
W7 beta 13 - Spinner Disappears in Browser - Wappler General / Bugs - Wappler Community

I noticed that not only the spinner, but also "badge", "font awesome icon", "spinner", do not render in the browser, they are deleted.

I tried it on the local Wappler server and now in beta 14 I am testing it on docker. The problem is the same. Has anyone else noticed this? Or do I need to change the way I apply it?

Maybe it's in a way you are using it? I have no problems at all with buttons showing font awesome icons anyways. I'd try removing them one by one and see which one is causing your problem.

Also is it just one button you are having the issue with or all buttons? Maybe supply some code here.

Double check that your Font Awesome icon code is correct regarding what version of Font Awesome you are using.

Based on your comment, I started a new project with just the button and the spinner. It's ok, it works perfectly.

Font Awesome icon is correct.

It's not a bug anymore, but the project was working normally in the previous betas. I'll have to reevaluate everything to see what's causing the internal element of the button to be retracted. Now I think it's hard to find the cause of the problem.

Every day that passes I see that life has more to teach us than we imagine.

How stupid I am, the button had a dynamic inner HTML for a text when the form was inactive and another when the form was being executed. Something like "send" when inactive and "sending" when executed. It turned out that since the inner was dynamic it removed everything inside, to only include the tag above.

Sorry, and thank you for your attention. The people here are always helping in any way they can.

And I will continue.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.