﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
7927	Form Field not rendered	Oliver Weichhold <oliver@…>	nobody	"{{{
#!python

from django import forms
from django.utils.translation import ugettext_lazy

class SearchForm(forms.Form):
  realm = forms.CharField(max_length = 100, required = True,
    widget = forms.TextInput(attrs = {' title': ugettext_lazy(""lblSearchRealm"") }))
}}}

If ugettext_lazy(""lblSearchRealm"") returns a value containing an umlaut, the ""realm"" fields is totally absent from the generated output for the page."		closed	Uncategorized	dev		worksforme	forms, i18n',		Unreviewed	0	0	0	0	0	0
