Closed (fixed)
Project:
Webform Localization
Version:
7.x-4.2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Dec 2015 at 11:32 UTC
Updated:
18 Jul 2016 at 15:44 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
joseph.olstadthis is likely the commit related to this.
Dandys , if you want to change this behavior locally, look at the related patch 39 , remove the 4 lines that were added to webform_localization.module (the lines below with the '+ ' in front.
I'll do some followup, probably have to check configuration setting first.
Comment #3
Dandys commentedThank you very much for your answer - it works.
Comment #4
joseph.olstadsee what testbot says
Comment #5
joseph.olstadPatch #4 adds a check for the webform option for placeholder , however I have not yet tested this in my local to see if this option can be turned on or off in webform and whether or not the check is doing what I am hoping.
it passes testbot testing but still needs testing and review.
Comment #6
joseph.olstadDandys , if you want to help me test this, restore the 4 lines of code, then apply patch #4
Comment #7
Dandys commentedHi, joseph.olstad
I have restored this 4 lines of code and applied #4. Module works OK. Thanks.
Comment #8
joseph.olstadNice, thanks for testing. so we can commit this code, I might write an extra simpletest for this use case.
Comment #10
joseph.olstadHi Dandys, thanks for the help on this one, next time I'll put your name in the commit log, sorry forgot this time.
Committed fix to dev branch.
Comment #11
joseph.olstadfixed in dev branch, I'll follow up with 7.x-4.3 hopefully in the next few days.
Comment #13
bluesman2014 commentedThis problem is still current. Any luck with a 7.x-4.3 version?
Comment #14
geertvd commentedI'm still having this issue also, this fixes it for me.
Comment #15
bluesman2014 commentedThat patch doesn't work for me unfortunately. Titles are still showing as placeholders.
Comment #16
geertvd commentedYea just noticed myself, apparently it's a bit more complex. I'll see if I can come up with a better patch later today, I feel like we might need to patch webform for this though as placeholders are not marked as #translatable in the component widgets.
Will investigate further.
Comment #17
rodrigoaguileraI think this module in an attempt of translating placeholders added the feature of having always a placeholder which is the title of the field or the placeholder.
First it needs to get if there is a placeholder to translate.
Comment #18
balis_m commentedI am also having the same issue with @bluesman2014 at 7.x-4.3.
So, i' ve created this patch which fixes the issue and the placeholder translation.
Comment #19
joseph.olstadtrigger testbot
Comment #20
joseph.olstadOk, the testbot says its ok, can we get some additional reviews ? I'd like one or two other reviews before committing it.
Comment #21
egontinno commentedPatch #18 works for me.
Comment #23
joseph.olstadThanks everyone! committed #18 to dev branch, release to follow.
Comment #24
joseph.olstadsee dev branch, or release 7.x-4.4 (to follow)
Comment #26
joel_osc commentedThis patch has broken progress bar translations due to commenting out the line:
With this line commented out refreshing strings no longer picks up the page break labels. I am not sure about any other ramifications yet and whether or not it impacts other components. Can anyone explain why that line was commented out?
Comment #27
joseph.olstadComment #28
joseph.olstadComment #30
joseph.olstad