[Mono-bugs] [Bug 323494] ASP.NET 2.0 Localization Problems
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Fri Dec 14 03:13:36 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=323494
User rull_orion at mail.ru added comment
https://bugzilla.novell.com/show_bug.cgi?id=323494#c2
--- Comment #2 from Ruslan Kyrychuk <rull_orion at mail.ru> 2007-12-14 01:13:35 MST ---
There are also one more bug here. Localization applied only for properties. It
doesn't work with attributes.
For example if we have
<asp:TextBox ID="txtSearch" Text="Search" runat="server"
meta:resourceKey="txtSearch" />
and resources
txtSearch.Text Search
txtSearch.onblur if(this.value=='') this.value='Search'
txtSearch.onfocus if(this.value=='Search') this.value=''
onblur,onfocus will be ignored by the localization system.
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list