Vote #69539
完了IE 9 can not select issues, does not display context menu
0%
説明
I'm sorry, but I don't have administrative access to the Redmine server to give its version info, so I can't give the detailed information requested from SubmittingBugs
I can verify that the same problem I'm having is present on the official Redmine.org page and demo page, though.
The problem is that, when viewing the Issues page in Internet Explorer 9, many of the UI functions don't work, such as the "select all" checkbox, clicking on (the white space of) individual issues to select them, or right-clicking to bring up a context menu.
Fortunately, these functions still work in IE Compatibility Mode, and in other browsers like Firefox 4, etc.
journals
Upgrading prototype.js that comes with Redmine to the latest release (1.7.0.0) seems to fix the problem with IE9. It's available here:
https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js
Feedback is welcome before committing the upgrade.
--------------------------------------------------------------------------------
Prototype 1.7.0.0 breaks the issue list filters.
--------------------------------------------------------------------------------
Most of the js files look to come from http://script.aculo.us/downloads, shouldn't they be all updated together ?
--------------------------------------------------------------------------------
The problem on the issue list is a pure prototype 1.7 issue, not scriptaculous.
Here is the bug that breaks it: https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/1180 or https://prototype.lighthouseapp.com/projects/8886-prototype/tickets/1212
--------------------------------------------------------------------------------
Apply the patch ? :/
--------------------------------------------------------------------------------
The patch solves the problem indeed. Patched 1.7 prototypejs is attached.
I think this fix is highly needed for 1.1.3.
--------------------------------------------------------------------------------
I'm not very enthusiastic about committing a patched prototype library but I don't see any other option.
I've been using this patched 1.7 for 2 days and didn't find any issue.
--------------------------------------------------------------------------------
Same, with FF4, no glitch seen.
--------------------------------------------------------------------------------
Just wanted to add it works fine in IE10 with Redmine 1.0.3
--------------------------------------------------------------------------------
Prototype ugraded to 1.7.0.0 in r5469.
The patch is no longer required in trunk since the issue filters form is now submitted using a regular form (non-AJAX).
The patch should still be applied in 1.1-stable.
--------------------------------------------------------------------------------
1.1-stable upgraded to the patched Prototype 1.7.0.0.
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,8224,Menu does not show on IE 9 beta