-
Bug
-
Resolution: Fixed
-
Major
-
None
I see that there have been changes to HTML rendering in 1.346. This seems to have caused at least one regression: under Build Executor Status, I see for example
BuildingNB-Core-Build #4033
rather than the expected
Building NB-Core-Build #4033
I am guessing that this is the issue (lib/hudson/executors.jelly):
${%Building} <!-- XML... --> <a href="...">${...fullDisplayName}</a> <a href="$...">#${....number}</a>
If you turn off ignorable whitespace processing, then no space appears between "Building" and the job name. Using a nbsp is not a good idea here for layout reasons, so perhaps
${%Building} 
is needed?
There might be other places with the same regression - can the regression be fixed at its source (Stapler?) for better compatibility, especially with plugins?
[JENKINS-5633] Missing spaces in rendered HTML in 1.346
Description |
Original:
I see that there have been changes to HTML rendering in 1.346. This seems to have caused at least one regression: under Build Executor Status, I see for example BuildingNB-Core-Build #4033 rather than the expected Building NB-Core-Build #4033 I am guessing that this is the issue (lib/hudson/executors.jelly): ${%Building} <!-- XML... --> <a href="...">${...fullDisplayName}</a> <a href="$...">#${....number}</a> If you turn off ignorable whitespace processing, then no space appears between "Building" and the job name. Using a nbsp is not a good idea here for layout reasons, so perhaps ${%Building}  is needed? There might be other places with the same regression - can the regression be fixed at its source (Stapler?) for better compatibility, especially with plugins? |
New:
I see that there have been changes to HTML rendering in 1.346. This seems to have caused at least one regression: under Build Executor Status, I see for example BuildingNB-Core-Build #4033 rather than the expected Building NB-Core-Build #4033 I am guessing that this is the issue (lib/hudson/executors.jelly): {{noformat}} ${%Building} <!-- XML... --> <a href="...">${...fullDisplayName}</a> <a href="$...">#${....number}</a> {{noformat}} If you turn off ignorable whitespace processing, then no space appears between "Building" and the job name. Using a nbsp is not a good idea here for layout reasons, so perhaps {{noformat}} ${%Building}  {{noformat}} is needed? There might be other places with the same regression - can the regression be fixed at its source (Stapler?) for better compatibility, especially with plugins? |
Description |
Original:
I see that there have been changes to HTML rendering in 1.346. This seems to have caused at least one regression: under Build Executor Status, I see for example BuildingNB-Core-Build #4033 rather than the expected Building NB-Core-Build #4033 I am guessing that this is the issue (lib/hudson/executors.jelly): {{noformat}} ${%Building} <!-- XML... --> <a href="...">${...fullDisplayName}</a> <a href="$...">#${....number}</a> {{noformat}} If you turn off ignorable whitespace processing, then no space appears between "Building" and the job name. Using a nbsp is not a good idea here for layout reasons, so perhaps {{noformat}} ${%Building}  {{noformat}} is needed? There might be other places with the same regression - can the regression be fixed at its source (Stapler?) for better compatibility, especially with plugins? |
New:
I see that there have been changes to HTML rendering in 1.346. This seems to have caused at least one regression: under Build Executor Status, I see for example BuildingNB-Core-Build #4033 rather than the expected Building NB-Core-Build #4033 I am guessing that this is the issue (lib/hudson/executors.jelly): {noformat} ${%Building} <!-- XML... --> <a href="...">${...fullDisplayName}</a> <a href="$...">#${....number}</a> {noformat} If you turn off ignorable whitespace processing, then no space appears between "Building" and the job name. Using a nbsp is not a good idea here for layout reasons, so perhaps {noformat} ${%Building}  {noformat} is needed? There might be other places with the same regression - can the regression be fixed at its source (Stapler?) for better compatibility, especially with plugins? |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Component/s | New: core [ 15593 ] | |
Component/s | Original: gui [ 15492 ] |
Workflow | Original: JNJira [ 135725 ] | New: JNJira + In-Review [ 203642 ] |