URL decode class index urls
For some reason Firefox 6 (and I haven't tested any other browser) returns a.href attribute values URL encoded. For example: '#%21/api/OneClick.tld.GridList' %21 is ! When encoded value is passed to handleUrlClick, it is not matched by regexp, and javascript error is generated.
Loading
Please register or sign in to comment