+ Reply to Thread
Results 1 to 9 of 9

Thread: onmouseover not working with IE8

  1. #1
    olest is offline Registered User
    Join Date
    May 2009
    Posts
    5
    Downloads
    2
    Uploads
    0

    Default onmouseover not working with IE8

    When using IE8 and default skin the onmouseover doesn't work for any icons except move to trash.

  2. #2
    olest is offline Registered User
    Join Date
    May 2009
    Posts
    5
    Downloads
    2
    Uploads
    0

    Default

    It seems that the alt tag behave different in IE8 and title should be used.
    IE8 and Alt tags for Images

    Move to trash only works because of a rcmail.add_label.
    Could I add rcmail.add_label for the rest of the icons also?

  3. #3
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    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.
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

  4. #4
    olest is offline Registered User
    Join Date
    May 2009
    Posts
    5
    Downloads
    2
    Uploads
    0

    Default

    How do I change the code to process title tags instead of alt tags?

  5. #5
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    Quote Originally Posted by olest View Post
    How do I change the code to process title tags instead of alt tags?
    In the file ./program/include/rcube_template.php

    Search for :

    Code:
            // set title to alt attribute for IE browsers
    And remove the line:

    Code:
                unset($attrib['title']);
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

  6. #6
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    In addition I've submitted a ticket at RoundCube Trac.
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

  7. #7
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    This has been fixed in r2548, and the first stable release with this fix will be 0.3-stable.
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

  8. #8
    crymealake is offline Roundcube Newcomer
    Join Date
    Mar 2010
    Posts
    1
    Downloads
    0
    Uploads
    0

    Default Application to automatically add title attributes

    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...
    Last edited by skaero; 03-23-2010 at 03:10 AM. Reason: Removed link

  9. #9
    Julius Caesar's Avatar
    Julius Caesar is offline Super Moderator
    Join Date
    Oct 2008
    Location
    Netherlands
    Posts
    501
    Downloads
    38
    Uploads
    1

    Default

    Quote Originally Posted by crymealake View Post
    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...

    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.
    Julius Caesar

    You can download the Groupvice4 theme here.
    Sie können Groupvice4 hier herunterladen.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts