Bug 63156 - html page load works fine on desktop but not on Ipod or other smartphones
Summary: html page load works fine on desktop but not on Ipod or other smartphones
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 523.x (Safari 3)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-22 11:00 PDT by carlos rodriguez
Modified: 2011-06-23 01:10 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description carlos rodriguez 2011-06-22 11:00:55 PDT
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,
Comment 1 Alexey Proskuryakov 2011-06-23 01:10:38 PDT
Since iOS WebKit is not built from webkit.org sources directly, we cannot bugs that only occur on iOS in Bugzilla. Please file the bug via <http://bugreport.apple.com> for Apple engineers to investigate.