使用Google Chrome时,IM-Workflow的“工作流处理模态框”的显示位置可能发生偏移。

 
【发生条件】
在Google Chrome 88上显示IM-Workflow的“工作流处理模态框”时发生。

【原因】
在当前的调查阶段,Chrome中position的解释可能已发生更改。

【规避方法】

通过安装按以下步骤创建的用户模块,可以规避此现象。

1. 启动IM-Juggling,打开对象,进行“静态文件的输出”

https://www.intra-mart.jp/document/library/iap/public/setup/iap_setup_guide/texts/create_war/create_static_file.html

2. 解压已输出的zip文件,抽取以下文件

* im_workflow/js/api_base.js
* im_workflow/spa/bundles/js/matters.bundle.js
* im_hichee/im-hichee-workflow.bundle.js


3. 置换各文件的以下部分(各1处,共3处)

置换前:dialog.im-wf-modal {\r\n position: fixed;\r\n top: 50%;\r\n left: 50%;\r\n transform: translate(-50%, -50%);\r\n
置换后: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. 通过e Builder创建模块/项目,将已修改的文件放置在项目中

https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/common_function/index.html

将已修改的文件放置在项目的以下位置
https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/process/index.html#模块/项目的结构

* 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

编辑module.xml,并添加以下的依赖关系
https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/process/module.html

* id: jp.co.intra_mart.im_workflow
* 版本: IM-Workflow模块的版本号
* 最小版本: IM-Workflow的版本号
* 最大版本: IM-Workflow的版本号

※要查看IM-Workflow模块的版本号,请在IM-Juggling上打开juggling.im,
在“基本模块”标签的“intra-mart Accel Platform”→“标准应用程序”下级的“IM-Workflow”的版本号中进行确认。

5. 导出imm文件,并生成用户模块

https://www.intra-mart.jp/document/library/ebuilder/public/e_builder_user_guide/text/common_function/imm_export.html

※有关用户模块的安装方法,请参阅以下FAQ。
不知道更新/补丁/用户模块的使用方法。
https://product.intra-mart.support/hc/ja/articles/360034947974

本案件已根据以下要件进行修改。
要件[32752]工作流处理模态框的显示位置可能发生偏移。
https://issue.intra-mart.jp/issues/32752

以下版本已被修改。
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 及以上版本



-- 适用对象 -------------------------------------------------------------------------
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
这篇文章有帮助吗?
0 人中有 0 人觉得有帮助
由 Zendesk 提供技术支持