[jboss-user] [JBoss Portal] - No tooltips for icons in Firefox

PeterJ do-not-reply at jboss.com
Tue Jul 11 15:26:46 EDT 2006


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.)

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3957119#3957119

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957119



More information about the jboss-user mailing list