プロジェクト

全般

プロフィール

Defect #1491

未完了

Uncompatibility redmine wiki extention 0.7.0 with redmine-3.3.x

Vladimir Boytsov さんが6年以上前に追加. 6年以上前に更新.

ステータス:
新規(New)
優先度:
通常(Normal)
担当者:
-
対象バージョン:
-
開始日:
2017/08/12
期日:
進捗率:

0%

予定工数:

説明

具体的な再現方法
What steps will reproduce the problem?

Install redmine_wiki_extention, go to some issue, press "Edit" and look at the "Notes".

期待する結果と実際の結果
What is the expected output? What do you see instead?

I expect to see the field "Notes" and buttons above it.

But I see buttons to the left of "Notes" (see screenshot) and those buttons do not work (they are absolutely inactive).

下記コマンドの実行結果を教えてください。
Please give us a result of following command.

% ruby script/about

$ ruby bin/about

sh: 1: darcs: not found
sh: 1: hg: not found
sh: 1: cvs: not found
sh: 1: bzr: not found
Environment:
Redmine version 3.3.4.stable
Ruby version 2.3.4-p301 (2017-03-30) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
SCM:
Subversion 1.9.5
Git 2.11.0
Filesystem
Redmine plugins:
additionals 2.0.1
clipboard_image_paste 1.12
hide_journal_details 0.0.2
projects_show 0.0.3
projects_tree_view 0.0.9
recurring_tasks 2.0.0-pre
redmine_all_files 0.0.3
redmine_banner 0.1.2-dev
redmine_default_custom_query 1.2.0
redmine_impersonate 0.10.0
redmine_issue_control_panel 0.3.0
redmine_issues_tree 0.0.10
redmine_lightbox2 0.3.4
redmine_mentions 0.0.1
redmine_my_page 0.1.10
redmine_newissuealerts 0.0.2
redmine_percent_done 1.1.0
redmine_spent_time 3.1.2
redmine_wiki_extensions 0.7.0
redmine_work_time 0.3.4
redmine_xls_export 0.2.1.t10
sidebar_hide 0.0.8

Please provide any additional information below.

I do not see anythin special in redmine log. The same error in redmine-3.3.3 (it installed on CentOS 7).

My redmine info (Debian 9):

Redmine 3.3.4.stable
Default administrator account changed
Attachments directory writable
Plugin assets directory writable (./public/plugin_assets)
RMagick available (optional)
ImageMagick convert available (optional)

System info: Linux redmine 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) x86_64 GNU/Linux
Uptime: 7 hours

Environment:
Redmine version 3.3.4.stable
Ruby version 2.3.4-p301 (2017-03-30) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
SCM:
Subversion 1.9.5
Git 2.11.0
Filesystem
Redmine plugins:
additionals 2.0.1
clipboard_image_paste 1.12
hide_journal_details 0.0.2
projects_show 0.0.3
projects_tree_view 0.0.9
recurring_tasks 2.0.0-pre
redmine_all_files 0.0.3
redmine_banner 0.1.2-dev
redmine_default_custom_query 1.2.0
redmine_impersonate 0.10.0
redmine_issue_control_panel 0.3.0
redmine_issues_tree 0.0.10
redmine_lightbox2 0.3.4
redmine_mentions 0.0.1
redmine_my_page 0.1.10
redmine_newissuealerts 0.0.2
redmine_percent_done 1.1.0
redmine_spent_time 3.1.2
redmine_wiki_extensions 0.7.0
redmine_work_time 0.3.4
redmine_xls_export 0.2.1.t10
sidebar_hide 0.0.8

My redmine-3.3.3 (CentOS 7) info:

Default administrator account changed
Attachments directory writable
Plugin assets directory writable (./public/plugin_assets)
RMagick available (optional)
ImageMagick convert available (optional)

System info: Linux redmine 3.10.0-514.26.2.el7.x86_64 #1 SMP Tue Jul 4 15:04:05 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
Uptime: 6 hours

Environment:
Redmine version 3.3.3.stable
Ruby version 2.3.3-p222 (2016-11-21) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
SCM:
Subversion 1.7.14
Git 1.8.3.1
Filesystem
Redmine plugins:
additionals 2.0.1
clipboard_image_paste 1.12
hide_journal_details 0.0.2
projects_show 0.0.3
projects_tree_view 0.0.9
recurring_tasks 2.0.0-pre
redmine_all_files 0.0.3
redmine_apijs 5.3.0
redmine_banner 0.1.2-dev
redmine_base_select2 4.0.0
redmine_default_custom_query 1.2.0
redmine_impersonate 0.10.0
redmine_issue_control_panel 0.3.0
redmine_issues_tree 0.0.10
redmine_knowledgebase 3.2.1
redmine_mentions 0.0.1
redmine_my_page 0.1.10
redmine_newissuealerts 0.0.2
redmine_percent_done 1.1.0
redmine_private_wiki 0.2.0
redmine_spent_time 3.1.2
redmine_wiki_extensions 0.7.0
redmine_work_time 0.3.4
redmine_xls_export 0.2.1.t10
sidebar_hide 0.0.8


ファイル

2017-08-12 _2-15-54.png (10.7 KB) 2017-08-12 _2-15-54.png Vladimir Boytsov, 2017/08/12 16:22

Vladimir Boytsov さんが6年以上前に更新

The problem is resolved by editing redmine/public/stylesheets/jstoolbar.css

The added positions marked out by bold-italic font.

1.
.jstEditor {
padding-left: 0px;
padding-top: 30px;
}

2.
.jstEditor textarea, .jstEditor iframe {
margin: 0;
width: 99%;
}

3.
.jstElements {
padding: 3px 3px 3px 0;
position: absolute;
}

Haru Iida さんが6年以上前に更新

  • プロジェクトr-labs から Wiki Extensions に変更

Thank you for your report.

But I couldn't reproduce the problem.

What browser do you use?

Vladimir Boytsov さんが6年以上前に更新

Hi, Haru!
Firefox 54.0 64bit. One more thing - I use VirtualBox 5.1.26 r117224 for my Debian and CentOS servers.
The same problem in Chromium 60.0.3112.78.

...... now I tested compatibility with other plugins and I've found the reason of uncompatibility - Redmine Mentions plugin.

https://github.com/arkhitech/redmine_mentions

他の形式にエクスポート: Atom PDF