-
-
Notifications
You must be signed in to change notification settings - Fork 123
IE11の場合、チケット作成画面でテンプレ選択の欄が表示されない / Plugin 1.x and latest does not support IE11. #310
Comments
Thank you for contributing to Redmine Issue Templates plugin!' first issue |
Hi. This is because Issue Template version 1.0.0 is using ES6. |
Thank you for checking. I understand that the ES6-IE11 compatibility problem is the cause. How many Redmine users are actually available only in IE11? |
I won't respond until there really is demand. Especially, if users can use other browsers. |
FYI: I am running Redmine for hundreds of corporate customers. About 20% of users access Redmine with Internet Explorer. I have to stay on version 0.3.7 for the time being, but I don't think the plugin should support Internet Explorer because the browser is expected to disappear in the near future. |
@vividtone Thanks for your comments. @y503unavailable And I hope to spent my limited time to evaluate this new feature is really effective or not, and to improve the UI more friendly. To think about polyfill and compatibility will be issues after I confirm this feature is valuable. |
Hi, what's the plan and timeline for resolving this issue? I'm asking because we would like to use this plugin, but some of our customers are on IE11 (corporate policy) so this is currently a blocker. How I see 0.3.7 is recommended for IE11 support, but will that version be supported moving forward? I assume it's better to postpone installing this plugin while the issue isn't resolved in 1.x? |
Hi, @janmashat In Japan, there are still many IE11 users. My plugin 1.x is using not only Vue.js but also HTML5, JavaScript es6, and some API. https://babeljs.io/docs/en/babel-polyfill may help to implement compatibility between IE11 and modern browsers, but I can't say for sure. |
Do I understand correctly that this issue doesn't break IE, just doesn't work with it? In that case I'd think the plugin can be used with mixed browsers from the user side, IE simply has less features. Is it possible to do an early escape of the JavaScript code if it's being run in IE? |
Hi, @truumahn
If you install the latest version (including 1.x), other browsers such as Chrome, Safari, Firefox and Edge may work without any problem.
No. IE11 does not work properly with the latest version (1.0 or later). The latest version of this plugin is using "fetch" API.
And more two parts. Of course, you can replace this fetch API by using XMLHttpRequest or $.ajax. Now I don't have much time and motivation to write the polyfill code only for IE11. |
According to the following page by Microsoft, even Microsoft 365 is going to drop support for Internet Explorer on August 17, 2021. I think people should not use IE11 any longer and developers don't have to spend their time on such an abandoned web browser. |
This is a template to report bug related to redmine issue templates plugin.
You can fill in any format, free style in case report features or questions.
Summary
IE11の場合、チケット作成画面でテンプレ選択の欄が表示されない。
Description
IE11の場合、チケット作成画面でテンプレ選択の欄が表示されない。
Chrome-adminでログイン/チケット作成画面/トラッカー選択/テンプレ選択-OK
IE11 -adminでログイン/チケット作成画面/トラッカー選択/テンプレ選択の欄が表示されない。
(トラッカーの直下が題名になる)
IE11の場合、テンプレの選択肢が表示されないこと以外はエラー表示無し
但し、IE11の開発者ツール/コンソールで下記エラーが発生している。
Environment
Server
Issue Template Plugin 1.0.0
Redmine trunk(4.1.0+修正有 )
Ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux]
CentOS 7.7
Database MariaDB 10.4.11
Rails Env: Production
Client
Windows10-1909,IE11(更新バージョン:11.0.165(KB4530677))
Chrome 79.0.3945.117
These informations are greatly helpful to support quickly.
You can get these informations from Redmine's information page.
(E.g. http://example.com/admin/info)
Visual Proof / Screenshot
When reporting an application error, post the error stack trace that
you should find in the log file (eg. log/production.log).
Screen shot would be also helpful.
Expected Results
Actual Results
Workaround
Please let me know if you have any workaround.
The text was updated successfully, but these errors were encountered: