[Occurrence Condition]
This issue occurs when Workflow Processing Modal of IM-Workflow is displayed in Google Chrome 88.
[Cause]
At the current investigation phase, it seems that the interpretation of position has been changed in Chrome.
[Workaround]
This issue can be avoided by applying the user module created by the following procedure.
1. Start IM-Juggling, open the target project, and execute Output Static File
https://www.intra-mart.jp/document/library/iap/public/setup/iap_setup_guide/texts/create_war/create_static_file.html
2. Unzip the output zip file and extract the following files
* im_workflow/js/api_base.js
* im_workflow/spa/bundles/js/matters.bundle.js
* im_hichee/im-hichee-workflow.bundle.js
3. Replace the following parts of each file (one at a time, three parts in total)
Before Replacement: dialog.im-wf-modal {\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n
After Replacement: dialog.im-wf-modal {\r\n position: fixed;\r\n top: 0% !important;\r\n left: 0% !important;\r\n transform: none !important;\r\n
4. Create a module project in e Builder and place the modified file in the project
https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/common_function/index.html
Place the modified file in the following location in the project
https://www.intra-
mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/process/index.html#%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%E3%83%BB%E3%83%97%E3%83%AD%E3%82%B8%E3%82%A7%E3%82%AF%E3%83%88%E3%81%AE%E6%A7%8B%E6%88%90
* src/main/public/im_workflow/js/api_base.js
* src/main/public/im_workflow/spa/bundles/js/matters.bundle.js
* src/main/public/im_hichee/im-hichee-workflow.bundle.js
Edit module.xml and add the following dependencies
https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/process/module.html
* id: jp.co.intra_mart.im_workflow
* Version: Version number of the IM-Workflow module
* Minimum version: Version number of IM-Workflow
* Maximum version: Version number of IM-Workflow
* To check the version number of the IM-Workflow module, open juggling.im on IM-Juggling and check a version number of IM-Workflow under intra-mart Accel
Platform -> Standard Application in Base Module tab.
5. Export the imm file and create a user module
https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/common_function/imm_export.html
* For details on how to apply the user module, please refer to this page.
I don’t know how to apply update/patch/user module.
https://global.intra-mart.support/hc/en-us/articles/360055835853-I-don-t-know-how-to-apply-update-patch-user-module-
This matter has been fixed with the following requirement:
Requirement [32752] The display position of the workflow processing modal may shift.
https://issue.intra-mart.jp/issues/32752
The fixed versions are below:
im_workflow-8.0.25-PATCH_002
im_workflow-8.0.26-PATCH_003
im_workflow-8.0.27-PATCH_002
im_workflow-8.0.28 or later
-- Target -----------------------------------------------------------------------
iAP/Accel Platform/8.0.25 - 2020 Spring
iAP/Accel Platform/8.0.26 - 2020 Summer
iAP/Accel Platform/8.0.27 - 2020 Winter
--------------------------------------------------------------------------------
FAQID:1046