Bug? ajax layers not working.

hi
just installed safari 5. i like the new address feature where we can type the page's title instead of the url. anyway, its a feature that firefox already had quite sometime.
anyway, most pages with ajax is not working, especially those with layers. for example, the template monster search form, the options is not displaying. works fine in firefox though.
is it a bug?

hi
just reset safari, and its now working.

Similar Messages

  • Bug report: ignore not working

    Bug report: ignore in the forum here not working
    I set some SPAM users to 'ignore' - still can see their SPAM.
    Please fix it.

    The "Ignore a community user" feature will only block private messages received from other community users. See also the community help here: http://community.skype.com/t5/help/faqpage/faq-category-id/pm#pm
    Is that what you are referring to or do you expect this also to hide public messages posted by these users (which is not what it is currently designed to do).
    If you should spot content on the community that is violating our Community Guidelines please use the "Report inappropriate content" link from the "Post Options" menu next to the message. These abuse reports will then be reviewed by our moderation team.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Ajax Script not working in IE (window.XMLHttpRequest)

    Hi,
    I have written following code in ajax.
    This is a javascript function called on onchange event of a button.
    This code works fine in firefox and chrome but does not work in IE8.0+
    the values don't get displayed.
    plz suggest me if there is any change.
    thnx in advance.
    <script type="text/javascript">
    function showUser(str) {
      if (str=="") {
        document.getElementById("userDetailsShownHere").innerHTML="";
        return;
      if (window.XMLHttpRequest) {
        // code for IE7+, Firefox, Chrome, Opera, Safari
        xmlhttp=new XMLHttpRequest();
      } else { // code for IE6, IE5
        xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
      xmlhttp.onreadystatechange=function() {
        if (xmlhttp.readyState==4 && xmlhttp.status==200) {
          document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
          document.getElementById("btn").name=str;
            showGift(str);
      xmlhttp.open("GET","getuser.php?username="+str,true);
      xmlhttp.send();
    //This code will execute on button click
    function showGift(str) {
        var life = document.getElementById("lifeLabel").value;
        var number = parseInt(life, 0);
        if(number == 55){      
            if (window.XMLHttpRequest) {
            // code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp=new XMLHttpRequest();
          } else { // code for IE6, IE5
            xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
          xmlhttp.onreadystatechange=function() {
            if (xmlhttp.readyState==4 && xmlhttp.status==200) {
              document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
             document.getElementById("btn").name=str;
           document.getElementById("btn").style.display="inline";
          xmlhttp.open("GET","getuser.php?username="+str,true);
          xmlhttp.send();
        else if(number > 0){
          document.getElementById("noLife").style.display="none";
            number = number - 1;
          if (window.XMLHttpRequest) {
            // code for IE7+, Firefox, Chrome, Opera, Safari
            xmlhttp=new XMLHttpRequest();
          } else { // code for IE6, IE5
            xmlhttp=new ActiveXObject("Microsoft.XMLHTTP");
           xmlhttp.onreadystatechange=function() {
            if (xmlhttp.readyState==4 && xmlhttp.status==200) {
              document.getElementById("userDetailsShownHere").innerHTML=xmlhttp.responseText;
              document.getElementById("btn").name=str;
            document.getElementById("btn").style.display="none";
             if(document.getElementById("cometomorrow") || document.getElementById("win")){
                document.getElementById("btn").style.display="none";
                console.log("hide");
              }else{
                setTimeout("showButton()", 1000);
          xmlhttp.open("GET","getgift.php?username="+str+"&loop="+number,true);
          xmlhttp.send();
        else {
        document.getElementById("userDetailsShownHere").innerHTML="";
            document.getElementById("noLife").style.display="inline";
        document.getElementById("btn").style.display="none";
    </script>

    Hi Vishalika,
    Please post questions about html, css and scripting for website development to
    MSDN
    IE Web Development forum is moving to stack-overflow
    xmlhttpRequests is not available to webpages using the file: protocol in MSIE browsers.
    If possible include with your questions a link to your website or a mashup that shows the issue.
    If you are running the webpage from your file system (file: protocol), please advise as such.
    f12>Debug tab to debug your webpage scripts and include any error messages from the console with your scripts... (however xmlhttprequests to local resources do not cause errors in the Developer tool console).... you should always test your web applications
    from an actual web server first (localhost).
    Questions regarding Internet Explorer 8, 9 and 10 and Internet Explorer 11 for the IT Pro Audience. Topics covered are: Installation, Deployment, Configuration, Security, Group Policy, Management questions. If you are a consumer looking for answers or to
    raise a question, it's highly recommended you head on over to http://answers.microsoft.com/en-us
    Rob^_^

  • Showing layers not working in 9.3.3

    Hi, I have not working pdf file http://db.tt/zdUC1H and problem is, that showing layers doesn't work in acrobat pro extended 9.3.3 but it's actually working in 9.3.1 as well as in acrobat pro 8.
    When I enable error console this is what I get
    GeneralError: Operation failed.
    ScriptProxy.createNewLayersManagerObject:17:Doc undefined:Exec
    Line: 1: Code: 2(0x2): host is undefined
    I don't know, what's wrong

    My copy of 9.3.3 says the file you have doesn't have any layers

  • Loading flash through ajax does not work in IE 6.

    Hi all,
    I am having some problems on a site I'm developing. When I
    load a video from youtube, etc, and do so dynamically through ajax,
    it does not work on IE 6. Mind you it does work on all other
    browsers. This problem happens with multiple copies of IE 6 so it
    is reproducible. Not sure if there are any web devs here but any
    help would be greatly appreciated.

    Well, this probably belongs over in the Flash forum. That's
    where the developer questions go.. It's surely a matter of the way
    the code is written (or possibly the paths to the different
    components. There are security restrictions on certain types of
    loading that may also come into play. Hard to tell without more
    detail.

  • JSF 2.0: f:ajax onerror not working

    Per documentation f:ajax' onerror attribute takes the name of a JavaScript function that will be called when an error occurs. I'm using it like this:
    <f:ajax ... oneerror="onAjaxError" />However, that function is not called when a server-side error occurs. I've checked the spelling and made sure that the function is available and syntactically correct.
    Moreover, if that should be solvable, it is not clear from the documentation (and a web search) how to access the underlying error message in that JavaScript function.
    Any ideas?
    Thanks

    This is a bug. onerror was not getting set probably in AjaxBehavior component. Fix in progress.
    Will let you know when fix is in.
    -roger

  • Ajax tabs not working when asp dropdown list in the tab

    I am using asp.net 3.5 framework. My page has modelpopup in that ajax tab controls used. one of the tab has asp:dropdownlist, this dropdown list is binding data from dataset. the tab which has dropdown lists is not working. it is working fine in IE9.0.
    Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: Invalid postback or callback argument. Event validation is enabled using <pages enableEventValidation="true"/> in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback or callback events originate from the server control that originally rendered them. If the data is valid and expected, use the ClientScriptManager.RegisterForEventValidation method in order to register the postback or callback data for validation.

    changed to enableEventValidation="false", then it is working fine.

  • Strange boot bug; open firmware not working

    Hi!
    I have a powerbook Alu 15", 1.5Ghz. It runs OS X 10.4.2 with the latest security update. My problem started last Saturday.
    The problem is that my pb will not restart nor boot on its own. The computer makes its usual chime, the hard-disk starts to spin for a few second, and then stops suddenly before anything is displayed on the screen (the display does not even light-up). If I press the option key after or before the chime, and keep it pressed, or the shift key, or the c key, or the t key, or the command-option-p-r key combination, or even the command-option-o-f key combination, the behavior is exactly the same: the disk starts to spin for a few second after the chime, and suddenly halts. The computer appears to shutdown on its own before the boot can even start.
    Here is the strange part: the computer boots normally if I press the command key (this key on its own is not suppose to do anything). It also works if I press the command-s or command-v key combination. No other key combination seem to work.
    Except for this strange boot behavior, the computer works flawlessly. I did not have any kernel panic for at least a year, the computer did not crash recently, everything works fine except for one small detail on which I will come back at the end.
    I've tried to fix the problem by the following actions:
    1) Clean install of Tiger with a new partitioning of the disk; I even zeroed the entire disk. This did not change anything so the problem is probably not OS related.
    2) Reset of the PMU with the four finger salute: shift-control-option-power combination. No effect except that I lost the date/time information. Hence the reset worked.
    3) Tried to reset the PRAM, but the command-option-p-r key combination does not seem to work.
    4) Tried to load the open firmware with command-option-o-f, but this does not work either.
    5) Memory seems ok. I have 1x256M of Apple RAM + 1x1G of RAM bought from OWC. I've had the OWC RAM for about a year without any problem. Anyway, I removed the 1G module and tried to boot on the 256M Apple module alone. Exact same behavior. Then I removed the Apple module and put back the 1G module. Exact same boot behavior. So the problem is not with my RAM, unless both modules have simultaneously developed a malfunction.
    6) Tried to run the Apple hardware tests. However, for my machine, these tests come on the install DVD, in a special hidden volume. To boot on this special volume, one needs to boot with the option key depressed, and to select the boot volume from the open firmware interface. But this does not work on my machine, the computer seems to shut down before this interface can be activated!
    So this problem is very strange. I can live with having to press the command key for booting my machine, but I would sure like to know what is going on here. Is the problem hardware related? Perhaps, but as I said, the machine works flawlessly except for the strange boot behavior.
    Is the problem related to firmware? I think that this is the most probable option. What do you think? Maybe, the firmware got slightly corrupted? Maybe a bit got flipped in the flash memory? Is this possible? I guess so. But, what can I do? Should I contact my friendly local repairman?! I have to admit that this option scares me a little bit for such a strange problem. I would need an Apple engineer with boot related experience/expertise!
    Now, here is a little bit of further information. I don't know if its related, but it is also very strange. I work with a dual screen configuration. Usually, I connect my screen and then I wake up the computer. Last week, I noticed that if I connect my second screen live, the system detects it automatically. I guess this is new to Tiger? Anyway, the strange behavior is that the computer then asks me if I want to sleep, restart or shutdown my pb, as if I had pressed the power button. But I did not press this button when I connected the dvi connector >:-o
    Many thank

    Hi Scott!
    Almost every time the PowerBook woke after sleep, I got the 'Are you sure you want to shut down your computer now...' message.
    I get this message upon wake only rarely, but every time I plug or unplug a display live.
    The strange behaviour was tolerable, so I've lived with it for several months. But then when checking out the PowerBook discussions, I read about the failing lower RAM slot problems, and just out of interest, checked out my System Profiler....
    Ok, so the good news is that my pb may continue to work for several months
    My lower RAM slot appears to be ok for now.
    Interestingly, I'm sure that the start-up problems began when I started using my PowerBook with a 23" Apple Cinema Display (a pink hued one, but that's another on-going saga) - and you too have mentioned that you use an external display, so I wonder if that's part of the cause of our start-up problems.
    Yes, I've noticed the 'Are you sure you want to shut down your computer now...' message just a few days before noticing the strange boot problem (not sure if the machine booted in between). I use ViewSonic displays (one at home and one at the office), and several different projectors in different class rooms. From what I read, it is plausible that there is a link between this problem and the dvi port. Could it be that the boot sequence of mb is affected by a hardware problem on the dvi port? But not when a press the command key?!
    Anyway, my machine is no longer under warranty, so I intend to live with the problem for as long as possible...
    But I've been doing more regular backups since then.
    Best wishes to you and your (almost) new machine!
    Marc.

  • LR2 and PS4 - merging to HDR, merge to Panaorama and Edit in Layers not working

    Hi,
    I've recently upgraded from LR to LR2.1 and Photoshop CS to CS4. I've been trying to multi-select images from LR2 and edit them as HDR and Panoramas using the "Edit in->" merging options.
    None of them seem to work. I can see PS CS4 being opened, but then nothing happens. No image is opened or dialog box shown anywhere. Closing PS doesn't prompt for any saving, etc.
    I think the problem is because my RAW/DNG files are stored on a NAS. Trying to do the merge from PS directly using the files also doesn't work. But if I copy the files to my local HDD, then things work a lot better.
    Is this a known issue with CS4?
    iMac, OSX Leopard, 4Gb RAM.

    I have done some more tests:
    Setting up CS3 as "Additional External Editor" in LR2.1 Edit/Preferences/External Editing works fine with RAW ( .NEF ) files on NAS-drive.
    Also CS4 as "Additional External Editor" works the same way. The procedure is the same as when CS3 was the standard editor, ie exporting a TIFF file from LR2.1.
    The difference is that the standard CS4 integration is not writing TIFF files från LR, but has a more tight integration to CS4, which is much faster. But still not working when RAW files are on NAS. ( LR catalog files are on local disk ).
    Configuration:
    Dell dimension 9200
    Windows Vista Home Premium ( 32-bit )
    D-link DNS-323 NTFS file system
    Lightroom 2.1
    Photoshop CS4 Extended
    Latest updates installed.

  • Adjustment layers not working in CS4

    I just installed Photoshop CS4 and I can create an adjustment layer, but the editing box for that particular adjustment layer does not come up. It works just fine in CS3 on the same computer. I have a G5 (non Intel). Any ideas why this is not working?
    Thanks, Beth

    Look at the Adjustments Panel.. new in CS4. Window > Adjustments
    There are no dialog boxes anymore.

  • AJAX Spry not working on a page

    I recently upgraded to CS3 from MX and bought the Adobe
    Training Source Book by Bardzell and Flynn. No problems until
    chapter 9. I have attached XML data sets, Get Schema and built Spry
    Tables literally dozens of times by modifying or starting
    completely from scratch over the last few days with no luck at all.
    I am able to preview the data in the Spry XML Data Set dialog
    window, so it seems to be able to correctly read it, however, when
    saved, uploaded to live server and viewed in browser, the page
    contains only the HTML heading and the footer and no dynamic tables
    or data whatsover.
    I do not want to continue not understanding what is not
    working properly and why. Any suggestions?
    Thanks in advance.

    Thank you for the response.
    However, even after correcting the <h1
    spry:detailregion="ds1"> it is still not working.
    I am on Vista Ultimate and use IE, Opera, Maxthon and Firefox
    browsers and have tested on all four.
    No data shows up in DW design window. Just a small table
    representing:
    <table>
    <tr>
    <th spry:sort="countryName">Country Name</th>
    <th spry:sort="region">Region</th>
    </tr>
    <tr spry:repeat="ds1" spry:setrow="ds1">
    <td>{countryName}</td>
    <td>{region}</td>
    </tr>
    </table>
    With blue {countryName} {region} fields.
    I am unsure about the xpath.js and SpryData.js files as I had
    deleted the initial ones that were created on my first try in an
    attempt to recreate them but upon subsequent attempts, the dialog
    window that informs that the files were created did not appear
    again upon recreation. I manually added them from the CD and
    uploaded them. Can I force a recreation of these files? Can I test
    these files to ensure that they are working properly? My remote
    server is not as current as it could be: PHP 4.3.11, MySQL 3.23 on
    Apache Tomcat 4, Linux ES 2.1 - Could that be an issue for any of
    this?
    Thanks again.

  • Spry Framework for Ajax does not work on google chrome

    I downloaded this beautiful gallery to use it on my site    http://adobe.github.com/Spry/demos/gallery/index.html
    Everything ok on InternetExplorer and Firefox but it does not work on Google Chrome.
    Can you help me to solve this problem? 

    sorry but this forum is for questions about JavaScript inside Acrobat and not general language frameworks. We don't have a discussion topic for Spry.

  • Effects on adjustment layers not working in PPro CC 2014

    I am trying to use an adjustment layer to add an effect to my entire project (about 3 minutes). When I add the adjustment layer and the effect, nothing happens. I can apply the effect directly to a clip and it works fine.
    Am I missing something or is this a bug?
    Thanks for the help,
    Catherine

    Mmmm.. maybe there is indeed an issue with the adjustment layer, I have a project that I opened up and wherever I have adjustment layers, they all show as black image...if I check off the effect, then i see my footage underneath.. but as soon as I add an effect (in this case, brightness and contrast + Tint), then it goes to black... changing the blend mode doesn't do anything either...

  • Adjustment layers not working in CMYK MODE?

    Hi Guys
    I have a photoshop issue and was wondering if you could shed any light on the matter?
    When ever i set my document to CMYK mode, some of my adjustment layers become 'un-selectable'  such as the Black & White, vibrance and the exposure adjustment layers?   
    They work fine in RGB mode but was curious if this was common place?
    Any information woould be greatful

    but surely the black and white one does? or am i wrong there?
    It would seem you are.
    You can still use Hue/Saturation as a work-around.
    how do i go about finding that particular thread? 
    That’s no thread but a headline in the Help; personally I prefer to download the pdf:
    http://help.adobe.com/en_US/photoshop/cs/using/index.html
    I am working in cmyk as the poster i am producing is for print, so the document is put into that mode for that purpose.
    If you are using/combining photographic images this approach may not be ideal and incurs the risk of overshooting the TAC.
    On the other hand if you have lots of text, fine lines or other elements that are supposed to, for example, print in pure black working in CMYK would be called for.

  • 3.1 Bug - Add row not working if Sort Nulls defautls to first.

    In some situations when you click "Add" to add a new row of a tabular form you are not provided a blank row, although you can see the row count is incremented in the lower right corner.
    This occurs if the setting of Sort Nulls first/last is allowed to default in the region attributes. By default nulls are sorted first. If your tabular form has a sort on any column and you try to add a row, the new row sorts to the top. If you have more than a screens worth of rows your blank row is not visible because APEX places focus to the last page of the result set. A work around is to go to the region's Report Attributes tab and look for "Sort Nulls" and set it to last.
    But even if you do this you may still run into problems. For example if you sort on a column that has a lot of null values, your blank row may still not appear as the last row and so may not be visible.
    I'm wondering if this is a know issue and if there are plans to correct.
    I mentioned the bug to David Peake when he was out here this week, but I didn't realize what was causing the weird behavior. Too bad I couldn't get his opinion about the cause.
    Thanks!
    Ken

    I'm seeing something that might be related to this, might not. I've setup a tabular form (Apex 3.1.0.00.9) and added a select list (Select list with submit) to help control the number or rows displayed.
    Let's say I select 30 rows to be displayed. Then I click the Add Row button. I'm getting my new empty row at the bottom of the list of records, however I'm only seeing 5 rows of data displayed above my new empty row, rather than the complete list of records (I only have 15 rows in the table right now).
    Another oddity is that the the pagination shown in the pagination select list shows "row(s) 1-15 of 16" even though the report is showing only 5 rows of data. It's almost as if some pagination value has been cached and not updating.
    Anyone got any ideas?
    Earl

Maybe you are looking for

  • New X1 Carbon DRIVER_POWER_STATE_FAILURE Blue screen error

    Just got my new X1 Carbon (20A7-CTO1WW) for less than a week, experienced a blue sceen error of death today. System is running the pre-loaded Windows 7 Professional. System has been updated with all latest drivers and BIOS. Using BlueScrrenView, the

  • Can i use both Component video and HDMI?

    Hi guys, Im wondering if its possible to connect both Component video and HDMI on the ATV? Its currently connected to HDMI on our main HD TV, however, the apartment we have has a strange setup in which you must send RF signals to a loop back in the m

  • Is Sony CX190 compatible?

    I am considering buying a Sony HDR-CX190 video camera. Is it compatible with FCP X? Can I just import, or would I have to send the files through a converter? I'd rather not have to worry about convering the files so would be willing to hear suggestio

  • Help with objects, classes, etc...

    Im having a little trouble grasping the concept of all of these names. I know that every Java program is a class. Now, is a method what we call in C++ a function? It seems as though this is what it is while reading this book but just want to clarify

  • File Info just gives me a blank dialog box

    I am just starting to use PS CS4. I am using a PC with Windows XP 64, 8 GB of RAM etc. The problem I am having is that when I try to add a caption to an image by going to File Info, I get a blank dialog box. It gives the filename at the top but just