Drop-down menus do not properly work on the iPad even if they do on iPhone. The documents were created using Acrobat XI.

can someone help me with this problem, it is basically all the useless fillable pdf documents when you use an iPad

Hello

I tested all the documents that we use and it seems as if the problem has been resolved with the latest update to Acrobat DC.

Thanks for the help, much appreciated.

Tags: Adobe Document

Similar Questions

  • DW-MX-04 in the drop-down menus do not work.

    I use Dreamweaver MX 2004 (have been for several years, so I know my way around it).  I want to create the menu drop-down or menu ruffles to consolidate the links on the page into categories in order to reduce the number of tabs of link I have on each page.  I was able to create the menu, I needed (using the: Tag Chooser\ Behaviors\ the menu Pop-U), but when I saw the pages in Internet Explorer, the text shows that on the text of mouseover (not on top) despite the text color defined as black in the Menu window.  But it's even worse.  When I downloaded the page to try it, in the drop-down menus appear not at all when I hover over the main buttons and I get javascript errors.

    Can someone give me assistance both on how to solve this problem?

    I checked the issue of text color by using the code editor pane view, and it matches the way I have it set on the Shortcut Menu.  But that's the least of my worries, if I can't get to work at all when the pages are turned.

    Thank you... JEB

    Use the CSS Menus.  Menus MM bearing are horrible.

    Pop-up menu Magic2 by PVII (purchase of DW extension)

    http://www.Projectseven.com/products/menusystems/PMM2/index.htm

    jQuery Superfish

    http://users.TPG.com.au/j_birch/plugins/SUPERFISH/

    CSS3 Dropdown menu

    http://www.red-team-design.com/CSS3-dropdown-menu

    Nancy O.

  • Drop-down menus does not open. Click right box will not appear.

    Hello!

    Yesterday, I was working on the Wix site. I noticed that when I tried to do a right click to copy and paste text box never showed up. I realized then, on other sites, in the drop down menus would not open (as the ones where you select your State, etc.). I can't turn on the bar menu at the top of Firefox with the ALT key, but when I click Tools or anything else, the box does not fall down. Same thing for my bookmarks and menu of frequently used buttons. My right click works fine when I'm not online. I really like to use Firefox and hope that there is a better solution than to switch to a different browser. I use Firefox at work and it's there.

    Please let me know if you need more information.

    Try Firefox Safe mode to see if the problem goes away. Firefox Safe mode is a troubleshooting mode that disables certain parameters, disables most Add-ons (extensions and themes).

    If Firefox is open, you can restart Firefox Safe mode in the Help menu:

    • In Firefox 29,0 and above, click on the menu button

      click Help

      then select restart with disabled modules.

    • In previous versions of Firefox, click on the Firefox button in the upper left of the Firefox window and click help (or click on help in the Menu bar, if you do not have a Firefox button) and click on restart with disabled modules.

    If Firefox is not running, you can start Firefox in Mode safe mode as follows:

    • On Windows: Hold down the SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac: Hold the option key during the startup of Firefox.
    • On Linux: Exit Firefox, go to your Terminal and run firefox-safe-mode
      (you may need to specify the installation path of Firefox for example/usr/lib/firefox)

    When the Firefox Safe Mode window appears, select "start mode safe."

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. Please follow the section Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems to find the cause.

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

  • Menu bar 'View' drop-down menus do not work except option 'character encoding '.

    V33.0.1 FF
    For past several updates I asked problems with drop-down menus. 'See' on the Menu bar is an exzmple. Pnly 'Character encoding' option works correctly. Similar problem occurs in many other places including LastPass extension which I use a lot.

    An empty menu appears right without entries. But the problem is not consistent.

    Heals the problem to the menu bar of FF and other questions of FF from FF in safe mode. But I can't find which plugin or extension is causing the problem.

    All ideas

    Hello makatikid, try Disabling graphics hardware acceleration and check again.

    You will have to perhaps restart Firefox for it to take effect, so save any work first (e.g. you compose mail, documents online that you are editing, etc.).

    Then perform the following steps:

    1. Open the Firefox Options window as follows:

      • Click the menu button

        and select Options

    2. In the Options of Firefox window, click the Advanced tab, and then select general.
    3. You will find in the list of parameters, the checkbox use hardware acceleration when available . Clear this check box.
    4. Now restart Firefox and see if the problems persist.

    In addition, please check the updates for your graphics driver by following the steps in the following knowledge base articles:

    In firefox safe mode, hardware acceleration is disable.

    Thank you.

  • drop-down menus are not displayed correctly

    When using drop/menu drop-down menus for example: bookmarks, top some elements do not display correctly. If I have the mouse on them appear, but as soon as I move the mouse somewhere else, they disappear again. I don't have the same problem on other applications for example: Internet Explorer.
    I made a Firefox > troubleshooting information > reset Firefox, which made no difference. This used to work OK, I think that has happened since the upgrade to 20.0.1 but cannot be sure.
    I am running Windows XP Version 2002 SP3
    Thank you

    Hello TR6Nick, please try to disable hardware acceleration in firefox > options > advanced > general and see if that will solve the problem...

  • Button check that several drop down menus are not the default submit

    Hi all

    I create a form that has several drop down menus and add a submit button that checks on Mouseup executes the following code. I need it so that they are not yet on the default value and they chose something different otherwise she will not submit.

    Instance field 'UserDepartment' has the value default of ' Select Department: "I added the checked for 3 of the drop down menus far, but no matter what I choose always travels and don't pop up with an alert, even if the default is selected.

    What I am doing wrong? I have read several other issues, but for me (no experience), it seems fine.

    var v = this.getField("UserDepartment").value;
    var v2 = this.getField("UserRole").value;
    var v3 = this.getField("ManagerRole").value;
    if (v == "Select Department:")
    {
        app.alert("You must select a valid department for the new starter before you can submit this form.");
    }
    else if (v2 == "Select Job Role:")
    {
        app.alert("You must select a valid department for the new starter before you can submit this form.");
    }
    else if (v3 == "Select Job Role:")
    {
        app.alert("You must select a valid department for the manager before you can submit this form.");
    }
    else
    {
        submitForm({cURL: "mailto:[email protected]", cSubmitAs: "PDF"});
    }
    
    
    
    

    To make it replace the first two lines of your code with this:

    var f = this.getField ("UserDepartment");

    If (f.valueAsString is f.defaultValue)

    If it still does not work, you will need to share the file with us for more

    Help.

    Monday, March 14, 2016 at 15:26, ryand54430413 [email protected]>

  • drop-down menus are not open

    Any program that uses the menu drop-down menus in the program such as outlook will allow not her drown to the bottom of the window to stay open enough long to allow you mouse and choose anything from the drop down. When a window pops up which is happening in a program that any movement with the mouse will make up the pop are also behind the window of the program cause you to minimize all windows to find the context menu.  I should mention that not all drop down have this problem. the bottom of the main fall to the Ribbon do not have the problem.

    Hello

    You did changes to the computer before the show?

    Method 1
    I suggest you perform the clean boot and check if the problem persists. Clean boot will disable all of the third-party program to see if any third-party program is causing the problem. When you perform the clean boot make sure that you also disable all antivirus and firewalls on the computer.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software
    Note: Follow step 7 clean boot KB929135 article to reset the computer in normal mode.

    Method 2
    The issue could be due to a virus on the computer. I suggest you run virus scan online by using the Microsoft safety scanner.

    Microsoft safety scanner
    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: when you do an antivirus online, you will lose data that are affected by the virus. Microsoft is not responsible for the loss of this data.

  • Drop-down menus do not disappear when the mouse

    Screen shot 2013-03-22 at 1.24.59 PM.png

    Created with the composition widget drop-down menus remain on-screen, even after I mouse-out. They remove only cdes the screen if I navigate to another page. This behavior leaves a menu (submenu residential) overlappimg Business submenu as in this picture.

    How can I set the target of a widget to disappear after I deleted the mouse on the trigger?

    If you're going to continue to approach Composition widget, you must select the widget to Composition, and then choose the object command > Move To > Master in the foreground in order to go the top of content to pages, the master page is applied to.

    I'm still confused as to why this isn't just a horizontal menu widget on every page (which reflects the structure of your site in the Plan view and automatically assigns and maintains all the page names and links to menus and submenus) or manual (where you can manually create the complete menu structure set the names of menu items and assign links to each menu item and submenu). The menu widget supports formatting and menu structure you currently have (and automatically requires all the submenus to be above any other content when displayed in a browser).

  • Update the drop-down menus and jQuery sortable collide with the 16.0.2

    The drop-down menus that are contained in a table sortable jquery act as if they are disabled. By clicking on them, doesn't matter. I can tab in the menu drop down and control it with the arrow keys, but the mouse does nothing. The menus outside of the table still work very well. This problem only occurs in Firefox 16.0.2 on several computers, all equipped with Windows 7. The problem does not occur in IE9, Chrome or Safari. In addition, the problem does not occur in Firefox 15, but it occurs in Firefox 17 Beta. I did not see anything addressing this specific issue, so I guess this isn't a known issue.

    The problem has been resolved.

  • Installed Firefox 17.0.1. Drop-down lists does not open now (like the drop-down list Twitter connection).

    Installed Firefox 17.0.1.

    Drop-down lists will not open now - for example, Twitter login drop-down list (so cannot connect to Twitter). Drop-down lists has worked for all the previous versions of Firefox.

    Its happens very rarely...

    No need to do it each time...

  • somehow, I've changed the shading of the drop down menus. How can I increase the opacity of the menus.

    I was fiddling with the settings and change the opacity of the drop down menus (like when I get a few letters in the browser address window, and a menu drop-down is displayed with suggestions). The drop down menu is now almost transparent - almost impossible to read. How can I change this back?

    Start Firefox in Firefox to solve the issues in Safe Mode to check if one of the extensions or if hardware acceleration is the cause of the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > appearance/themes).

    Safe mode disables extensions in Firefox 4 and later versions, and disables hardware acceleration.

    Try turning off hardware acceleration.

    • Tools > Options > advanced > General > Browsing: "use hardware acceleration when available.

    If disable hardware acceleration works then check if there is an update available for your graphics display driver.

  • drop-down menus do not work. Need to click several times before drops down.

    This happens mostly with www.linkedin.com.
    The drop down menu works sometimes on the first mouse click; but often it is not, and I have to click several times until it opens the menu. Very aggravating.

    Many issues of the site can be caused by corrupted cookies or cache.

    • Clear the Cache

    How to clear the cache of Firefox {web link}

    and

    • Delete Cookies

    This will be you disconnect all the sites to which you are connected.
    Press < Alt > or < F10 > to display the toolbar.
    Followed;

    Windows; Tools > Options
    Linux; Edit > Preferences
    Mac; name of the application > Preferences

    Then confidentiality.
    Under historical, select Firefox will use the custom settings.
    There is a button on the right side, called View the Cookies.

    If there is still a problem,
    Start Firefox in Safe Mode {web link}
    While you are in safe mode;
    Press < Alt > or < F10 > to display the toolbar.
    Followed;

    Windows; Tools > Options
    Linux; Edit > Preferences
    Mac; name of the application > Preferences

    Then Advanced > General.
    Find and stop using hardware acceleration.

    Dig safe web sites and see if there is still a problem. Then restart.

  • Suddenly cannot enter anything into some empty search fields, drop-down menus does not and javascript popups freeze randomly. WTH?

    I noticed a few things randomly does not not on my computer in the last month or two, and I have tried everything I can think to figure out what it is... still have not thought about it yet. Examples - I was on ebay and the tracking number, I clicked on the page 'My ebay' jumped open a javascript window, but then froze the page so I had to close the tab all. Then on Grooveshark, home page comes up, but if I type anything in the search field, I see what I type, but at the same time, I can still see their default search message. If I try to enter something and click search, it gives me just the warning that I wonder if I want to leave the page, he is never looking for. There are a few other times I think that I tried to use a menu drop-down, and they don't always work - they look just like they are which is clicked but nothing shows. Also do not know if it of related or not, but it is worth mentioning: I tried to install Freecorder and even if I tried both the toolbar and just the installation options button, it does not appear to me to use it, and who is with more disabled adblock. Also not positive took my last update of Adobe Flash, even if I downloaded it.

    I like adblock, but I have had that for years, and it has never caused a problem or stopped me to see everything I wanted to see. My system was pretty bada * before that, and it's frustrating that all of a sudden I can't go everywhere and do everything I could before. Why he does this, and I can fix it?

    Meh... If I had started here rather than try this search at random, I would have fixed the problem weeks ago. I just did a reset of Firefox and tried all the things I mentioned in the op, and everything seems to work fine now. Well well, outside Freecorder, but I can do the work in a different way, I guess. In any case, reset Firefox = solution. Yay!

  • Orderfulfilment support portal. Drop-down menus does not. Help please.

    I work in this page

    Open a folder of Service the customer

    Execution of orders Edition teachers and students

    and I can put data in most of the fields, however the drop downs for

    PURCHASING INFORMATION

    Do not have all the options for me to click on. only an empty menu drop-down.

    using the subscription: a browser that allows cookies and pop-up windows, please contact adobe for hourly pst here support and, when available, click on "still need help," http://helpx.adobe.com/x-productkb/global/service-ccm.html

    thank for help: using a browser that allows cookies and pop-up windows, please contact adobe for hourly pst here support and, when available, click on "still need help," https://helpx.adobe.com/contact.html

  • In 31.0, how to restore drop-down menus practices of bookmarks/favorites in the toolbar?

    When I use the personalization feature to move the bookmarks/favorites icon in the toolbar, all elements of the toolbar compress to a menu drop down on the right side of the toolbar and the address box expands to fill the entire toolbar.

    30.0, when I performed this customization, I have a drop down menu wonderfully practice at the far left of the toolbar of bookmarks and Favorites.

    How to restore this drop in 31.0? I find it difficult to use separate bookmarks toolbar and vertical screen space wasted.

    Thanks cor - el for your kind and quick response.

    As an alternative, I have already started using the sidebar button in the toolbar, but frankly, it is not as convenient as this menu drop-down sugar that I have referred to in my question and it shows only the bookmarks, Favorites. For the latter, I have to go into the menu of the toolbar, and then click Favorites, which is then displayed as a menu drop-down. Not bad, but not as practice.

Maybe you are looking for

  • Satellite A660 - imaging the HARD disc using backup software

    I have an A660. I decided to do a system backup wholw with acronis image home for an emergency. My Quesntion is how are reserved windows make a picture of the toshiba backup partition? If I save all 3 partitions above I can restore them individually

  • Creating a backup image of the disk HARD Portege M400

    I tried to create a backup image of my HD but can not find software that is compatible with the M400 which will generate the image on a separate USB drive. Does not see the local disk but can see USB drive - that someone has managed to generate a bac

  • Need Win 98 drivers for Satellite 1670

    Hello, I need Satellite 1670cds - Win98 drivers but I can't find them.I also read a previous topic with even ask, but I find a lot of information with no connection with these drivers.Can someone post the link of these drivers please? Thanks in advan

  • Is there a switch on a Z3 Aspire all-in-one wireless?

    My Z3 stopped detecting WiFi, now I use a cable.  There is no indication of a wi - fi connection even after a return to the factory settings.  My House wi-fi works normally.  Have I accidentally turned off wireless on the Z3?  If so, how do I turn it

  • The Manager is null in PopupScreen

    Ignore this thread, I just made a stupid mistake in my own code and it had nothing to do with PopupScreen. Hi all I have the following problem, and I can't believe my eyes... I get off PopupScreen, I pass a new handler instance to the constructor inh