Doesn't display dialog to open file (Safari iOS 8.1)

Hello.
There is some repeatable problem in Safari iOS 8.1:
Safari does not display a dialog to open a file (archive .zip for example) after downloading it from hosting via temporary direct link (see screenshot 1 - front page),
although the correct dialog form on the page can be seen in miniatures layer (see screenshot 2 - miniature).
So I can't open downloaded .zip file in any other application, because I can't see any control elements on the front page.
Thanks
& kind regards.

I seem to have resolved the problem, though the solution is very surprising.
I tried Settings > Safari > Names and Passwords.
I got the "Passcode Lock Suggested" message, so I cancelled. Names and Passwords is still off.
BUT now I'm still signed on when I open a new tab.
Also, I'm still signed on when I turn the iPad off and on again, which never used to happen.
Another behaviour it changed was when you close the first window (using the "double square" icon to reveal the hidden close button). That used to bring up Private Browsing (until the next time you turn the iPad on), but now it produces a blank Safari page (a good thing) and frequently visited sites (a very bad thing, since all tracking options are off, to the best of my understanding).
I'm also getting Search Engine hints from Google, even though that option's turned off.
In the OP, I reported "I enabled the Favorites bar to stop the bug which makes tab 1 go blank when tab 2 is closed." Not quite true. The bug happens less often, but still occurs. Sometimes it's fixed by tapping the bar at the top, but more often I have to go to menu and reselect Safari.
Overall, Safari is obviously very buggy, I'm amazed that it has been released without testing.

Similar Messages

  • How to displays the standard open file dialog box in Oracle Apps Server

    Hi,
    I am having a form, where i am opening a file and putting that file content in a text box.
    This is my code written in WHEN-BUTTON-PRESSED trigger:
    declare
    in_file Text_IO.File_Type;
    linebuf VARCHAR2(8000);
    filename VARCHAR2(30);
    BEGIN
    filename:=GET_FILE_NAME('d:\Rajesh\Practice', File_Filter=>'Text Files (*.txt)|*.txt|',select_file=>false);
    in_file := Text_IO.Fopen(filename, 'r');
    LOOP
    Text_IO.Get_Line(in_file, linebuf);
    :text_item5:=substr(:text_item5||linebuf||chr(10),1,5000);
    END LOOP;
    EXCEPTION
    WHEN no_data_found THEN
    Text_IO.Put_Line('Closing the file...');
    Text_IO.Fclose(in_file);
    END;
    I have posted this in ORacle Apps Server.Where i was not able to get the Open Dialoq Box.It is giving an error as
    "FRM-40735:WHEN-BUTTON-PRESSED trigger raised unhandled exception ORA-302000.".
    I think the GET_FILE_NAME function is not supported in the Apps Server.
    Is there any alternative solution for getting the OPEN DIALOG WINDOW in Oracle Apps Server?
    Pls let me know.

    Hi!
    waldemar.hersacher wrote:
    "It seems that the VIs called by the clients are running in the user interface thread.
    A call to the file dialog box will call a modal system dialog. So LV can't go on executing VIs in the user interface thread."
    Are you sure? I think, that File Dialog, called by LabVIEW File Dialog from Advanced File Functions Palette doesn't blocking any cycles in subVI, which running in UI Thread. Look in my old example (that was prepared for other topic, but may be good for this topic too).
    2 linus:
    I think, you must a little bit reorganize you application for to do this. You must put your File Dialog into separated cycle. This cycle, of course, will be blocked when File Dialog appear on the screen. But other cy
    cle, which responsible for visualization will run continuosly at the same time...
    Attachments:
    no_block_with_file_open_dialog.zip ‏42 KB

  • WEB.SHOW_DOCUMENT sometimes doesn't display the generated PDF file

    Hi all,
    I'm using the following code to generated my report from Forms:<br><br>
    V_REPORT_ID := FIND_REPORT_OBJECT(V_REPORT_NAME);
    V_REPORT_SERVER_JOB:= RUN_REPORT_OBJECT(V_REPORT_ID,P_LIST);
        V_JOB_ID := substr(V_REPORT_SERVER_JOB,length(:GLOBAL.REPORTS_SERVER)+2,length(V_REPORT_SERVER_JOB));
        V_REPORT_STATUS := REPORT_OBJECT_STATUS(V_REPORT_SERVER_JOB);
    LOOP
       IF V_REPORT_STATUS = 'FINISHED' THEN          
          V_TMP_PDF := :GLOBAL.APACHE_HTML_FOLDER ||'rpt'|| V_JOB_ID  ||'.pdf' ;
         COPY_REPORT_OBJECT_OUTPUT(V_REPORT_SERVER_JOB, V_TMP_PDF );
        WEB.SHOW_DOCUMENT(:GLOBAL.AS_HOME_URL ||  'rpt'|| V_JOB_ID  ||'.pdf' ,'_BLANK');     
        END IF;
    END LOOP; <br><br>
    Everything works fine except the WEB.SHOW_DOCUMENT part. In some clients, this command does what it required from it and opens a new browser window with the PDF report displayed on it. In some other clients, this command does nothing: now window dispalyed. When I refer to the Application Server, I see the PDF report successfully generated there. When I put the URL of the generated report manually in the browser address, I can see the report.
    <br><br>
    <b>Why the WEB.SHOW_DOCUMENT doesn't display the generated PDF report in some clients?</b>

    I agree with the previous 2 posters.
    Also firefox and ie handle it differently. Make sure you test on what your clients use.
    Sometimes acrotray.exe is completely retarded and doesn't work.

  • Audacity displays too wide open file dialog

    The problem concerns "File - Open..." and "File - Import - Audio..." dialogs. Window height is small enough to fit on the screen, but it has width about 5 times larger than screen (1600x900). It is possible to change window height to both smaller and larger size, but width can be made larger only. The reason is probably second position in the "file types" filter list, it has many extensions in one line. Did you notice same Audacity behaviour?
    Audacity 1.3.13-1
    Gnome 3.2.0
    Archlinux 64-bit

    I don't understand how iMovie works with those thumbnails.
    I imported some DV footage from an old iMovie HD, 2 clips. The files generated by iMovie'08 looks like this:
    clip1.dv is 768x567 and is 118 MB on disk (although Quicktime reports 238 MB) and clip2.dv is 768x567 and 53 MB on disk. iMovie'08 creates a folder iMovie Cache with a file Cache.mov, 720x576, 12 kB on disk. In the folder iMovie Thumbnails is the file clip01.mov, 160x90, 10 MB on disk and clip02.mov, 160x90, 4.5 MB on disk. In the subfolder iMovie Cache is the file Cache.mov, 160x90, 16 kB.
    Now, the HD footage I had to process differently. In order to get it into iMovie'08, I used VisualHub to convert the 1 hour video at 1440x1088, 10 GB on disk, file HD.mpeg to AppleTV format (720p) as HD.mp4, now 1280x720, 1.5 GB. I import this in iMovie, goes fine, takes a minute or so. Then iMovie starts creating its thumbnails. It took 4 hours 9 minutes!
    The clip is in there as one 1 hour clip. The file structure is as follows: HD.mp4 is 1280x720, 1.5 GB on disk. In the folder iMovie Cache is cache.mov, 1280x720, 2.1 MB. In the folder iMovie Thumbnails is HD.mov, 160x90, 980 MB on disk - ie. two-thirds the size of the original file, in 1/64 the resolution! In the subfolder iMovie Cache is cache.mov, 160x90, 590 kB.
    Skimming is hardly possible on the HD clip, especially moving the cursor backwards, and it is hard to trim selections. It plays fine, though. For the DV clips skimming it works fine.
    Any ideas what is going on here, and how to work around? Is the inefficiency due to the very large clip? I tried to trim of a 2 min clip from the original file and put it through the same conversion, but the result was more or less the same, skimming-wise - very inefficient.

  • BrowseForDirectory doesn't display dialog

    I'm seeing an issue running a Flex 4.1 Air application on Windows Server 2008 R2 Enterprise (x64) in which the Browse For Folder dialog fails to appear. I thought this might have been related to an out-of-date version of the Air runtime, so I updated it to version 3.4, and still no luck. FWIW, the application is compiled on a 32-bit machine, and uses a 32 bit version of the Air runtime (didn't find a 64 bit version).
    The code in question is simple:
    var dir:File = new File();
    dir.addEventListener(Event.SELECT, openDir);
    dir.addEventListener(Event.COMPLETE, openDir);
    dir.addEventListener(Event.CANCEL, browsingCancelled);
    dir.browseForDirectory("Select directory.");
    In every other instance, this opens a handy-dandy dialog window, but not this time. Nothing appears to happen: no loss of focus on the main application window or disabling of functionality, and especially not a file dialog.
    We've been running this application on several Windows OSes, from 32 bit XP, to 64 bit Server 2003, and a couple others, all without problems. Has anyone else encountered this before? Suggestions on a fix, or a likely culprit? I'm looking for next steps to diagnose, too. The application is packaged in an installer, which doesn't provide me with many options for debugging from the Adobe docs I've read so far.
    Any help would be appreciated. I'll try to provide more details where I can, if needed.
    Thanks,
    Dan

    The solution might be simpler than you'd expect. Choose 'Run as administrator.'
    Maybe this will save someone a little time.

  • Stacks doesn't display the icons for files

    My downloads stack doesn't show the icons for the files it contains
    Best way to describe is by showing a photo
    http://img130.imageshack.us/img130/6176/screenshot20100102at130.png
    I don't know why this happens, any help would be appreciated, tried searching the internet for answers but couldn't find anything listing a similar problem

    *THANK YOU!!!*
    I'd been having this problem for weeks and it was driving me nuts!! I tried installing the 10.6.3 v1.1 Combo Update today (thinking the problem was caused by the first upgrade to 10.6.3), but that obviously didn't work. Tried messing w/ Airfoil b/c some people complained about it screwing up icon previews; didn't work. Tried deleting the Quicklook.thumbnailcache; didn't work.
    After reading this post I opened the Console and saw a .mkv file was screwing with quicklookd.
    Deleted it -> problem solved!
    Thanks again!

  • InDesign CS: suppress warning dialogs when opening file

    Hello,
    is there a way to suppress the warning dialogs that inform you about missing fonts or linked images? If I have to modify a large amount of files with a script it would be easier if I handle those situations myself after I opened the file instead of having somebody (or myself) to sit in front of the computer while the script runs and close those messages manually.
    Best regards,
    Christian Kirchhoff

    If you use these two functions to control user interaction, this part of your script will survive when you upgrade.
    function neverInteract() {
    if (app.version == 3) {
      app.userInteractionLevel = UserInteractionLevels.neverInteract;
    } else {
      app.scriptPreferences.userInteractionLevel = UserInteractionLevels.neverInteract;
    function interactWithAll() {
    if (app.version == 3) {
      app.userInteractionLevel = UserInteractionLevels.interactWithAll;
    } else {
      app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;
    Dave

  • Just upgraded to 9.1.0 but my Bookmarks Toolbar doesn't display when I open Firefox (I have to untick then retick it each time in View- Toolbars)!

    When I first open Firefox my Bookmarks Toolbar is missing (but it has created the space under the search bar for it). If I untick it then retick it in View->Toolbars it reappears for the session but then disappears again when I reopen Firefox.

    Hi,
    Please try the [https://support.mozilla.org/en-US/kb/Safe%20Mode Safe Mode] procedure. In the first screen enable (tick) '''Reset toolbars and controls''' and '''Make Changes and Restart'''.
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

  • Quicklook doesn't display images in numbers files

    I encountered an issue with Quicklook not displaying Numbers files correctly (after pressing spacebar). The contents of the files (tables, text) are displayed except for images contained in the files. The thumbnail/preview in the Finder window is rendered correctly.
    I ran qlmanage -p *.numbers on a folder containing several Numbers files and this is the output:
    2013-10-25 21:12:32.526 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa827, name = 'com.apple.tsm.portname'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2013-10-25 21:12:32.529 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0xa92f, name = 'com.apple.CFPasteboardClient'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    2013-10-25 21:12:32.529 qlmanage[3822:507] Failed to allocate communication port for com.apple.CFPasteboardClient; this is likely due to sandbox restrictions
    2013-10-25 21:12:32.537 qlmanage[3822:507] *** CFMessagePort: bootstrap_register(): failed 1100 (0x44c) 'Permission denied', port = 0x3e0f, name = 'com.apple.coredrag'
    See /usr/include/servers/bootstrap_defs.h for the error codes.
    macbook-pro-van-henk-bulder:lay out! henkbulder$ subl /usr/include/servers/bootstrap_defs.h
    macbook-pro-van-henk-bulder:lay out! henkbulder$
    btw it turned out /usr/include/servers/bootstrap_defs.h did not exist on my system so that didn't really help...
    I hope someone can put me in the right direction...

    Same issue here and same error message, but with .tex files.
    This seams to be a Mevericks specific issue.
    I found other people with the same problem:
    https://github.com/rjregenold/jsonlook/issues/3
    http://www.logicprohelp.com/forum/viewtopic.php?t=100846&p=528051

  • Ibooks doesn't display featured and categories panes in iOS 6

    Since I upgraded to iOS 6 on my iPad 3 a week ago, iBooks no longer shows the Featured or Categories panes in the application.  Is anyone else having this problem?

    The Photoshop and/or Bridge forums would be more likely places to get answers to your questions. This forum is inhabited more by programmer types interested in implementing the XMP specification in applications we write.
    I'd expect CS2 to ignore CS1 panels so I doubt that's the issue. Panels don't interfere with each other--they just offer different views of the data. In any case, move the extra panels to your desktop and see what happens.
    As far as I know, all you need to do on the Mac is drag the CS1 application folder to the trash to uninstall it.

  • How to display the open file dialogue in SBO 2007

    Hi
    I have my own form on screen with a edit text box which will contain the path and name of a file entered by the user
    Is there any way I can display the windows open file dialogue so the user can search for a file ?
    Many thanks
    Regards Andy

    Hi Anoop
    Code below, simple and it seems to work well
    Thanks for your help
    Regards Andy
                fpath = ""
                Dim thread As New System.Threading.Thread(AddressOf openfile)
                thread.SetApartmentState(Threading.ApartmentState.STA)
                thread.Start()
                thread.Join()
                form.Items.Item("4").Specific.string = fpath
            Sub openfile()
                Dim abform As Form1
                abform = New Form1
                abform.Show()
                abform.OpenFileDialog1.Filter = "CSV Files|*.csv"
                If abform.OpenFileDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then
                    fpath = abform.OpenFileDialog1.FileName
                End If
                abform.Close()
            End Sub

  • Nano 4G doesn't display complete notes files

    Nano 4th gen with 8GB doesn't display a complete notes file if it's larger than 7K or 8K. Is there a fix or workaround?

    The iPod will only display the first 4kB.

  • Cannot open file in QuickTime Pro

    I recently installed iTunes and QuickTime Pro on my computer. I would like to put some DVD's that I own onto my iPod, but when I put a movie in the DVD drive, I cannot open it through QuickTime Pro. I tried uninstalling both, restarting the computer, re-installing both, restarting, and still I cannot even play a movie through QuickTime Pro.

    QuickTime pro doesn't display the MPEG-2 file format (DVD's) without third party software help. Apple sells the MPEG-2 Playback Component for $20 but it does not allow playback of commercial (Hollywood CSS encrypted) DVD's.
    Visit the iPod discussions pages for more answers.

  • Can't open file after Keynote crashed

    I was working on a large Keynote file (about 130 Mb), when Keynote (4.0.1) quite unexpectedly. It happened a few times before, and I thought it was because of the instability of the new Leopard system. This time, however, I could not open the file after the crash. An error message was displayed: "Can't open file" followed by the path and the file name.
    Does this happen to anyone else? Can anyone help? I hate to lose the work and go back to an early version.

    Keynote and Leopard, especially in their newest iterations, are remarkably stable. That said, no file, program, or OS is totally immune from corruption. Whenever a program, or worse, your Mac, even starts to behave strangely, your first step ought to be to attend to it with a good fixit utility. Repairing permissions is usually fruitless, since it's highly unlikely there's a permissions problem. You already own *Disk Utility*, so you should try to repair the disk with that. Unfortunately, DU's disk repair is pretty wimpy, often unable to repair a problem, or erroneously reporting no problem when one obviously exists.
    So, if you own a Mac, you owe it to yourself to buy at least one (but better, two) industrial-strength utility. There are really only three to choose from:
    1. DiskWarrior is an absolute must. It's unbeatable in rebuilding the directory, and the directory is usually what's corrupted. It can now fix files, too, which is also helpful.
    2. *TechTool Pro* is an excellent suite of fixits - directory, files, defrag, and some hardware tests. It also has a wonder feature, the eDrive. This is a small (10GB) bootable partition on your boot drive which has, among other things, TTP on it. If your main boot partition has a problem, you can boot from here and usually fix things. AFAIC, it's an absolute must on a laptop which you take on trips, far from your collection of fixit disks. You can also put DW on this partition, so you have everything you need right at your fingertips.
    3. *Drive Genius* is a relative new-comer, also a good suite of fixits, and, I believe, does backups, too.
    I have 1 and 2, and that has saved me from catastrophe more than once. 1 and 3 would probably be good, too. (You ought to have more than one of these serious apps because one can sometimes fix something another can't - different proprietary algorithms.)
    One last thing: if you have anything on your computer it'd break your heart to lose (and who doesn't), remember +The First Rule of Computing+: There are two kinds of computer users: those who have already lost all their data at least once, and those who have not yet lost all their data at least once. So: *backup, backup, backup*. I vote for bootable clones, done often (at least daily if you work daily), TimeMachine is pretty good, and there are other options. Pick one, and do it religiously.

  • Font doesn't display correctly in interactions

    I'm using the font Swis721 Cn BT in my Captivate file and I've found that the only time it doesn't display properly after the file is published is when it's used in interactions. The image below shows the font being used as the black text above the interaction but it's defaulting to Times New Roman for all the text in the interaction. The font problem also only exists on other computers. When I view the published file on my computer the font problem doesn't exist.
    Any ideas on why the font only has issues in interactions?

    I also need to add that the font problem exists on the results slide for the reported variables. The default text and the variable are both assigned to the same font yet the variables are defaulting to Times New Roman.

Maybe you are looking for