Closed (fixed)
Project:
i18n auto translate
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
21 Jun 2007 at 12:12 UTC
Updated:
23 Jan 2008 at 19:26 UTC
I had a little look, but I didn't solve the problem, sorry :-(
Let me know if you need info to be able to re-produce the bug.
Cheers
Mark.
Comments
Comment #1
dman commentedIt's due to an over-eager iteration of the form elements. Quite ugly.
It'll pop up when your node type is a little bit complex, eg, it has a taxonomy selector or other goodness.
Patch this in over top of the old _i18n_auto_form_iterate_for_textareas() function
It uses the proper
foreach( element_children($form)rather than an enthusiasticforeach( $formComment #2
aaron commentedthanks, dman! i forgot to subscribe to this issue queue, then got sidetracked, and the module fell to the back burner. i would have finished it months ago if i'd seen your patch.
going to get back to making this module work.
aaron winborn
Comment #3
aaron commentedcommitted. thanks for the patch!
Comment #4
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.