Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Problem to display ul title
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
laurentvlt  
View profile  
 More options Dec 29 2011, 3:54 pm
From: laurentvlt <laurent...@gmail.com>
Date: Thu, 29 Dec 2011 12:54:55 -0800 (PST)
Local: Thurs, Dec 29 2011 3:54 pm
Subject: Problem to display ul title

Hello,

I use the ASP.NET MVC Framework 4. For now, I just play a few simple
examples before I get into the great adventure! I have a problem and I can
not explain its origin. When I'm in Visual Studio and I create the HTML code
 of my view, if I compile it, I get the picture 1. So far, no problems. If
I take files from the website and I visit them via a web application hosted
in IIS 7 (I use Windows 7), I get the picture 2. I tried to view the site with
different browsers (IE, Firefox and Safari) and the result is the same.

Does someone have already see this problem?

  Picture 1.png
38K Download

  Picture 2.png
31K Download

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Marijan Vukcevich  
View profile  
 More options Dec 29 2011, 5:37 pm
From: Marijan Vukcevich <v_mari...@yahoo.com>
Date: Thu, 29 Dec 2011 14:37:26 -0800 (PST)
Local: Thurs, Dec 29 2011 5:37 pm
Subject: Re: Problem to display ul title

couple debugging:

1) add:  border: 1px solid #ff0000;  -- to see if it renders

2) add inline onclick="alert('clicked');" -- do not copy from email, quotation
marks different.

3) z-index  might be issue -- depending on the element.

4) you can try to use Firefox add on Default User Agent: you will need to add
xml  to get list.
Mobile Devices/OS/Windows Phone OS 7.0 - .... - IEMobile 7.0

5) check if you can enable debug logging like on iPhone Safari. that way you
could log the css style it will give you idea what's there. It should be in  css
file, not inline.  

Use any tool to debug or that helps you figure it out.

Hope this helps a little bit.
Regards,
Marijan

www.eastsideinteractive.com
mari...@eastsideinteractive.com

________________________________
From: laurentvlt <laurent...@gmail.com>
To: iphonewebdev@googlegroups.com
Sent: Thu, December 29, 2011 12:54:55 PM
Subject: Problem to display ul title

Hello,

I use the ASP.NET MVC Framework 4. For now, I just play a few simple examples
before I get into the great adventure! I have a problem and I can not explain
its origin. When I'm in Visual Studio and I create the HTML code ofmy view, if I
compile it, I get the picture 1. So far, no problems. If I takefiles from the
website and I visit them via a web application hosted in IIS 7 (I use Windows
7), I get the picture 2. I tried to view the site with different browsers (IE,
Firefox and Safari) and the result is the same.

Does someone have already see this problem?
--
You received this message because you are subscribed to the Google Groups
"iPhoneWebDev" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/iphonewebdev/-/1l7jE8H8wHsJ.
To post to this group, send email to iphonewebdev@googlegroups.com.
To unsubscribe from this group, send email to
iphonewebdev+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/iphonewebdev?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rémi Grumeau  
View profile  
 More options Dec 30 2011, 9:14 am
From: Rémi Grumeau <remi.grum...@gmail.com>
Date: Fri, 30 Dec 2011 15:14:54 +0100
Local: Fri, Dec 30 2011 9:14 am
Subject: Re: Problem to display ul title

IUI uses addEventListener(), used by all browsers.... except IE which uses createEvent().
This is why, on load, it should parse screens for the one with a "selected" attribute, and uses its title attribute value to #pageTitle.

This is done line 507
http://code.google.com/p/iui/source/browse/web-app/iui/iui.js
using addEventListener.

With IE 0.0001% of the mobile web market, it's not a big deal anyway, but with wp7 we definitely should use an event type wrapper.

Remi

On 29 déc. 2011, at 09:54 PM, laurentvlt <laurent...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
laurentvlt  
View profile  
 More options Jan 1, 4:16 pm
From: laurentvlt <laurent...@gmail.com>
Date: Sun, 1 Jan 2012 13:16:18 -0800 (PST)
Local: Sun, Jan 1 2012 4:16 pm
Subject: Re: Problem to display ul title
I understand what you say about interpretation differences between
browsers but in my case, it's not the browser which is different but
the web server.

Maybe I've missed or do something wrong in my code (below) but as the
result looks good on the Picture 1 (using IE, web server Visual Studio
integrated) and not on the Picture 2 (using IE, web server IIS), I
don't understand why I have such a render difference.

Another clue, using IUI version 4.0-alpha1 or IUI version 0.50-
remipreview gives same results.

<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<dynamic>" %>

<!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>Index</title>
    <meta http-equiv="content-type" content="text/html;
charset=utf-8" />
    <meta name="apple-mobile-web-app-capable" content="yes">
    <link rel="icon" type="image/png" href="../../Content/iui/iui-
favicon.png">
    <link rel="apple-touch-startup-image" href="../../Content/iui/iui-
startup.jpg">
    <link rel="apple-touch-icon" href="../../Content/iui/iui-logo-
touch-icon-hd.png" />
    <meta name="viewport" content="width=device-width; initial-
scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
    <link rel="stylesheet" href="../../Content/iui/iui.css" type="text/
css" />
    <link rel="stylesheet" href="../../Content/iui/t/default/default-
theme.css" type="text/css"/>
    <script type="application/x-javascript" src="../../Content/iui/
iui.js"></script>
</head>
<body>
    <div class="toolbar">
        <h1 id="pageTitle"></h1>
        <a id="backButton" class="button" href="#"></a>
    </div>

    <ul id="home" title="iUI Touch" selected="true">
        <li><a href="#about">About</a></li>
        <li><a href="#samples">Samples</a></li>
        <li><a href="#3rd-party">3rd Party Samples</a></li>
        <li><a href="#tests">Tests</a></li>
        <li><a href="#sandbox">Ext-Sandbox</a></li>
    </ul>
</body>
</html>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »