[CLOSED] Problem somewhere but where???

  1. #1

    [CLOSED] Problem somewhere but where???

    Hello since a few day I have something strange in my application, I ave a blank line in the upper of the desktop :

    Click image for larger version. 

Name:	desk1.png 
Views:	53 
Size:	25.4 KB 
ID:	4864

    and the start menu is croped:

    Click image for larger version. 

Name:	desk2.png 
Views:	48 
Size:	17.3 KB 
ID:	4863

    in fact, all my desktop is pushed down by something

    When I inspect my page with debugger I see that:

    Click image for larger version. 

Name:	desk3.png 
Views:	56 
Size:	15.0 KB 
ID:	4865

    Note the underline part, this is the problem, but I look I my aspx page, css code, code behind, and found absolutely nothing that could generate this space.

    Is someone have an idea?
    Last edited by Daniil; Oct 02, 2012 at 12:39 PM. Reason: [CLOSED]
  2. #2
    Hi @feanor91,

    Unfortunately, no concrete idea.

    Any chance to get a sample to reproduce?
  3. #3
    Quote Originally Posted by Daniil View Post
    Hi @feanor91,

    Unfortunately, no concrete idea.

    Any chance to get a sample to reproduce?
    Could be very difficult because I have no idea myself where the problem is, but I found that whe I select the par that cause the problem, this is selected into the properties part of the debuger :

    Click image for larger version. 

Name:	desk4.png 
Views:	46 
Size:	27.8 KB 
ID:	4866

    No, no more idea?
  4. #4
    Look what I try :
        ​</head>   
        <body>test test test test 
            <form id="form1" runat="server">
    and look at result :

    Click image for larger version. 

Name:	desk5.png 
Views:	41 
Size:	10.3 KB 
ID:	4867

    Click image for larger version. 

Name:	desk6.png 
Views:	46 
Size:	46.8 KB 
ID:	4868

    I become crazy!!!

    Edit,

    This code generate the problem:

    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="Desktop.aspx.vb" Inherits="VisualManagement.Desktop" %>
    <%@ Register Assembly="Ext.Net" Namespace="Ext.Net" TagPrefix="ext" %>
    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html xmlns="http://www.w3.org/1999/xhtml">
        <head runat="server">
            <title>Visual Mangement Next Gen</title>
            <link rel="stylesheet" type="text/css" href="Main.css" />  
            <ext:XScript ID="XScript1" runat="server">
                <script src="Main.js" type="text/javascript"></script>
            </ext:XScript>
            <ext:ResourceManager ID="ResourceManager1" runat="server">
            </ext:ResourceManager>    
        ​</head>   
        <body>
            <form id="form1" runat="server">
            </form>
        </body>
    </html>
  5. #5
    Is it reproducible on any browser?
    Can you post generated html for your latest sample (you can retrieve it via "View source" menu item in your browser)?
    Is XScript required to reproduce the issue?
  6. #6
  7. #7
    Hex editor shows that you head tag contains '3F' symbol (it is not visible in VS editor and browser). it creates those line
    I don't know from where you got it (may be some copy/paste junk)
    I suggest to remove head tag and write it (and its content) manually
  8. #8
    You'r my man, it works, thanks a lot!

    Meanwhile, I didn't see were it come from, my head tag is here since the begining, and I didn't touch it since a while.

    Thanks again, to look with an hex editor...Something I must remeber...

Similar Threads

  1. Replies: 5
    Last Post: Jun 10, 2009, 5:13 AM

Posting Permissions