Since a couple of months I have been enduring a quite annoying issue in Flare which I've finally decided to try and tackle, hopefully with some help from this community.
To insert user notifications in topics I have set up a snippet which I then drag into to the topic and convert to text to adapt the wording to the situation.
The snippet holds a table. In the first column I inserted a notice symbol. The 2nd column holds the actual notice text.
If I insert the table into a topic and I click in the notice text cell to start editing everything works find until I use the backspace key to remove a piece of text. With every click of that keyboard button the image in the first column grows in size until it becomes so big that it almost fills the entire window. See attached screenshot.
Only if I right click on the image and explicitly re-apply the style class, the image jumps back to its correct size.
When the issue occurs I don't see any change to the xml code whatsoever. I see the left column visibly change size but the indicated width stays the same.
The image has the following CSS class:
Code: Select all
img.Mid
{
mc-thumbnail-max-height: 50vw;
mc-thumbnail: none;
max-width: 45vmax;
max-height: auto;
I'm not sure if the table properties would play a role here, so I didn't insert that code yet but I can do so if required.
For the past 5 years I've been using this technique to insert notifications and I never had this problem so far.
If anyone can point me in the right direction I would appreciate it.
thank you
Best regards
Dave