Page 1 of 1

Strange character behaviour

Posted: Mon Apr 25, 2016 12:47 pm
by Huhu
Hej!
I am writing some entries in Swedish, and they have the letter "å". While the "ö", "ä" etc. are all displayed correctly, the "o" on the "å" is shifting a bit to the side, creating a gap between letters ("a°"). Usual font end entry, nothing out of the ordinary.
This is only the case with one single entry, and only on a Windows machine, not on OS X.
Anyone observing such behaviour?
Example "a°"
Example "a°"
a_fel.jpg (42.84 KiB) Viewed 5740 times
With Inspector source:
a_fel_firebug.jpg
a_fel_firebug.jpg (54.22 KiB) Viewed 5740 times
Thanks for any advice!

Re: Strange character behaviour

Posted: Mon Apr 25, 2016 6:14 pm
by yellowled
Huhu wrote:Anyone observing such behaviour?
Is this a publically accessible site? If so, a URL to the entry in question would help narrow it down.

Is this happening in various browsers or just in Firefox? Could be some weird CSS. Also, which version of Windows did you reproduce it under?

YL

Re: Strange character behaviour

Posted: Tue Apr 26, 2016 8:56 am
by Huhu
Browser: Firefox and Windows native (whatever they call IE now).
Systems: Both Win10 and Win7.
:arrow: Link (Sorry did forget that one :shock: )

Thanks!

Re: Strange character behaviour

Posted: Tue Apr 26, 2016 9:46 am
by Timbalu
It's the Verdana font definition in:

Code: Select all

/*======================== Anpassad */

body {
	background-color: #fff8dc !important;
	color: #003366 !important;
	background-image: url(templates/2k11/jaktfalkbilder/falklogo_stor.png);
	background-repeat: no-repeat; 
	background-position: 1% 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}
If you remove it, all is well. :)

Re: Strange character behaviour

Posted: Tue Apr 26, 2016 9:46 am
by wesley
Passing by to give you a data point.

Windows 7 Professional, Korean locale
- IE 11: problem reproduced
- Chrome 49: no problem

iOS 9.3.2
- Safari: no problem

Re: Strange character behaviour

Posted: Tue Apr 26, 2016 9:51 am
by Huhu
Timbalu wrote:It's the Verdana font definition
Very interesting. How come? font problem with windows? EDIT: Ah, found it. A bug ...
Thanks for the tip! Great.

@wesley thanks as well!

Re: Strange character behaviour

Posted: Tue Apr 26, 2016 10:03 am
by Timbalu
Don't know!
Blame Microsoft.
Interesting read is https://en.wikipedia.org/wiki/Verdana