Download error in tooltip.js
----------------------------
Key: MASHUP-1084
URL: https://wso2.org/jira/browse/MASHUP-1084
Project: WSO2 Mashup Server
Issue Type: Bug
Reporter: Jonathan Marsh
Assignee: Tyrell Perera
Fix For: 1.5.1
In Firefox 3, using Firebug, there is a failing stylesheet download. The links
are shown below. The second one is apparently added dynamically by tooltip.js.
<link type="text/css" rel="stylesheet" href="css/styles.css">
<link class="undefined" style="display: block;" type="text/css"
rel="stylesheet" href="styles.css" media="screen">
Options:
1) Leave for now, postpone till next release - it doesn't appear to hurt
anything as is.
2) tooltip.js is in the header.jsp, which is included broadly. Is there
anywhere it is used that doesn't already import styles.css? If not, the
AddCss() function could simply be removed.
3) AddCss() could check whether there already is a stylesheet, in which case it
won't add one.
4) Fix the href to be css/styles.css.
If the function stays, we should remove class and style attributes from it -
seems like they might cause validity-related problems somewhere.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Mashup-dev mailing list
[email protected]
http://mailman.wso2.org/cgi-bin/mailman/listinfo/mashup-dev