プロジェクト

全般

プロフィール

Vote #81145

未完了

Text in code / preformatted blocks renders incorrrectly in Issue List

Admin Redmine さんが約2年前に追加. 約2年前に更新.

ステータス:
New
優先度:
通常
担当者:
-
カテゴリ:
Issues list_58
対象バージョン:
-
開始日:
2022/05/09
期日:
進捗率:

0%

予定工数:
category_id:
58
version_id:
0
issue_org_id:
34283
author_id:
483827
assigned_to_id:
0
comments:
4
status_id:
1
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
160
ステータス-->[New]

説明

Code / preformatted text within (for example) the Description renders correctly on the Issue Detail screen, but not when the Description field is displayed on the Issue list screen. Problem occurs with both Markdown & Textile on both my own test installation as well as Redmine.org.

For example the following will be incorrectly displayed in the Issue List on one line:

line 1
   Indented line 2
      Further indented line 3
   Indented line 4
Line 5

And the following code block from the Redmine Textile Guide will display each word of code on its own line:


# The Greeter class - Ruby
class Greeter
  def initialize(name)
    @name = name.capitalize
  end

  def salute
    puts "Hello #{@name}!" 
  end
end

A screenshot of how it renders in my Issue List is attached. The first example looks like a CSS problem. This is using Textile and the Default theme.

My Environment:
Redmine version 4.1.1.stable
Ruby version 2.5.1-p57 (2018-03-29) [x86_64-linux-gnu]
Rails version 5.2.4.2
Environment production
Database adapter PostgreSQL
Mailer queue ActiveJob::QueueAdapters::AsyncAdapter
Mailer delivery smtp

SCM:
Mercurial 4.5.3
Git 2.17.1

Filesystem
Redmine plugins:
redmine_env_auth 1.1
redmine_language_change 0.1.0
redmine_wiki_lists 0.0.9


journals

So I've confirmed it also renders wrongly on Redmine.org, though the code example renders differently to our test site. Attached is how it looks in the Issues List on Redmine.org
--------------------------------------------------------------------------------
Andrew Mould wrote:
> So I've confirmed it also renders wrongly on Redmine.org, though the code example renders differently to our test site. Attached is how it looks in the Issues List on Redmine.org

Could you post the URL of redmine.org? I could not find the page that rendered incorrectly on www.redmine.org.
--------------------------------------------------------------------------------
Sorry, completely missed the notification. This very Issue will render incorrectly in the Issue List. Here's a link to demonstrate it:

https://www.redmine.org/projects/redmine/issues?utf8=%E2%9C%93&set_filter=1&f%5B%5D=status_id&op%5Bstatus_id%5D=o&f%5B%5D=subject&op%5Bsubject%5D=%7E&v%5Bsubject%5D%5B%5D=Text+in+code&f%5B%5D=&c%5B%5D=tracker&c%5B%5D=status&c%5B%5D=subject&c%5B%5D=updated_on&c%5B%5D=category&group_by=&c%5B%5D=description

Compare the result with the layout on this Issue Detail screen:
--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Admin Redmine さんが約2年前に更新

  • カテゴリIssues list_58 にセット

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

いいね!0
いいね!0