Page refreshes to top of accordion in IE

I've built an accordion in which the tabs hold data sets that
determine what shows in the content areas. The result is that the
accordion is pretty tall. I use a laptop to test, and the accordion
widget--6 tabs total--has about 3 tabs below the fold. It's great
in FireFox because the page doesn't move when you click a tab, but
if you click on an item in a tab in one of the lower rows (esp the
bottom two) in IE, the page always snaps back to the top of the
accordion widget. This means the animation happens below the
fold--in fact the user often has no indication that anything on
screen has changed. Is there a way to make IE behave more like FF?
One of the project constraints is that I can't change the
doctype (although I've tested with XHTML doctype and seen the same
problem).
Test page is here:
http://www.milesign.com/test/acc_test.html
Thanks

I addressed this by removing the 'tab index' on the accordion
panel. It no longer jumps to the top of the widget in IE.

Similar Messages

  • IE page refresh when using an accordion menu

    Hi, I have a page which has a jquery CSS styled nested accordion plug in. It's all working just so sweet, opening up menus and submenus which link to relevant pages. When the user navigates onto another page, and then goes back to the page with the accordian on it, it's should all remain open in the same state as it was when they left so they know where they were. That's what it does in Firefox. But in IE, when the user clicks the back button, the page seems to refresh and the accordian is all closed up again. Is there any way to make IE behave as Firefox does? Can I code a ''go back" link which returns them to the page exactly as it was when they left it?

    Here it is >>> http://www.comraderysportstours.com.au/indextest.html

  • TS3899 I am unable to access my mail account. I press the mail icon, the page refreshes to the mail format page - blue bar top and bottom, white text space in the middle.... and that is as far as it goes. It does not list my email accounts or offer any.

    I am unable to access my mail account on my iphone, which I have been able to do previously. I press the mail icon, the page refreshes to the mail format page - blue bar top and bottom, white text space in the middle.... and that is as far as it goes. It does not list my email accounts or offer any.

    Close the mail app, double tap the home button and completely close out of the app.
    then do a reset, no data loss.  Hold down the home/sleep button together until you see the apple logo and then release, then wait for the phone to boot back up.

  • Page refreshes but takes me back to the top of the page

    When I am on yahoo! sports and scrolled down the page, once the page refreshes, it returns me back to the top of the page.
    Once the page refreshes, I'd like to be back at where I was on the page and NOT the top of the page.

    I do not have this exact extension. I seems to affect only certain web sites, mainly some forums, like Macrumors and Modmyi.
    Still cannot fix...

  • Page goes to top on every refresh

    Hi everyone.
    I'm a newbie in Portal.
    The issue on subject was claimed from final users.
    Explanation of the issue:
    Navigating on any page at the Portal, on any command (or refresh) (click on a radio button, choosing filter values from a combo box, content menu...), the page goes to top.
    How the page have many queries the user need to roll down the page to execute it.
    Every time the page goes up after any navigational step of the query.
    It causes an annoying impression of the tool.
    The user wants the page doesn't move on every command.
    Detail: The source WAD for the portal page was created with standad tags. No custom code was used.
    Doubts:
    1) It's fixed with configuration?
    2) It's a normal behavior?
    Thanks in advance any help.
    Espártaco De Paola

    Set the "Isolation Method" property of the iView to "URL".
    Hope this helps.

  • Scheduled page refresh

    I have developed a Portlet using JPDK that access a database. It does a select and displays the result. Everything works like a charm.
    I want to enable a scheduled refresh. That is to say, that I want my Portlet to be regularly re-executed, for example each 5 minutes.
    To do this I thought about two ways:
    -     IFRAME
    I had inserted an iframe in my Portlet and I set the source of it to be a detail page. The problem was that the detail page does not have the same style that the one of the Portlet. I did not find any way to set it to be the same. Moreover I have seen some links in the forum to some iframe examples but they are dead
    -     AJAX
    I have read the excellent white paper of Oracle on this subject but my problem with it is that I do not want to implement a specific web service that returns the select result. I find it too a complicated solution for this simple problem…
    So could anyone help me on this simple point how to regularly reload a Portlet ?

    Hello,
    To me, there are 2 ways to di so :
    Simple way :
    Add a javascript timer on your page. Each top of teh timer will refesh your page.
    -> drawback : it reposts your request
    Nice way :
    Following the AJAX wokaround, you can use JAVASCRIPT to make an astnchronous request to a PL-SQL procedure that can send you your results in a XML fargment. If you modify your JAVA portlet to take this XML in input, you will ne able to refresh your datas.
    AJAX in portal could be made very simply, just take a look at this link : http://julien.carnelos.free.fr/blog/index.php?2006/01/06/26-ajax-et-struts-par-l-exemple
    (french tutorial for ajax and struts)
    Put the javascript methods in a HTML portlet on your page and it works perfeclty.
    Hop That Helps

  • Store data in R/3 without page refresh

    Dear BSP-Masterminds,
    we need to store data in R/3 without a recurrent page refresh. The problem is that our engineers are using PDA's and the page refresh is taking too much time. The engineers are changing equipment data on the PDA's. Every time they click on  save button, the data get send to the R/3 system and the checking, if the data are correct, takes up to 30 sec. Additional the new page refresh on PDA takes another 20 sec. It would be great to find a solution which stores the data somewhere and by hitting the 'final save-button' the data get checked and saved.
    The worst case scenario would be a table of around 600 equipment data, so it might be a huge table that has to be stored somewhere. I thought of a client side cookie but I have no experience if it is possible to store such a big internal table and by the way I don't know if this would be possible on a PDA.
    Every little hint is welcome!
    Regards
    Nicola
    P.S.: Please excuse any spelling mistakes )

    Hi,
    Javascript as such can't do it without refreshing the page. You need to use the AJAX function. But you don't need to be scared about it. Just look at the web logs I've mentioned and you'll understand it quickly.
    Here's an additional AJAX tutorial
    http://www.w3schools.com/ajax/default.asp
    Eddy
    PS. Reward the useful answers and you will get <a href="http:///people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourself">one point</a> yourself!

  • Animated gif and page refresh problem

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

    Animated gif and page refresh problem
    Hi There,
    I'm trying to build a simple "Please wait......" screen using jsp and javascript.
    So far all is going well except that my animatate gif keeps refreshing everything the page is refresh.
    Is there a way the i can prevent the body of the page from refreshing?
    below is my sample code:
    <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
    <jsp:useBean id="StatusBean" class="com1.CandidateRelease" scope="session"/>
    <html>
    <script LANGUAGE="JavaScript">
    function refresh()
    <% if (StatusBean.isRunning()) { %>     
         //setTimeout("refresh()", 1000);
         setTimeout("location='status.jsf'", 1000);
    <% }else{%>
         window.location= "busStopAdmin.jsf";
    <%} %>
    </script>
    <head>
         <script LANGUAGE="JavaScript">     
              refresh();
         </script>     
    </head>
    <body>
         <img id="myImage" src="../img/ojp_wait.gif" alt="" width="151" height="36">
    </body>
    </html>

  • Partial page refresh is not working in APEX 4.0

    Hi All,
    I have a report region in my application,I have selected the following properties for the region,
    Pagination scheme - Row ranges X To Y (with next and previous links)
    Enable partial page refresh - yes
    Display position - bottom -right
    Their is an arrow mark link(next /previous) in the right bottom corner,when i click on that ,the region is displaying the next 15 rows, but the region is not getting refresh,the scroll bars are al went off if i click the previous/next link.
    After that i refreshed the page by clicking F5 ,scroll bar is appearing now.
    In the region header and footer i have added this code,
    <div style="overflow:auto;">
    </div>for scroll bar
    Please some body help me to fix this issue..
    Thanks & Regards,
    Ramya.
    Edited by: Ramya on Apr 15, 2012 10:42 PM

    Hi All,
    I fixed this issue.
    I used Skillbuilders modal popup plugin, to open the form page as popup when i edit the record.To implement this plugin i have already created dynamic action for edit ,create and autoclose the popup.
    In the dynamic action i changed the EVENT SCOPE from BINT To LIVE and tested the application.Now its working fine.
    I can able to edit the record after i hit the next/previous pagination link .
    Thanks ,
    Ramya.

  • Is it possible to intitate total page refresh from plugin code

    In 11.1.1.4 EMAIGC we are facing following issue: Target status is not getting refreshed after dependent components status change (Which will be done through through EM Plugin UI actions). This will status will be reflected only after manual refresh.
    From our plugin code , after the dependent component start/stop operations we wanted to call total page refresh, is there any way to handle this?
    Thanks ,
    Ramadevi

    In 11.1.1.4 EMAIGC we are facing following issue: Target status is not getting refreshed after dependent components status change (Which will be done through through EM Plugin UI actions). This will status will be reflected only after manual refresh.
    From our plugin code , after the dependent component start/stop operations we wanted to call total page refresh, is there any way to handle this?
    Thanks ,
    Ramadevi

  • (Classic) Report losing pagination on partial page refresh - APEX feature request

    I have a page with both an Interactive Report and some classic Report regions.
    Based on user updates, there are many occasions where I need to do a partial page refresh.
    Thanks to plugin http://www.apex-plugin.com/oracle-apex-plugins/dynamic-action-plugin/refresh-interactive-report-1.0_361.html
    I'm able to refresh my IR, but not my classic report (unless I do a submit of the whole page) without losing pagination.
    Request: Will a Dynamic action 'Refresh without losing pagination' be part of future apex versions?
    Now, in apex 4.2, is there another work around available for classic reports?
    (I use 'submit page' now as action, but it's at least a second slower as a partial refresh, and because I need it on every user update, this second becomes a big addition to user frustration).
    Thanks, JP

    Here is the solution for your problem:
    https://apex.oracle.com/pls/apex/f?p=31517:243
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.apress.com/9781430235125
    https://apex.oracle.com/pls/apex/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494

  • Update report dynamically? (without page refresh)

    I have a page with several regions, and only one region is visible at a time. Each region contains a report as well as a drop-down to alter the data displayed in the report. Currently each time a drop-down value is changed it submits the page, which causes the "main region" to become visible since it is set by default to display first.
    Is there a basic tutorial I can follow on how to dynamically update the report output without a page refresh?
    Thanks,
    Steve

    Steve wrote:
    I have a page with several regions, and only one region is visible at a time. Each region contains a report as well as a drop-down to alter the data displayed in the report. Currently each time a drop-down value is changed it submits the page, which causes the "main region" to become visible since it is set by default to display first.
    Is there a basic tutorial I can follow on how to dynamically update the report output without a page refresh?The easiest way to do this is using dynamic actions. Create a Refresh dynamic action for each region that executes when the associated select list is changed:
    h4. When
    Event: Change
    Selection Type: Item(s)
    Item(s): <select list associated with region>
    h4. True Action
    Action: Refresh
    Fire On Page Load: Yes or No depending on the requirements of your application
    Region: <region to be refreshed>
    Ensure that the value of the associated select list is submitted into session state before the refresh by specifying it in Page Items to Submit in the Source section of the report region definition.
    There are some dynamic action tutorials on the Oracle Learning Library. Doesn't specifically mention Refresh in the abstract, so it may not cover this specifically, but it is an introduction to dynamic actions in general.
    (It's probably possible to create a single dynamic action to handle refreshing all of the regions: we'd need more comprehensive details of your application, preferably reproducing it or a simplified version on apex.oracle.com.)

  • My macbook pro started acting strange after a safari reset. the mouse no longer: animates the dock, activates hot corners or selects pages from the 'top sites' page.

    my macbook pro started acting strange after a safari reset.
    the mouse no longer: animates the dock, activates hot corners or selects pages from safari 'top sites' (without a hassle). attempts to reset dock and hot corners from preferences has been fruitless
    the mouse also gets 'stuck' in logic precipitating force quits.
    i run osX 10.6.8 on a 2007 macbook pro that has had 2 motherboards replaced autumn 2010.
    my troubleshooting has been: restart, pRam and safe boot, also checking a 'test' account to find the same issues extant.
    pRam restart caused airport to quit and say there is no airport card, and wouldn't respond untill another reboot.
    macbook pro 15" 2.4 GHz intel core duo.2 GB 667 MHz DDR2 SDRAM.
    i have treated this book with care, yet run logic pro studio to the limit of this book's abilities.
    what shoud i do?

    You don't say which year you have, however...
    ...there are known problems with the mid-2010 models (see http://support.apple.com/kb/TS4088?viewlocale=en_US&locale=en_US) as well as early and late 15" 2011 models (see https://discussions.apple.com/thread/4766577?tstart=0).
    Apple has taken ownership of the problems with the 2010 model but, unfortunately, the free logic board replacement for that model has probably long expired for you - three years after date of purchase.
    One the 2011 models Apple has admitted no defect. You'll just have to skim the articles to get an overview of the problems that people are having (usually showing up as screen glitches at first and then going downhill from there).
    Good luck,
    Clinton

  • How to retain value in LoV item in Tabular Form, after Page Refresh

    Hi,
    I have a tabular form, which contains 2 items(columns), of type "Select List - named LoV".
    Now, 2nd item(column) in tabular form, that LoV should get populated based on user's selection value in first item LoV.
    1. So how do I refer to the value, that user selected in first item's LoV? I will have to use this value as reference in LoV query of my 2nd item ( on this tabular form)
    2. Everytime I select value in first item LoV, page gets refreshed, as my requirement is to calculate 2nd item's LoV based on selected value in first item. So after this page refresh, first item LoV loses its value that was selected before the page refresh happened. So how do i retain this value in first item LoV? I have an unconditional process, that on every submit(refresh) of page, I set all my items with their corresponding values. But problem is what do i mention there to refer to this first item ( of type LoV) of tabular form?
    I looked in view source of my page, this item is referred as f03.
    So i used "apex_application.g_f03", to set this item to its value, in my uncoditional submit process. But it did not work. I tried to refer this item as "f03" in this unconditional submit process. But still it did not help, the selected item loses its value after page refresh(submit).
    Please help.
    Thanks and Regards,
    Ravi.

    Hi Rave,
    You will have to use Javascript and Ajax to change the values as ApEx submissions will lose your results unless they are saved into the database.
    Remember, that as you are using a tabular form there will be lots of items called f01, fo2, fo3 etc on the page (one per row).
    Regards
    Michael
    Edited by: MKii on Jun 4, 2009 10:13 AM

  • Why does a box that says "uninstal set" keep popping up when i go to a new page, refresh the page, or ever open up the browser ever i upgraded to the new firefox?

    I upgraded to the newer version of firefox, and ever since then every time i go to a new page, refresh the page, or open it the interned a box pops up and says "uninstal set" and won't let me continue until i click "ok" why is this happening, and how can i fix it?

    go to Tools, add-ons, then only disable java 6.0.22 ONLY, then you have to click on restart. That solved my problem.

Maybe you are looking for

  • Issue in Vendor A/c clearing

    Hi We have an issue in which we have paid some advance to vendor in EURO at a certain rate say 1 EURO = 1.25 USD. Now at the same rate we have booked the vendor invoice in USD because the bills from vendor  have come in USD. Thus both the down paymen

  • Sorting by Member's Alias name during dimension build

    I dynamically build/update an Employee dimension each month. I want to sort the members by their alias name, which in this case is the employee name. Has anyone done this before? The data file which I'm using to build the outline is already sort by e

  • Package Deal Question

    When you don't see a package deal on the website do they still carry the deal in the stores? or what?  package deal (Canon 2762B003 Black EOS Rebel XS 10.1MP Digital Camera with Extra Lens)  TechGirl Solved! Go to Solution.

  • External file TXT (Prefs) in DCR?

    I seek for help for lingo programming... I make an external TXT file using set pref and get pref. It can be accessed normally by PROJECTOR.EXE The Text I made and save in the external TXT File can be showed in the projector.exe. I wanted to publish i

  • [Solved] Bluetooth in gnome-shell not functioning

    Hello everyone and thank you for reading this topic, I'm trying to get bluetooth working on my laptop, My setup is a acer aspire v3 laptop (containing BT-4)running archlinux wth gnome-shell packages that matter (at least i think): [pascal@Skynet:~]$