0 Replies Latest reply on Jul 11, 2006 3:26 PM by peterj

    No tooltips for icons in Firefox

    peterj

      I noticed that when viewing the portal in Firefox that the icons, such as those in CMS Manager, don't display tool tips because the images are defined as:

      <img src="/portal-core/images/cms/admin/upload.gif"
       alt="Upload File" border="0"/>


      They should be defined as:

      <img src="/portal-core/images/cms/admin/upload.gif"
       alt="Upload File" title="Upload File" border="0"/>


      Using "alt" as tool tip text is a IE quirk and not standard. Besides, IE doesn't run very well on my Linux box. :-)

      Any chance that this could be changed?

      (I searched for a JIRA issue on this and had no luck, nor did I see any other references to this on the forum.)