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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...