Hi there,
I have encountered some not-so-severe technical glitches on this forum site which I would like to report. To my opinion, their fix should not take too much effort. But the priority is low, as these errors do not hinder usage of this forum.
[*]
1. According to the documentation in "Help" (at the top of the forum page) under "11) Smileys / Emoticons" the link to
http://forum.aceboard.net/smileyperso.p ... &mode=voir is supposed to show all available smileys uploaded by users. But there is not one smiley to see, just the empty forum page is shown.
[*]
2. The same is true on the page where you post a message or reply to a post and when you click on the left side for smileys on "Customed smilie" below "Choose a category". You are referred to the same link as above --- with the same result: None.
[*]
3. When composing a private message, the area for smileys on the left side is lacking the scroll bar. This way the choice for smileys is very limited.
[*]
4. When composing a private message, in some contexts the letter "i" (after submitting the message) is automatically replaced by the letter "i" with two dots above. This is the case for the word "scrïpt", and it might be the case for other words as well. Although it does not really hinder the reading of the text, it makes it very difficult e.g. if you want to post a fragment of code for readers to cut-and-paste the code into their games. For an example, see my post on
http://sharks-lagoon.aceboard.fr/p-2153 ... tm#id87306[*]
5. When browsing the forum with Internet Explorer and moving (not clicking) the mouse over the icons for "User profile", "Send a private message", etc. of a post (on the right upper side of each individual post), a tooltip is shown with a text that shortly explains the meaning of these icons. While browsing with Firefox, this text is not shown. Now the problem is not within Firefox, and I will explain why.
When displaying an image in HTML, you usually use the construction

. The
alt attribute is mandatory and it's meaning according to the standard is to provide an alternative text in case the image can not be displayed for some reason. The attribute
title is meant to provide a tooltip explanation of the icon. Now in case there is no
title attribute, the Internet Explorer instead displays the text of the
alt attribute as a tooltip. This is wrong according to the standard. The Firefox browser's behavior is correct.
It seems that the implementation of icons on this forum site does not contain the
title attribute. As the text in the tooltip on this forum site apparently is meant as an explanation of the icon (which makes very much sense), it should be provided as a
title attribute as well, so the advice is:
PROPOSED FIX:In every
![]()
tag, add a
title=".." attribute that has the same text as the
alt attribute within this tag. Then this site is conforming to the standards, and all browsers (and users) will live happily ever after.
Thank you for reading, and best regards,
qbv8
