Romain Cazier

Results 11 comments of Romain Cazier

I hit the same wall at some point, I (blindly) tried things but my knowledge is pretty limited here... Thank you for looking at it!

Not really, but in the case of my [module](https://github.com/eprcstudio/PageMjmlToHtml) the output is (mostly intended) for newsletters where script are usually forbidden / removed by email clients. What I don't know...

Actually since TracyDebugger is disabled in production it's okay, I was seeing this in my dev environment. I'll let you decide if it's worth it or not and you can...

See https://github.com/neuerituale/FieldtypeOembed/issues/5 for more context

Hi @ryancramerdesign, I just tested your suggestion and in this specific case this won’t cut it as the issue is happening earlier in the process (difference between `wakeupValue` and `formatValue`)....

Another issue/suggestion related to this: in a nested repeater setup, this feature doesn’t work because of how [the style is added to the admin theme](https://github.com/processwire/processwire/blob/47086751d282a82ead9b971bf34c186f1ecf9c30/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module#LL628C1-L631C5) and thus is never rendered....

I'm reopening this issue because the added ["\t" in the color prefix](https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module#L145) gets cleared later on by a [`trim()` call](https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module#L184) resulting in this [condition](https://github.com/processwire/processwire/blob/3cc76cc886a49313b4bfb9a1a904bd88d11b7cb7/wire/modules/Fieldtype/FieldtypeRepeater/InputfieldRepeater.module#L214) being falsy and thus never applying...

@ryancramerdesign I’m using this issue to add a feature request: I was looking for a way to add a specific color to a specific repeater item based on some value...

Maybe this could help ? https://processwire.com/talk/topic/16407-wrong-before-and-after-values-for-repeaters-on-page-ischanged/