| Comment | File | Size | Author |
|---|---|---|---|
| #11 | drupal8-html_installer-2443005-11.patch | 1.18 KB | geertvd |
| #8 | drupal8-html_installer-2443005-8.patch | 590 bytes | geertvd |
| #4 | drupal8-html_installer-2443005-4.patch | 555 bytes | andrei.dincu |
| installer-html.png | 125.59 KB | idebr |
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | drupal8-html_installer-2443005-11.patch | 1.18 KB | geertvd |
| #8 | drupal8-html_installer-2443005-8.patch | 590 bytes | geertvd |
| #4 | drupal8-html_installer-2443005-4.patch | 555 bytes | andrei.dincu |
| installer-html.png | 125.59 KB | idebr |
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