Ext.NET v2.x Example Issues (Summary)

Page 7 of 7 FirstFirst ... 567
  1. #61

    Ext.NET 2.1\Ext.Net.Examples\Web.config

    Any reason, except mistake, the mimeMap setting is reversed in example's Web.config ?

        <staticContent>
          <mimeMap fileExtension=".json" mimeType="application/x-woff" />
          <mimeMap fileExtension=".woff" mimeType="application/json" />
        </staticContent>
  2. #62
    Quote Originally Posted by watteeuw View Post
    Any reason, except mistake, the mimeMap setting is reversed in example's Web.config ?

        <staticContent>
          <mimeMap fileExtension=".json" mimeType="application/x-woff" />
          <mimeMap fileExtension=".woff" mimeType="application/json" />
        </staticContent>
    Hi @watteeuw,

    It would be best to start a new forum thread. Chris kindly did it already.
    http://forums.ext.net/showthread.php?22043

    Lets continue the discussion there.
  3. #63
    Quote Originally Posted by watteeuw View Post
    Any reason, except mistake, the mimeMap setting is reversed in example's Web.config ?

        <staticContent>
          <mimeMap fileExtension=".json" mimeType="application/x-woff" />
          <mimeMap fileExtension=".woff" mimeType="application/json" />
        </staticContent>
    This defect has been fixed. SVN commit #4500.

    Fix will be publicly available with the upcoming v2.1 release.
    Geoffrey McGill
    Founder
  4. #64

    Desktop Example

    I'm getting a 500 error, "A potentially dangerous Request.Form value was detected from the clicent," in the Desktop > Introduction > Overview example.

    I may not have the sequence of this exactly right. I think I

    1. "Logged in"
    2. opened the Accordion Window and closed that.
    3. Opened the Notepad and closed that.
    4. Opened the System Status. I did not close this.
    5. Then clicked the Start button and settings. A window opened with a 500 error.

    A window popped up.
    Status Code: 500
    Status Text: Internal Server Error
    
    Server Error in '/' Application.
    Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (ctl10="Some <b>rich</b> <font co...").
    [snipped some details]

    Stack Trace:
    
    
    [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (ctl10="Some <b>rich</b> <font co...").]
       System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +9665149
       System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +184
       System.Web.HttpRequest.get_Form() +55
       System.Web.HttpRequest.get_HasForm() +9666735
       System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +95
       System.Web.UI.Page.DeterminePostBackMode() +69
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704
       System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
       System.Web.UI.Page.ProcessRequest() +72
       System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
       System.Web.UI.Page.ProcessRequest(HttpContext context) +58
       ASP.examples_desktop_introduction_overview_desktop_aspx.ProcessRequest(HttpContext context) +4
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
    
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
    Last edited by Daniil; Nov 30, 2012 at 4:15 PM. Reason: Please use [CODE] tags
  5. #65
    Quote Originally Posted by ptrourke View Post
    I'm getting a 500 error, "A potentially dangerous Request.Form value was detected from the clicent," in the Desktop > Introduction > Overview example.

    I may not have the sequence of this exactly right. I think I

    1. "Logged in"
    2. opened the Accordion Window and closed that.
    3. Opened the Notepad and closed that.
    4. Opened the System Status. I did not close this.
    5. Then clicked the Start button and settings. A window opened with a 500 error.

    A window popped up.
    Status Code: 500
    Status Text: Internal Server Error
    
    Server Error in '/' Application.
    Exception Details: System.Web.HttpRequestValidationException: A potentially dangerous Request.Form value was detected from the client (ctl10="Some <b>rich</b> <font co...").
    [snipped some details]

    Stack Trace:
    
    
    [HttpRequestValidationException (0x80004005): A potentially dangerous Request.Form value was detected from the client (ctl10="Some <b>rich</b> <font co...").]
       System.Web.HttpRequest.ValidateString(String value, String collectionKey, RequestValidationSource requestCollection) +9665149
       System.Web.HttpRequest.ValidateHttpValueCollection(HttpValueCollection collection, RequestValidationSource requestCollection) +184
       System.Web.HttpRequest.get_Form() +55
       System.Web.HttpRequest.get_HasForm() +9666735
       System.Web.UI.Page.GetCollectionBasedOnMethod(Boolean dontReturnNull) +95
       System.Web.UI.Page.DeterminePostBackMode() +69
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704
       System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
       System.Web.UI.Page.ProcessRequest() +72
       System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
       System.Web.UI.Page.ProcessRequest(HttpContext context) +58
       ASP.examples_desktop_introduction_overview_desktop_aspx.ProcessRequest(HttpContext context) +4
       System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
       System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69
    
    
    Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
    Thank you for the report. It has been fixed.
  6. #66

    About Toolbar Overflow

    look at this example:
    https://examples2.ext.net/#/Toolbar/...lbar_Overflow/
    When resize the Window narrower to show the Toolbar overflow menu,the Content of the Window was covered.
    In fact, the effect of people need like the attachment:
    Click image for larger version. 

Name:	1.png 
Views:	235 
Size:	10.5 KB 
ID:	5372
  7. #67
    Quote Originally Posted by howardyin View Post
    look at this example:
    https://examples2.ext.net/#/Toolbar/...lbar_Overflow/
    When resize the Window narrower to show the Toolbar overflow menu,the Content of the Window was covered.
    In fact, the effect of people need like the attachment:
    Click image for larger version. 

Name:	1.png 
Views:	235 
Size:	10.5 KB 
ID:	5372
    Hi @howardyin,

    Please start a new forum thread.
Page 7 of 7 FirstFirst ... 567

Similar Threads

  1. Summary Row in GridPanel?
    By jsemple in forum 1.x Help
    Replies: 1
    Last Post: Mar 17, 2012, 3:36 PM
  2. Accessing Summary Value
    By asztern in forum 1.x Help
    Replies: 0
    Last Post: Aug 15, 2010, 1:17 AM
  3. How to add a summary row in GridPanel?
    By whs2893 in forum 1.x Help
    Replies: 2
    Last Post: Sep 22, 2009, 2:58 AM
  4. Summary Row Without Grouping
    By Tbaseflug in forum 1.x Help
    Replies: 0
    Last Post: Apr 27, 2009, 2:59 PM
  5. validation summary
    By [WP]joju in forum 1.x Help
    Replies: 1
    Last Post: Mar 20, 2009, 1:20 PM

Tags for this Thread

Posting Permissions