[Webkit-unassigned] [Bug 63156] New: html page load works fine on desktop but not on Ipod or other smartphones

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 22 11:00:55 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=63156

           Summary: html page load works fine on desktop but not on Ipod
                    or other smartphones
           Product: WebKit
           Version: 523.x (Safari 3)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: carlos at dcu-inc.com


Hello there:

I’m having a bit of difficulty with the differences between desktop safari and Ipod safari in loading HTML code snippets together with a css styling sheet and it corresponding javascript code.

When I try in to load the code using an AJAX Jquery load function on the deskstop in safari or chrome or fox or IE9 or8 or 7 it works as expected but when I try to load the same code in the ipod it does not work, the HTML is loaded alright but not the accomaning .css or javascript code.

Here’s an example:

<div id='menu-bar'>
    <div class="menu-1-selected" onclick="menuClick(1)">Products</div>
    <div class="menu-2-unselected" onclick="menuClick(2)">Services</div>
    <div class="menu-3-unselected" onclick="menuClick(3)">References</div>
    <div class="menu-4-unselected" onclick="menuClick(4)">Contact us</div>
    <div class="menu-5-unselected" onclick="menuClick(5)">About</div>
</div>
<link rel="stylesheet" type="text/css" href="/Content/MenuBarPanel-N.css" />
<script type="text/javascript" src="/Scripts/MenuBarManager-N.js"></script>

This code works as expected on the desktop but not on the Ipod where I have to put the last two lines on the main page and not on the code snippet

Any response will be greatly appreciated…

Thank you nad Best Regards,

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list