Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
batch system
Priority:
Normal
Category:
Bug report
Assigned:
Issue tags:
Reporter:
Created:
27 Feb 2015 at 20:30 UTC
Updated:
5 Dec 2019 at 15:00 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #1
geertvd commentedI can't reproduce this, the HTML in the initial step of the installer is being displayed as HTML
Comment #2
idebr commentedWith javascript disabled you have more time between the steps to reproduce the bug. If I remember correctly the html text was limited to the initial text
Comment #3
andrei.dincu commentedComment #4
andrei.dincu commentedComment #5
geertvd commentedI can reproduce this when JS is disabled.
Just removing the HTML is not a good idea though because it was added for a reason
I think this patch should fix it.
Comment #6
geertvd commentedWoops that doesn't fix it, I still think we shouldn't be removing the html though.
Comment #7
tstoecklerThe latest patch reverts a bunch of recent core commits
Comment #8
geertvd commentedForgot to rebase before making the patch, still doesn't fix the issue though.
Comment #9
geertvd commentedComment #10
geertvd commentedComment #11
geertvd commentedThis should fix it.
Comment #12
geertvd commentedNot sure how I can write a test for this, checked out
InstallerTestBasebut it looks like this takes care of all installation steps insetUp().Actually this is a batch_api issue so we should probably write a test there. Still trying to figure out how to do that though, any ideas?
Comment #13
geertvd commentedComment #14
stefan.r commentedDid we really have this for 6+ months?
There is an RTBC patch in #2548147: All batch labels are HTML escaped now so marking as duplicate
Comment #15
avpaderno