FusionAuth / fusionauth-issues

FusionAuth issue submission project
https://fusionauth.io
91 stars 12 forks source link

[Bug]: Firefox Template render #2908

Open jandroav opened 3 weeks ago

jandroav commented 3 weeks ago

What happened?

Some theme templates fail to render only in Firefox (latest release and older releases):

image

image

image

Version

1.45.3

Affects Versions

No response

mooreds commented 3 weeks ago

Thanks for the bug report @jandroav ! Have a few additional questions:

Thanks!

jandroav commented 1 week ago

Hello @mooreds !

I am on Firefox 132.0.1 - macOS.

Other templates with the issue:

Other default templates are rendering good.

This a failing one:

[#setting url_escaping_charset="UTF-8"]

<p>An Admin on your team has invited you to join their organization. This invitation expires in 48 hours. Click the following link to get started:</p>

<a href="http://liquibase.fusionauth.io/password/change/${changePasswordId}?client_id=${(application.oauthConfiguration.clientId)!''}&tenantId=${user.tenantId}">
  http://liquibase.fusionauth.io/password/change/${changePasswordId}?client_id=${(application.oauthConfiguration.clientId)!''}&tenantId=${user.tenantId}
</a>

<p>Need help? <a href="https://liquibase.com">Contact Liquibase Customer Success</a>!</p>

I am waiting my team to update to 1.53.3. Do you think it is fixed in that version?

Thanks!

mooreds commented 1 week ago

I am waiting my team to update to 1.53.3. Do you think it is fixed in that version?

I don't know, I'm sorry. I am unable to recreate these, but it does appear you aren't using the default templates (which don't reference liquibase).

Can you see these issues with the default theme or only with the modified theme?