Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
134 stars 56 forks source link

Decription field problem when selected 'Preview' #100

Open koufhou opened 1 year ago

koufhou commented 1 year ago

Hi,

Environment: Redmine version: 5.0.3.stable Ruby version: 3.1.2-p20 (2022-04-12) [x86_64-linux] Rails version: 6.1.7 Environment : production Database adapter: PostgreSQL

Redmine plugins: additionals: 3.0.7 redmine_agile: 1.6.4 redmine_checklists: 3.1.21 redmine_indicator: 0.2.16 redmine_issue_dynamic_edit: 0.8.1 redmine_logs: 0.3.0 redmine_theme_changer: 0.6.0 redmine_x_lightbox2: 1.0.0 redmineup_tags: 2.0.12 view_customize: 3.1.0

Ilogeek commented 1 year ago

Hi @koufhou

Last commit may have fixed your issue. Preview URL has been added Don't hesitate to come back here if you have any issue with the last update

If you find the plugin helpful, take a minute to star it on Github and rate it 5 stars on http://www.redmine.org/plugins/redmine_issue_dynamic_edit 👍

koufhou commented 1 year ago

I @Ilogeek . Sorry for my late response. I updated the plugin

But There is always the problem with the 2 textbox in Preview mode that make the popup too big for the area of ​​the issue and making the buttons inaccessible.

TEST2

At this time, I bypas the problem by modifiying 'issue_dynamic_edit.css' to have the windows below the field:

+ body.controller-issues.action-show .description .dynamicEditField,
  body.controller-issues.action-show .subject .dynamicEditField {
        bottom: initial;
        top:100%;
}

TEST3

The ideal is that the 'Preview' tab only show the previex textbox, not the edit textbox as in other cases in Redmine (edit of comments for example). But I didn't find why there is 2 textbox (edit and preview) in the 'Preview' Tab and not only the preview textbox.