View Issue Details

IDProjectCategoryView StatusLast Update
0001476HTML & PERLBug Report - Interfacepublic2009-03-30 16:50
Reportertwpol Assigned Tofahrenheit  
PrioritynormalSeveritytrivialReproducibilityalways
Status resolvedResolutionfixed 
Summary0001476: [IE] Wishlist release icon has "null" tooltip with AJAX enabled
DescriptionWhen AJAX is enabled, the title attribute on the release status icon in the wishlist gets replaced with the value "null" instead of "".
Additional Informationhttp://static.anidb.net/js/anime3/wishlist.js line 29 (in createTooltips):
        span.title = null;

This can be fixed by changing line 29 to:
        span.title = "";

This shouldn't affect compatibility with other browsers.
TagsNo tags attached.

Activities

fahrenheit

2009-03-30 16:50

reporter   ~0002643

fixed, thanks for the report

Issue History

Date Modified Username Field Change
2009-03-28 19:59 twpol New Issue
2009-03-30 16:50 fahrenheit Note Added: 0002643
2009-03-30 16:50 fahrenheit Status new => resolved
2009-03-30 16:50 fahrenheit Resolution open => fixed
2009-03-30 16:50 fahrenheit Assigned To => fahrenheit