yui / yuidoc

YUI Javascript Documentation Tool
http://yui.github.com/yuidoc
Other
891 stars 210 forks source link

Wrong file path in Internet Explorer 11 #378

Open SchmuckerN opened 9 years ago

SchmuckerN commented 9 years ago

If I open the index.html in ie11 and change to the tab 'Modules' the file paths for modules and classes aren't set correctly. The volume's drive letter appears multiple times, e.g. 'K:\K:\', so the page cannot be displayed. If I comment out line 199 in api-list.js ('filter.sendRequest(filter.get('value'))' in method onTabSelectionChange) I have no problems.

okuryu commented 9 years ago

Thanks. I'll take a look.