Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: olest on May 14, 2009, 06:00:40 PM

Title: onmouseover not working with IE8
Post by: olest on May 14, 2009, 06:00:40 PM
When using IE8 and default skin the onmouseover doesn't work for any icons except move to trash.
Title: onmouseover not working with IE8
Post by: olest on May 14, 2009, 06:35:22 PM
It seems that the alt tag behave different in IE8 and title should be used.
IE8 and Alt tags for Images (http://www.pcreview.co.uk/forums/thread-3757917.php)

Move to trash only works because of a rcmail.add_label.
Could I add rcmail.add_label for the rest of the icons also?
Title: onmouseover not working with IE8
Post by: Julius Caesar on May 15, 2009, 05:17:46 AM
I also notice a difference when using IE or another browsers. Other browsers use the title-tag, where IE uses the alt-tag.

This should always be the title-tag.
Title: onmouseover not working with IE8
Post by: olest on May 15, 2009, 01:26:38 PM
How do I change the code to process title tags instead of alt tags?
Title: onmouseover not working with IE8
Post by: Julius Caesar on May 27, 2009, 03:33:40 AM
Quote from: olest;19039How do I change the code to process title tags instead of alt tags?

In the file ./program/include/rcube_template.php

Search for :

       // set title to alt attribute for IE browsers

And remove the line:


            unset($attrib['title']);
Title: onmouseover not working with IE8
Post by: Julius Caesar on May 27, 2009, 03:57:28 AM
In addition I've submitted a ticket at RoundCube Trac (http://trac.roundcube.net/ticket/1485874).
Title: onmouseover not working with IE8
Post by: Julius Caesar on May 27, 2009, 06:37:02 AM
This has been fixed in r2548, and the first stable release with this fix will be 0.3-stable.
Title: Application to automatically add title attributes
Post by: crymealake on March 22, 2010, 08:52:02 AM
I found this thread while looking for a solution to missing tooltips in IE8 and Firefox.

In case other Web designers also stumble on this page while looking for a missing tooltip solution, there is a Windows application called Alt&Title that automatically adds alt and title attributes to applicable HTML tags.

Here is the Web page that promotes it...
Title: onmouseover not working with IE8
Post by: Julius Caesar on March 22, 2010, 09:49:29 AM
Quote from: crymealake;26255I found this thread while looking for a solution to missing tooltips in IE8 and Firefox.

In case other Web designers also stumble on this page while looking for a missing tooltip solution, there is a Windows application called Alt&Title that automatically adds alt and title attributes to applicable HTML tags.

Here is the Web page that promotes it...

Alt&Title - Add alt and title attributes to your HTML tags

$19.99 is a lot of money for some minor adjustments. Besides alt and title attributes are two different things.