Opened 11 years ago
Closed 11 years ago
#10919 closed Bug (invalid)
Bug Spaces IE
Reported by: | Fabien | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Hello,
I have a bug in all versions of Internet Explorer but not in other browsers.
My problem is that when you hit the SPACE key several times, I have a char that appears "Â ".
On live test, I add the tab option which replaces four spaces.
My page is in utf-8.
Here is a link test: http://www.pharm-upp.fr/bug.php
Regards, Fabien
Attachments (1)
Change History (6)
Changed 11 years ago by
Attachment: | ScreenShot001.png added |
---|
comment:1 Changed 11 years ago by
I'm not able to debug this on IE right now, but I noticed that there's an encoding problem in Media dialog (label is "Coller le code à intégrer iframe ou embed") . Are you sure that your server is not sending incorrectly encoded files? Meta tag in HTML5 is not enough - source code has to be served correctly too.
comment:2 Changed 11 years ago by
Status: | new → pending |
---|
Yes... I'm even pretty sure that your server is incorrectly configured.
comment:3 Changed 11 years ago by
- I see page has utf-8 encoding but I'm not convinced if your sever does
- HTML that displays localized message for JAWS doesn't show French characters correctly thus you may have some other encoding set on your server. Could you please verify it and leave us a comment.
We recommend utf-8 being set everywhere: Server, HTML page and DB.
comment:4 Changed 11 years ago by
"html_entity_decode" encoded in ISO instead of UTF-8 in the php version installed on the server
problem solved, thank you
comment:5 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Version: | 4.2.1 |
Thanks for the comment. Closing ticket.
ScreenShot001