https://bugzilla.novell.com/show_bug.cgi?id=323494
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=323494#c2 --- Comment #2 from Ruslan Kyrychuk <[EMAIL PROTECTED]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
