Quantcast
Channel: BugNET Issue Tracker (Moved to GitHub)
Viewing all articles
Browse latest Browse all 2179

New Post: Use with IE8 (jQuery 2.1 issue)

$
0
0
jessop wrote:
Thanks,

I replaced the jQuery files (I think only the .min.js file is used?), but needed to rename jquery-1.11.1.min.js to jquery-2.1.0.min.js in order for it to work.

While checking that the .js files were loading I noticed that there was an image file getting a .404. I think this is from Site.css where a couple of the paths have '../../' instead of '../'
.milestone-group-header {
    text-align: left;
    padding: 5px;
    cursor: pointer;
    padding-left: 40px;
    margin: 10px 0 0 10px;
    background: url(../../images/package.gif) no-repeat 10px 7px;
    min-height: 50px;
}
.calIssuePrivate {
    background-image: url(../../images/lock.gif);
    background-repeat: no-repeat;
    background-position: 3px 3px;
    padding: 3px 0 0 23px;
}
#twitter-button i {
    background: url('../images/icon_twitter.png') center center no-repeat;
}

#facebook-button i {
    background: url('../images/icon_facebook.png') center center no-repeat;
}
Loving the project - many thanks!
Thanks! The milestone group image was updated in the 1.6.313 release, but the lock image wasn't so we will get that one fixed.

Viewing all articles
Browse latest Browse all 2179

Trending Articles