You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Charly,
first: I appreciate your amazing job!
I just stumbled about an issue. If I put HTML text in a JLable with 3.5 or 3.5.2 it seems to ignore some styling. In 3.4.1 and the older releases (3.2, 3.1, 3.0) I used it worked as expected.
I have tested the issue right now on Linux Mint XFCE 22, Adoptium Java 21 and MacOS ARM 14.7 Java 21.
I attached the HTML (appending as code seems to have issues here) example_html.txt
looks now like that :
and before it was ok:
All the best
Frank
The text was updated successfully, but these errors were encountered:
This is because FlatLaf does not recognize the <style type='text/css'> tag and inserts <head>...</head> before the styles, which makes the HTML invalid and the table styles become part of the body text.
Hi Charly,
first: I appreciate your amazing job!
I just stumbled about an issue. If I put HTML text in a JLable with 3.5 or 3.5.2 it seems to ignore some styling. In 3.4.1 and the older releases (3.2, 3.1, 3.0) I used it worked as expected.
I have tested the issue right now on Linux Mint XFCE 22, Adoptium Java 21 and MacOS ARM 14.7 Java 21.
I attached the HTML (appending as code seems to have issues here)
example_html.txt
looks now like that :
![Label_with_3_5](https://private-user-images.githubusercontent.com/36103811/382752004-120f1ee8-71af-41b5-8298-10a4f6dd8835.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTMyODYsIm5iZiI6MTczOTY5Mjk4NiwicGF0aCI6Ii8zNjEwMzgxMS8zODI3NTIwMDQtMTIwZjFlZTgtNzFhZi00MWI1LTgyOTgtMTBhNGY2ZGQ4ODM1LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA4MDMwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ1N2M1MTA5MjYwMTYyMDM0MDdjZTVlYzE5ZDIyOTc1MGIyODg0ZmJiNDhhYzM4ZTExY2JjMmI4NjNiODVmZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.7oxvAIwgobr54-g569hrA7JMYYAEajQ28jJPXA8NdkE)
and before it was ok:
![Label_with_3_4_1](https://private-user-images.githubusercontent.com/36103811/382752152-e91efa8a-56c5-40c7-b535-b65fb1815e69.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2OTMyODYsIm5iZiI6MTczOTY5Mjk4NiwicGF0aCI6Ii8zNjEwMzgxMS8zODI3NTIxNTItZTkxZWZhOGEtNTZjNS00MGM3LWI1MzUtYjY1ZmIxODE1ZTY5LmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDA4MDMwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ1ZDBlMDNkYjIzNTliMWY4MjQ4MGExMjk0N2Y0OTVkNWY1MWE2MDdjNDViNjMzMTYzMGM1MDRiODUxNDM2NjcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.1vqW0iPSX8UF6voSPie3NQaQTvUFIMokbyjVn9Pknjg)
All the best
Frank
The text was updated successfully, but these errors were encountered: