[CLOSED] Blank text accent issue

  1. #1

    [CLOSED] Blank text accent issue

    Last edited by Daniil; Dec 29, 2012 at 7:47 AM. Reason: [CLOSED]
  2. #2
    Hi,

    I am afraid I don't understand the following well. Please clarify.

    Quote Originally Posted by mcfromero View Post
    I'm having problem with accent values in default blank text (when I don't set this property).
    Providing us with a sample to reproduce would be best.
  3. #3
    Attached Thumbnails Click image for larger version. 

Name:	blanktext.png 
Views:	58 
Size:	2.3 KB 
ID:	4629  
  4. #4
    Thanks for clarification, but I can't reproduce the issue running the example below.

    Example
    <%@ Page Language="C#" %>
    
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html>
    
    <html>
    <head runat="server">
        <title>Ext.NET v2 Example</title>
    </head>
    <body>
        <ext:ResourceManager runat="server" Locale="pt-BR" />
        <ext:TextField runat="server" AllowBlank="false" />
    </body>
    </html>
    Could you provide your test case?
  5. #5
    <%@ Page Language="C#" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %> 
    <!DOCTYPE html> 
    <html>
         <body>
              <ext:FormPanel ID="form" runat="server">
                   <ext:ResourceManager runat="server" Locale="pt-BR" />
                   <ext:Button ID="btn" runan="server" Text="Save">
                   <Listener>
                                  <Click Handler="return #{form}.getForm().isValid()" />
                   </Listener>
                   </ext:Button>
                   <ext:TextField runat="server" AllowBlank="false" />
              </ext>
         </body>
    </html>
  6. #6
    The page looks not well-formed. It causes parser errors.
  7. #7
    Sencha opened a bug and already fixed that.
    http://www.sencha.com/forum/showthread.php?236973

    The fix should appear soon in Ext.NET v2.1.

Similar Threads

  1. [CLOSED] RowEditor wrap around text issue
    By gets_gui in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Apr 16, 2012, 4:12 PM
  2. [CLOSED] Text Alignment issue
    By rnachman in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Oct 16, 2011, 1:51 PM
  3. Text Field issue
    By paddy in forum 1.x Help
    Replies: 0
    Last Post: Jul 26, 2011, 7:16 AM
  4. [CLOSED] "Blank" gridpanel column until edited...then blank again!
    By dmoore in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Jan 24, 2011, 4:11 PM
  5. Problem with Blank Text format
    By juredecman in forum 1.x Help
    Replies: 1
    Last Post: Sep 02, 2010, 5:27 AM

Posting Permissions