Defect #9248
closedcontext_menu causes HTML error with ie8
0%
Description
The context_menu causes HTML error with ie8 on the Roadmap page.
Sequence to reproduce:- Click on the Roadmap tab in a project
- Click on an version item in the Roadmap page
If the version contains bugs, the context menu is loaded and you should see an HTML error on the page.
If I delete the line <%= context_menu issues_context_menu_path %> in app/views/versions/show.rhtml, the context menu is not loaded and no errors notifications on the Roamap page.
Something wrong with the javascript call? Defer=True?
No errors with Firefox or Chrome, only Internet Explorer
- IE8 : 8.0.6001
- Redmine : 1.2.1 stable
- Connection over Https
- Server : Windows 2008 with Apache and Thin
You can see the detail error in the attached file.
Files
Updated by big smookyz about 13 years ago
This is the error message displayed by ie8 after each first call (https 200).
After a first call ie8 uses the cache and doesn't return the error (https 304).
Updated by Etienne Massip about 13 years ago
Can't reproduce with IE8 8.0.6001.18072, I have no javasript error.
It does not feel like a Redmine issue to me, maybe more a configuration issue ?
Check your error logs, your plugins, etc. according to SubmittingBugs.
Updated by Go MAEDA over 9 years ago
- Status changed from New to Closed
I think this issue can be closed because Redmine swhiched from prototype.js to JQuery in Redmine 2.1 (#11445) and javascripts are fully rewritten so current versions of Redmine are unrelated to this issue.
In addition, IE8 will reaches EOL on January 12, 2016: Stay up-to-date with Internet Explorer - IEBlog