Page 1 of 1

Bugs in 2.3.0: JS not correctly displayed?

Posted: Fri Jun 26, 2015 4:06 pm
by ong13
Hi

in email settings there seems to be some javascript at work. I notice (next picture), that the color is not being translated correctly by the browser. I (for now) removed the html part from the translation.

click here to see the complete image: http://team-noehring.de/extern/hesk/h1.jpg

Image

Olaf

Re: Bugs in 2.3.0: JS not correctly displayed?

Posted: Sun Jun 28, 2015 5:25 am
by mkoch227
ong13 wrote:Hi

in email settings there seems to be some javascript at work
Are you talking about why you're getting back squares instead of the font icons?
ong13 wrote:I notice (next picture), that the color is not being translated correctly by the browser. I (for now) removed the html part from the translation.

click here to see the complete image: http://team-noehring.de/extern/hesk/h1.jpg

Image

Olaf
It looks like the bootstrap styling is superseding your CSS. Additionally, HTML markup is not rendered in the ghost text (this is a property of HTML, not Mods for HESK).

Re: Bugs in 2.3.0: JS not correctly displayed?

Posted: Sun Jun 28, 2015 6:51 am
by ong13
Hi

no, I do not mean the squares. I know about bootstrap (I m using Opera 12 here for the screenshots - so no problem. Bootstrap is being displayed correctly in "modern" browsers).

I mean, the (please see the full image) html code which is displayed on the page instead of bein rendered. I think this is/could be because JS does not render the variable correctly. In the past I have stubmled accros something like this myself - if I remember corectly.

Olaf

Re: Bugs in 2.3.0: JS not correctly displayed?

Posted: Sun Jun 28, 2015 3:05 pm
by mkoch227
The ghost text will never render HTML, as it only supports plaintext. This is a not a JavaScript thing, but a limitation of HTML itself.