Firefox spry region load time

In the site that I am creating, I have several spry regions,
as well as a small video that plays. The problem is that in firefox
(and no other browser to my knowledge), none of the spry data will
load until after the video is completely loaded, causing some
annoying load times for the information on the page. Is there any
way to code the video to not load until all other page elements are
done loading? This is the site:
www.vcharvesters.org/mission_trips.html
Thank you to anyone who can offer me some guidance on
this

Upgrading to FF 15 didn't help.. probably have to downgrade to Catalyst 12.6. It seems to be an AMD problem. I wanted to report this issue on their support forums, but creating a new account didn't allow me posting privileges. What a great support system! O.o

Similar Messages

  • Radio button state on region load...

    Is there a way to set the radio button state (click event) on a region load? The default value of 0 (read-only) works when clicked, but doesn't when the page initially loads, and it's like the button click event needs to take place at the region load time. The values are 1 and 0 set statically if that matters, and the hidden value does not get changed when the radio button with the value of 1 is selected.
    The button makes the button visible when 'edit' is selected and the button disappears when 'read-only' is selected which is the expected behavior.
    I do have a condition on the 'save' button for the value to not be zero which is based on the value from the radio button.
    My gut says it'll be a region header attribute or Java Script sort of thing and I've not found anything so far, and I'm hoping there's an Apex guru out there that has a recommendation.
    Thanks in advance!
    Matt

    I used some source I found on Denes' web site and added the call, but it didn't yield the result I was hoping for.
    <script type="text/javascript" language="javascript">
    $s('P8_RADIO_BUTTON','0');
    function f_showhideButtonRadio(pThis, pValue)
    {     var show_or_hide = html_RadioValue(pValue);
    if (show_or_hide == 0)
    {html_HideElement(pThis);}
    else
    {html_ShowElement(pThis);}
    function f_showhideButtonSelect(pThis, pValue)
    {     var show_or_hide = $x(pValue).value;
    if (show_or_hide == 0)
    {html_HideElement(pThis);}
    else
    {html_ShowElement(pThis);}
    </script>
    I'm quite new to the Java Script in Apex, so if I hosed this up, please let me know. Also, does that set the click event on or does that just set the value? The reason I ask is with a 0 or 1 it yielded the same result.
    Thanks!
    Matt

  • Dissapearing Spry regions

    I have two Spry:regions coming from two different datasets
    (vars I loaded in the head), NOT nested (they are independant,
    self-contained, spry:regions (divs)). When I render, only the first
    dataset is showing. However if I repeat the one dataset showing, it
    shows twice. How do I get the second spry:region to appear and stay
    onscreen? It appears briefly on the screen as the page loads, but
    this entire spry:region of the different dataset, dissapears
    completely, after retrieval of the XML, with no javascript errors.
    This is happenign in both Netscape8.1 and IE7.

    part of The CSS for center divs:
    /* center column divs
    ===================================================*/
    #centerColumn {
    margin:0px;
    padding:0px;
    display:block;
    position:absolute;
    width:497px;
    left:219px;
    top:150px;
    height:100%;
    #welcomeStoryArea {
    margin:0px;
    padding:0px;
    display:block;
    position:relative;
    float:left;
    width:497px;
    height:136px;
    background-image:url(../images/RM_welcome_bkgrd.jpg);
    background-repeat:no-repeat;
    #wakeUpCall {
    display:block;
    float:left;
    clear:left;
    margin:10px 0 0 0;
    padding:0px;
    position:relative;
    left:0px;
    width:491px;
    #DundeeCoverageUniverse {
    display:block;
    float:left;
    clear:left;
    margin:10px 0 0 0;
    padding:0px;
    position:relative;
    left:0px;
    width:491px;
    #dsRecentDundee {
    display:block;
    float:left;
    clear:left;
    margin:10px 0 0 0;
    padding:0px;
    position:relative;
    left:0px;
    width:491px;
    visibility:visible;
    /* Welcome Story area styles
    ===================================================*/
    The Head part of HTML for laoding the variables:
    <head>
    <title>Dundee Research</title>
    <link rel=stylesheet type="text/css"
    href="../css/research.css" />
    <script type="text/javascript"
    src="../js/xpath.js"></script>
    <script type="text/javascript"
    src="../js/SpryData.js"></script>
    <script type="text/javascript"
    src="../js/research.js"></script>
    <script language="javascript" type="text/javascript"
    src="/js/dwm_functions.js"></script>
    <script language="javascript" type="text/javascript"
    src="/js/dwm_toggle.js"></script>
    <!-- This is the loading of the datasets from the XMLs,
    'useCache' either forces return to server for XML data, or just to
    cache-->
    <script type="text/javascript">
    var wakeUpCall = new
    Spry.Data.XMLDataSet("../data/wakeUp.xml",
    "wakeUp/report",{useCache:false});
    var dsRecentDundee = new
    Spry.Data.XMLDataSet("../data/RecentDundeeResearch.xml",
    "recent/dundee", {useCache:true});
    var dsDundeeUniverse = new
    Spry.Data.XMLDataSet("../data/DocumentServlet.xml",
    "DundeeUniverse/Record");
    </script>
    </head>
    The DIv that is causing the problem:
    <!-- start center column enclosing all tables -->
    <div id="centerColumn">
    <!-- start Welcome and story area -->
    <div id="welcomeStoryArea">
    <h3>Welcome to Dundee Research</h3>
    <P>jdlfgkjd ldfkjg ldfkjg ldfkgj ldfkgj ldfkgj ldfkjg
    ldfkjgld kfjgld kjdlfgkjd lfkgjdlfk gjdlfkgjd lkjgldfkgjdl
    fkjg</P>
    </div>
    <!-- stop Welcome and story area -->
    <!-- Start Wake-up Call -->
    <!-- this tells the HTML this is a dynamic Spry region,
    loaded with the array from the dataset you loaded in the head
    -->
    <div spry:region="wakeUpCall" id="wakeUpCall">
    <p class="tbl_title">Wake-up Call</p>
    <table border="0" cellpadding="5" cellspacing="2"
    width="491">
    <tr>
    <th class="tbl_header" scope="col"
    onclick="wakeUpCall.sort('date'); " width="97">Date
    Published</th>
    <th class="tbl_header" scope="col"
    onclick="wakeUpCall.sort('title'); "
    width="379">Title</th>
    </tr>
    <tr spry:repeat="wakeUpCall">
    <td class="tbl_cell">{wakeUpCall::date}</td>
    <td class="tbl_cell"><a
    href="#">{wakeUpCall::title}</a></td>
    </tr>
    </table>
    <p class="more"><a
    href="#">more</a></p>
    </div>
    <!-- stop Wake-up Call -->
    <!-- start Dundee Coverage Universe -->
    <div id="DundeeCoverageUniverse">
    <p class="tbl_title">Dundee Coverage Universe</p>
    <table border="0" cellpadding="5" cellspacing="2"
    width="491">
    <tr>
    <th class="tbl_header_noSort" width="97">Date
    Published</th>
    <th class="tbl_header_noSort"
    width="379">Title</th>
    </tr>
    <tr>
    <td class="tbl_cell">23-20-2007</td>
    <td class="tbl_cell"><a href="#">Esitimates and
    Recommendations 23-Feb-07</a></td>
    </tr>
    </table>
    </div>
    <!-- stop Dundee Coverage Universe -->
    <!-- Start Recent Dundee Research -->
    <!-- this tells the HTML this is a dynamic Spry region,
    loaded with the array from the dataset you loaded in the head
    -->
    <div spry:region="dsRecentDundee" id="dsRecentDundee">
    <p class="tbl_title">Recent Dundee Research</p>
    <table border="0" cellpadding="5" cellspacing="2"
    width="491">
    <tr>
    <th class="tbl_header" scope="col"
    onclick="dsRecentDundee.sort('date'); " width="97">Date
    Published</th>
    <th class="tbl_header" scope="col"
    onclick="dsRecentDundee.sort('title'); "
    width="379">Title</th>
    </tr>
    <tr spry:repeat="dsRecentDundee">
    <td class="tbl_cell">{dsRecentDundee::date}</td>
    <td class="tbl_cell"><a
    href="#">{dsRecentDundee::title}</a></td>
    </tr>
    </table>
    <p class="more"><a
    href="#">more</a></p>
    </div>
    <!-- stop Recent Dundee Research -->
    </div>
    <!-- stop center column enclosing all tables -->
    Text
    Text
    The sample XML file of RecentResearch:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <recent>
    <dundee id="1">
    <date>28-02-2007</date>
    <title>Focus on the Juniors - 2007: Dundee's Mineral
    Exploration Stock Watch</title>
    </dundee>
    <dundee id="2">
    <date>23-02-2007</date>
    <title>Canadian Banks - No Need to Fear the
    Future</title>
    </dundee>
    <dundee id="3">
    <date>19-02-2007</date>
    <title>Aeroplan Income Fund - Set to
    Soar</title>
    </dundee>
    <dundee id="4">
    <date>13-02-2007</date>
    <title>Mirabela Nickel Limited - Succeeding at Santa
    Rita</title>
    </dundee>
    <dundee id="5">
    <date>07-02-2007</date>
    <title>Breaker Energy Ltd. - Stable & Consistent
    Growth in a Wave of Uncertainty</title>
    </dundee>
    </recent>
    The sample XML file that is working:
    <?xml version="1.0" encoding="iso-8859-1"?>
    <wakeUp>
    <report id="1">
    <date>08-03-2007</date>
    <title>CCL, Current Market Statisitics, Daily Summary,
    Estimate Tables</title>
    </report>
    <report id="2">
    <date>08-03-2007</date>
    <title>CCL, Current Market Statisitics, Daily Summary,
    Estimate Tables</title>
    </report>
    <report id="3">
    <date>07-03-2007</date>
    <title>SW, Current Market Statisitics, Daily Summary,
    Estimate Tables</title>
    </report>
    <report id="4">
    <date>06-03-2007</date>
    <title>ACG, TET.UN, Current Market Statisitics, Daily
    Summary, Estimate Tables</title>
    </report>
    <report id="5">
    <date>05-03-2007</date>
    <title>Current Market Statisitics, Coming Events,
    Daily Summary, Estimate Tables</title>
    </report>
    </wakeUp>
    Text

  • Spry menu bar load time in IE

    I have a horizontal spry menu bar in the include for the
    masthead of my pages. The entire masthead is visible very quickly
    but the remainder of the page loads very slowly in Internet
    Explorer 6 and 7 and there is a long delay before the links in the
    menu bar are active. The entire page loads quickly in Firefox on
    the PC and in Safari and Firefox on the Mac. There are a lot of
    links in the menu - does that slow the load time?
    Has anyone else had this problem? Is this a "bug" with IE? Is
    there something I can do to fix this?
    I can't reference a page as this is on our development server
    which requires a login. If it would help, I could attach the code
    in an email.
    Thanks in advance for any help.

    Without seeing the page it is hard to determine what on the
    rest of the page would cause longer load times. It could be
    anything from images to database queries. I wouldn't suspect it to
    be a bug in IE. BTW, what are the specs of the system you are
    testing the load times on?

  • Firefox won't load or slow every time since 18 update I have all necessary cleaning done--just don't open right now

    Lately Firefox does not load on my Vista--especially since update 18 happened. It shows that Firefox is running in the task manager but the page doesn't come up. This is every time I try to start the browser.
    It runs once I can get it to come up--but it never ever comes up the first time without going into task manager and finding the file it is in and starting it there as "administrator". This is very very annoying--before I uninstall and change browser back to Chrome which has its own issues--perhaps you can enlighten me as to how to fix this problem--it needs a patch? Don't tell me to dump history cookies etc. This I have already tried and it doesn't do anything--the problem persists. Any solutions for me? Thanks
    Lr

    I have 5 different Win7 64-bit installations. As soon as i upgraded to FF18...EVERY single systems browser experience slows to a crawl. CPU and memory spike beyond control. In fact I have to use Chrome to browse. This is so incredibly unacceptable. My entire family is soooo frustrated. They have reverted to IE, and i provided each device with a fresh install of Chrome, no issues whatsoever.
    As for suggestions here, I have no intention of following any of these lame instructions to check anti-virus, video card switching, or resetting FF to defaults which will cause loss of some of the personalization.
    Its a bloody shame. Farewell FF. Enjoy your poorly QA'ed release....!!!

  • My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out.

    I use dial-up, FireFox 5.0, Yahoo addition 1.8. My screen load times have slowed down to a crawl. I have to wait and wait for a page to load. (I know --dial -up) It used to be much faster a month ago before 5.0. Is it FireFox or do I look to Yahoo for the problem? I don't know how to sort it out. Using Vista

    I'm having the same problem. Dreamweaver is supper slow. Uploading and downloads from the server... any server I use two different servers. It times out all the time. Menus are slow too.
    I'm on a MAC Pro, 6 gigs of ram no issues with anything else. I have talked to Apple they have checked everything for me. They say it's Dreamweaver. I've noticed the Dreamweaver is talking to the FTP even when I'm not doing anything.
    I've tried cleaning out my MAC caches, turning off file check and check out. Still really slow. I've worked with Dreamweaver for 6 years never any issues like this before. 18 seconds to upload a 4 kb file. 11 seconds to download the same file.

  • Pages not loading in firefox unless refreshed several times but loads in other browsers not an issue of firewall malware or ipv6

    a week ago firefox suddenly stopped loading pages unless refreshed several times but loads in other browsers, not an issue of firewall malware or ipv6 I've tried all that I uninstalled and reinstalled also. I also tried disabling my addons.

    Hey man,
    If I'd had that problem and done things that you'd done and seen no results. I'd delete FF again but this time fully - clean the registry as well. Then I'd remove java environment and everything related to it, sdk, jre etc...Reboot the PC and reinstall the newest version of FF, then download the latest versions of java platforms, sdk etc... and reinstall the as well.
    Hope this helps,
    LD

  • Firefox "Welcome" tab loads every time since Version 10 upgrade. How do you stop it from loading?

    Ever since I upgraded to Version 10 the Firefox "Welcome" tab loads when I open Firefox along with my home page.

    Check to make sure you didnt set the "Welcome" tab as a homepage.
    *[http://support.mozilla.org/en-US/kb/How%20to%20set%20the%20home%20page How to set the Homepage]
    Select Default as the Homepage, restart Firefox as see if the "Welcome" tab loads still.
    Also note, Firefox changes a setting in its preferences file to determine whether you've seen the "Firefox Updated" tab. If you are having problems with that file then Firefox will be unable to save this information and will show you the "Firefox Updated" tab each time you start it.
    *To correct this, use the steps outlined in the [https://support.mozilla.org/en-US/kb/Preferences%20are%20not%20saved Preferences are not saved] article.

  • The last week, Firefox will not load up the NEW YORK TIMES. So, I have had to use Safari to do so. If this continues, I'm going to quit using your browser, and begin using Safari all the time!

    The last week, Firefox will not load up the NEW YORK TIMES. So, I have had to use Safari to do so. If this continues, I'm going to quit using your browser, and begin using Safari all the time!

    There are several other similar posts in this forum with the answers. Your post appears third in my Google search today looking for a solution so I thought I'd add the solution here as well.
    It is obviously a bug in either (or both) Firefox and the NYT.
    The quickest solution is to simply go to the VIEW Menu in Firefox, then the ZOOM option and choose RESET.
    I use Mac and this happens in Firefox 3.6.10. It does not happen in other browsers like Safari, Chrome and Camino, and it did not occur before last week.
    It has also occurred in the iOS version of Safari on iPad. Not sure how to fix it there.

  • I just loaded Firefox, and the first time I try to open it, I get the message "Your Firefox profile cannot be loaded. It may be missing or inaccessible." I tried deleting and reloading to no success. Any clue about what is wrong?

    I downloaded the free Firefox system from the web. I have not been able to open the system since loading it.

    I can not find any of the files you address.
    I am tying to install Firefox for the first time. SO, if that is the case, how can any of these various files exist? I cannot access the contents of my "Application support" folder.
    I have tried to delete Firefox and start over, and the same error message comes up.
    I guess my frustration is how can I have a profile if I do not have Firefox installed?

  • Every time I start Firefox, the upgrade/signup page is displayed in one tabe while google, my start;up page s displayed in another. How can I stop the firefox page from loading every time?

    Every time I start Firefox, the upgrade/signup page is displayed in one tab while google, my start-up page is displayed in another. How can I stop the firefox page from loading every time?

    See these articles for some suggestions:
    * https://support.mozilla.com/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    * https://support.mozilla.com/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    * http://kb.mozillazine.org/Preferences_not_saved

  • Page load time differences between IE and Firefox

    Hello all,
    I have a problem with page loading time in IE 8. My page contains tabular form, classic report and some other items. I use some javascript code(placed in HTLM Header section) and also dynamic actions. When I try to display the page in IE I have to wait for 40 seconds (100 rows in tabular form). I realized that the performance is dependent on the number of displayed rows in the tabular form. But decrease the number of visible rows, using pagination, is not an option, because all needed rows should be visible for the users. During the tests I have tried to remove all the JS code and disable all the dynamic action, but the loading time was more or less the same.
    When I try to run the same page in FireFox then it is displayed in 4 seconds!
    I have already try to search some tips or advices how to speed up the page loading, but only what I have found out is, that every web browser is different. The javascript is handled differently, page rendering is done differently and so on.
    Maybe there is something what I have missed, and you experts can help me. Is there anything general what I should check or change to speed up the loading time in IE?
    Thanks in advance!
    Jiri
    APEX v. 4.2.1.00.08
    IE 8.0.7600.16358
    FF 19.0.2

    Thanks Denes for your reply.
    I use HttpWatch tool to measure the loading times. Reports are mostly the same for IE and FF. I can see from the report, there is three times shown error 404 Not Found for the items below.
    http://......./images/sRegion-Body.png
    http://......./images/sRegion-Bottom.png
    http://......./images/sReportBG-Standard.png
    The last action which caused 404 error started 2 seconds after the page was asked to refresh. The next action http://......../i/libraries/jquery-ui/1.8.22/ui/i18n/oracle/jquery.ui.datepicker-cs.js started after 38 seconds (hanging in the same place for 36 seconds). Does it mean that the problem is caused by http://......./images/sReportBG-Standard.png action which returns 404 error?
    How can I add the missing images?
    -Jiri

  • Stunnigly slow load time. It isn't my system, because both Chrome and Safari load in less han ten seconds. Firefox is too bloated.

    Folks, I don't use Firefox much anymore. Why? Because the load time has become ridiculous. Chrome and Safari both load in less than ten seconds. Firefox can take up to a minute. And usually does. It has become bloated. It has lost the intent. You say the fox is the fastest? It isn't. Either in load time or search time. Chrome smashes the fox. Simpler, cleaner, faster. Isn't that what Firefox was all about in the beginning? You folks need to take a giant back step.

    Agreed...I'm considering jumping ship. Too many crashes, hangs constantly, too many secure sites the server can longer find even though they've been bookmarked for ages, takes forever to load and plug-in issues galore. It's sad, the last 6 months have been horrendous and nothing is getting fixed with all the constant updates. No one should have to clear cookies and cache as much as is always suggested here just to get pages to load that load on other browsers with no problem.

  • IE8 Spry Region Throws "Expected ':' "

    Anyone know what might cause IE8 (and as far a I can tell, only IE8 - haven't tested in IE7) to throw a javascript error saying "Expected ':'" within a spry:region / spry:repeat variable?  A la:
    <LI spry:repeat="listsdata">
                      <span onclick="getLists({listsdata::ID})">{listsdata::name}</span>
                      <input type="button" value="-Group" onclick="deleteListGroup({listsdata::ID})" />
              </LI>
    You can see the behavior here: http://www.listcosa.com/
    I've been using Spry on and off for some time, including a very similar project - with no such issues.

    Well, I'm not sure where you're replicating that.  That's not the lines or error IE8 gives me.  IE8 gives me:
    Message: Expected ':'
    Line: 132
    Message: Expected ':'
    Line: 134
    Message: Expected ':'
    Line: 148
    Message: Expected ':'
    Line: 151
    Message: Expected ':'
    Line: 152
    Message: Expected ':'
    Line: 153
    Message: Expected ':'
    Line: 160
    Message: Expected ':'
    Line: 165
    Message: Expected ':'
    Line: 169
    Which refers to these lines:
    <span onclick="getLists({listsdata::ID})">{listsdata::name}</span>
    <LI spry:repeat="listdata"> {name} <input type="button" value="-List" onclick="deleteList({ID})" />
    <span ondblclick="displayEditItem({itemdata::ID})" id="display{itemdata::ID}" class="showitem">{itemdata::name}
    <input type="button" value="E" onclick="displayEditItem({itemdata::ID})" />
    <input type="button" value="-Item" onclick="deleteItem({itemdata::ID},{ID},{groupid})" />
    <input type="button" value="Save" onclick="editItem({itemdata::ID},{ID},{groupid})" />
    <input type="button" value="+Item" onclick="addItem({ID},{groupid})" />
    <input type="button" value="+List" onclick="addList({listheader::groupid})" />
    Which is an odd subset of variable binding within Spry regions.  Other browsers show no error, IE8 displays no further errors (this is only on the initial loading of the XMLDataSets).          

  • Spry regions not being viewed

    Hi there.
    Me and an associate of mine have been doing a small website
    development project that uses spry regions on one of their pages
    (LINK:
    http://www.whytype.com/dev/solutions.html
    ). The XML it references is "products.xml"
    The page itself functions fine locally (displays all aspects
    in firefox) but when uploaded via ftp (including dependent files),
    they don't show up.
    We have all the extensions loaded properly and referenced
    correctly in the page, but regardless it won't display. Could the
    flash banner interfere with it? Is it a code problem or a back-end
    server issue (FYI, server is an Apache 1.3). Any help would be
    appreciated. Thanks in advance.

    Try loading your XML data file directly:
    http://www.whytype.com/dev/products.xml
    I get a parser error because nothing is returned.
    --== Kin ==--

Maybe you are looking for

  • How do I use CFTHREAD in combination with CFFILE Upload

    I've been reading how CFTHREAD is supposed to release the client so that long-lasting operations like a CFFILE upload can continue to do their business while the client does something else. How does this work exactly? I can't find any concrete refere

  • Why wont my ipod connect to my wi-fi?

    My ipod will connect to any wi-fi but it will not connect at home. how can i fix this?

  • Overloaded function question

    I have the following two classes: public class AClass implements Serializable; public class RAClass extends AClass; I have a remote EJB interface named Alarm where two methods in the remote interface look like this: public long setAlarm(String usr, S

  • Image Scale

    I want to be able to display an image on an Applet and take a value from the user for its scale and draw it depending on the value.. my question is.. how do i make the image display with lets say 50% scale (so on half the window) if the user entered

  • Error 12 with time machine

    Hi there, after a disk failure of an interal SATA disk of my dual-2GHz-G5 I´ve restored the lost data using time machine, which worked perfectly fine. All data restored and OK. But - since the restore to the reformated internal disk (same hardware, s