Autocomplete/Autofill passwords stopped working after Firefox 30 update

after updating, sites that have autocomplete set to "off" no longer fill in passwords even though the autocomplete prefs in about:config are still set to "true". everything was working fine before updating to Firefox 30.
does this have something to do with it?
* https://developer.mozilla.org/en-US/docs/Web/Security/Securing_your_site/Turning_off_form_autocompletion
i'm unable to view "bug 956906" if i click on the link. [update: if i copy/paste the link into a new tab it loads fine - strange.]
thanks

Well, spoke too soon, in my case, it was a conflicting extension called "Super Start" that caused the issue...after a lot of tryal and error disabling and enabling extensions and testing on dozens of sites, I get to the conclusion that in my case, that was te issue.
Uninstalling "Super Start" solved the issue for me.
This is the extension URL https://addons.mozilla.org/es/firefox/addon/super-start/

Similar Messages

  • Administrator password stopped working after last software update

    Since last automatic software update (I know have Mac OS X 10.7.5 in my MacBook Pro), when prompted for the administrator password with new software installation or to unlock the "lock" in the system preferences, the following happens: the password is accepted as valid (no error message appears, and the password window dissapears), but nothing happens:
    - For new software installation, the "Install" button appears again, and upon pressing it, I get prompted again for administrator password, and the process gets looped into these 2 steps.
    - For unlocking the system preferences, the password window gets closed but the preferences are still locked.
    It seems that my password is valid, because if I purposedly enter a wrong password it lets me know it is not correct, but it just does not unlock anything or just not get accepted as before!
    Now I also see in the tool bar at the top right of the screen my name (I am the administrator and only user, I never created any alternative account), this was not there before.
    Can anyone help me to solve this problem, please?
    Thanks!!
    Monica

    I guess I misunderstood your original post. You are logged in, but you can't authenticate as an admin.
    Back up all data.
    If the user account is associated with an Apple ID, and you know that account password, the Apple ID can be used to reset your user account password.
    Otherwise, boot into Recovery by holding down the key combination command-R at startup. Release the keys when you see a gray screen with a spinning dial.
    When the OS X Utilities screen appears, select Utilities ▹ Terminal from the menu bar.
    In the Terminal window, type this:
    resetpassword
    That's one word with no spaces. Then press return. A Reset Password window opens.
    Select your boot volume if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Follow the prompts to reset the password. It's safest to choose a password that includes only the characters a-z, A-Z, and 0-9.
    Select  ▹ Restart from the menu bar.
    You should now be able to log in with the new password, but if the password is different from the old one, you won't be able to unlock the Keychain. If you've forgotten the Keychain password (which is ordinarily the same as your login password), there's no way to recover it. You’ll need to reset your keychain in the preferences of the Keychain Access application.

  • Coldfusion 64 bit windows installer stops working after recent microsoft update

    Coldfusion 64 bit windows installation stops working after recent microsoft updates and how I worked around it.
    My question is at the end.
    Trying to deploy coldfusion 9 enterprise 64 bit trial  version onto a Windows 2003 64 bit datacenter OS with all OS updates from MS (as of 4-7-2011).
    Steps taken (remember, this is all 64 bit):
    1. Installed the base OS which was slipstreamed with SP2.
    2. Checked w/ microsoft and installed 63 OS updates.
    3. Launch the CF9 trial exe.
    4. As soon as the first screen finishes (the one that looks like  it is extracting files) then the second screen pops up (the one that  simply says CF Adobe Coldfusion 9) and the progress bar quickly moves  95% to the right and the install application quits. No error, no nothing. No log file either.
    5. After a moment of incredulous silence (and retrying/rebooting,  etc), I started to google it. I found nothing. However, I did find a  post (thanks dspent!) that was helpful in that it told how he was able  to get at a log file of sorts, by pre-extracting the  coldfusion_9_WWE_win64.exe file and launching the adobe_cf.exe by hand.  (Dspent's install snafu was different than mine, but his post was very  valuable and got me started in the right direction.)
    6. Got a copy of rarunzipper and extracted the coldfusion_9_WWE_win64.exe file.
    7. From the windows directory created by step 6, I launched adobe_cf.exe.
    8. Same thing (the install application quits. No error, no nothing. No log file either.).
    9. I examine the hs_err_pidxxxx.log file (where the xxxx is a number).
    10. I see inside that file an ominous message: "A fatal error has been detected by the Java Runtime" then "Problematic frame ntdll.dll" and then "The crash happened outside the Java Virtual Machine in native code".
    11. OK, so now I am thinking ntdll.dll !! Native code !! It is like Java is telling me that for some reason it can't dance with the OS.
    12. On a hunch, I decided to test a CF install again on a server with just the base install of W3K3 64 SP2 (ie: skipping step 2 above this time).
    13. Bingo! That install works.
    14. Therefore, one of the 63 patches I had downloaded from MS had triggered a problem with the CF installer.
    15. Back on the first server (the one with the MS security  patches installed and the one that CF won't install on). In the CF file  adobe_cf.lax (one of the files extracted in step 6) there is a line that  mentions where the install gets it's java. Find that file, and check java version installer is using. It is using 1.6.0_14-b08.
    16. Off to the Java website, and there is a newer version of java (1.6.0_24-b07). Downloaded and installed it.
    17. Modify a line in adobe_cf.lax :
       before
         lax.nl.current.vm=resource\\jre\\bin\\java.exe
       after
         lax.nl.current.vm=C:\\program files\\java\\jre6\\bin\\java.exe
    (that assumes that you let step 16 install to the default location)
    Save the file.
    18. Run the install ... ** IT WORKS ** !
    Obviously, the built in java provided with the CF installer is  no longer compatible with some change introduced by some recent MS  update on the W2K3 64b SP2 platform.
    And now the interesting part. Although I forced the installer to used the new java, it did not incorporate it into the cf build (ie: in jvm.config, you still see c:/coldfusion9/runtime/jre AND the  version of java.exe that is in that directory is the original version,  not the newer version I forced the installer to use).
    On the surface, CF seems to run OK, but I have not done any application testing yet.
    And finally my
    ** QUESTION **
    Would it be appropriate to simply point the java.home var to the new java directory? I see that the directory structures and files are not exactly the same  (close though) so I certainly don't want to break things by doing this,  but instinct tells me that if the installer broke using the older  version, then something else is gonna break down the road if I don't use  the new version. On the other hand, the differences in the  directories and files is enough that it makes me very nervous, with my  limitied java skill set, to make this decision. 
    Thanks in advance!!
    Byron

    Hi Byron,
    Wow great post no doubt much of the information will be useful for those on Win03 SP2 +. Have to say not come across similar problem on Win08 r2 SP1 +.
    So to your question. Adobe security bulletin (http://kb2.adobe.com/cps/894/cpsid_89440.html) recommends running CF8 and CF9 with JVM 1.6.0_24. The bulletin does not say how to do that. I take you installed JDK and not just JRE 1.6.0_24? Post install of JDK follow these steps:
    Stop CF - SERVICES.msc stop "ColdFusion 9 Application Server".
    Take a copy of CF\runtime\bin\jvm.config - so you got a backup.
    Edit CF\runtime\bin\jvm.config find line "java.home=" and comment it out eg:
    #java.home=C:/ColdFusion9/runtime/jre
    Add new line like so and save jvm.config:
    java.home=C:/Program Files/Java/jdk1.6.0_24/jre
    Note  there the slashes and the location of the JRE (runtime) - you need to  point to the one in JDK because the other JRE in C:\Program  Files\Java\jre6 will be missing a DLL.
    Start CF via SERVICES.msc.
    HTH, Carl.

  • App password stopped working after IOS7 update

    iPhone:  3rd party app purchased via iTunes App Store.  "My Disk" worked great, until I did the IOS7 update, then the password stopped working.
    Creator, "Weihe Mo" will not answer emails or FaceBook IM's.  I'm at my wit's end.  Is there any way to break through a password for an App?

    So the password for the app is no longer letting you into the App? You were right to contact the app developer for support, because it is a non-Apple applicaiton. Apple has nothing to do with the app or being able to make it work. Keep hounding the developer for support, that is your only avenue of approach for this.

  • Front and back cameras stopped working after IOS 8 update

    My front and back cameras both stopped working after i updated my phone to the IOS 8 software. Does anyone know why this would happen or any way of fixing it?

    Hi VictoriaViking,
    Not sure why your cameras stopped working with the update, or what the exact symptom is (black screen, no response...), but please check out the Camera troubleshooting section of this article.  (I know some don't apply to your issue.)
    iPhone: Hardware troubleshooting
    If the screen shows a closed lens or black image, force quit the Camera app.
    If you do not see the Camera app on the Home screen, try searching for it in Spotlight. If the camera does not show up in the search, check to make sure that Restrictions are not turned on by tappingSettings > General > Restrictions.
    Ensure the camera lens is clean and free from any obstructions. Use a microfiber polishing cloth to clean the lens.
    Cases can interfere with the camera and the flash. Try gently cleaning the lens with a clean dry cloth or removing the case if you see image or color-quality issues with photos.
    Try turning iPhone off and then back on.
    Tap to focus the camera on the subject. The image may pulse or briefly go in and out of focus as it adjusts.
    Try to remain steady while focusing:
    Still images: Remain steady while taking the picture. If you move too far in any direction, the camera automatically refocuses to the center.
    Note: If you take a picture with iPhone turned sideways, it is automatically saved in landscape orientation.
    Video: Adjust focus before you begin recording. You can also tap to readjust focus while recording. Exiting the Camera application while recording will stop recording and will save the video to the Camera Roll.
    Take care,
    Nubz

  • E Bay Sign in no longer works after Firefox Security Update 3.6.6 , return message from eBay is error in your input while signing in

    When signing in to eBay, I get an error message stating that there was an error in my input when I attempted to sign in... which also brings up the sign in page again... had no problems prior to the Firefox Security Update 3.6.6..... I can "claim " I forgot my password and using the forgotten password link... get into My eBay... but if I log out and then sign back in a day later... it's the same old thing all over again.... this browser is becoming as much a problem as Internet Explorer has been for years... Firefox used to be simple, straightforward and fast... now, there is little difference between it and the Microsoft hog... IE
    == URL of affected sites ==
    http://ebay.com

    Any computer tech would know that it is likely not firefox causing this issue, but an incompatibility with a new ebay sign-in page and the firefox browser. The browser only does what the code on the page tells it to. I have seen the issue with other sites that work with IE or with Safari, but not firefox and some that work with firefox and IE but not Safari, it is the web developer's fault for the page that isn't working, not your browser.
    ---It is possible that it is a firefox issue, but it is most likely an issue with the webpage itself. I do not have a problem signing into ebay at all with firefox.

  • Photoshop 3D Extrusion stopped working after latest Adobe update

    I have Creative Cloud subscription and Photoshop 3D Extrusion used to work fine (though slow).
    After latest update several days ago it stopped working, displaying an error message instead:
    "The 3D features require that 'Use Graphics Processor' is enabled in the Performance preferences. Your video card must meet the minimum requirements and you may need to check that your driver is working correctly"
    The Graphic Processor is enabled, and the driver is working fine.
    Is this a bug or a "feature" in new version? How to make it work as before the update?

    Ken, who are "they"? I expect help from Adobe. Aren't you a staff member?
    When Adobe sold me the Cloud it did not tell me that 3D features were not going to work.
    The last update was applied only to Cloud version of Adobe products. It's not Photoshop specific. Something was wrong with the cloud software update.
    I expect Adobe to fix the bug and make 3D features work again.

  • Why do gestures stop working after Mountain Lion update?

    I've just installed Mountain Lion on my MBP, and soon after a reboot, gestures stop working.
    Rebooting fixes this, at least temporarily. But soon afterwards I can't switch between screens with three finger swipe etc.
    Yes, gestures are enabled in preferences.
    Any clues?

    Having same issue with iMac and Magic Mouse.
    I found that Mission Control stopped working as well (even with the App shortcut in Applications) and as such found a quicker workaround than login / logout.  Open Terminal and type:
    killall Dock
    This will restart the Dock and Mission Control etc and seems to restore the gestures.
    Cheers
    Phil

  • 2010 Mini superdrive has stopped working after Mountain Lion update - anyone else?

    After updating to 10.8 the superdrive on my 2010 mini has completely stopped working. It will not accept any disks. Disk Utility sees the drive as a working drive. Anyone else having this issue? If yes and you've resolved it, how??

    Same thing happened to me with Mountain Lion. It seems that at the moment there's no solution. I've tried to burn a DVD with Toast Titanium, iDVD and the SimplyBurn. All of them failed.
    It's a shame that Apple did this because we pay for a computer with a drive that could burn DVD discs. I´m very, very disappointed with Apple!

  • Built-in camera stopped working after 7CCN35WW firmware update

    Applied 7CCN35WW over the 34 firmware. Veriface stopped working, says there's no camera present even though camera is present in Device manager. Skype is not working either, says camera is used by another process even after a fresh restart.
    Solved!
    Go to Solution.

    Fixed it by going into BIOS and saving the existing config. Camera is working again.

  • HP Power Advisor has stopped working after installing latest updates

    I have been using HP Power Advisor successfully on my Lenovo X230 running Windows 7.  After installing the latest Power Advisor updates it no longer works.  I can select a voltage from the dropdown on the Input Voltage screen but nothing happens when I click on the Go button, as if it is disabled.  I've tried re-installing the download package which works fine but it stops working again as soon as I install the latest updates.  Any ideas how to solve this?

    Well on the website for HP power Advisor, it specifically says, 
    "Accurately estimate power consumption of your HP server and storage products"
    There could be many different things interrupting your use of the program, but I'm going to say that maybe your largest problem with using the HP software designed for HP machines is your Lenovo.
    Sorry,
    Good Luck!
    Did I help you? Please give me a Thumbs up to help let others know!

  • FIngerprint reader stopped working after windows automatic updates

    Hi,
    I recently purchased an Envy j109tx laptop.
    From day one the finger print scanner was not working. 
    After updating hp simplepass it started to work.
    Again today I installed some windows update. After that it stopped working.
    The light in the fingerprint reader is not turning on.
    Is there a fix for this?
    Someone please help me.
    Thanks in advance.

    @naga5speed ,
    Hello and thank you for posting on the HP support forums.  First thing did you do the windows update due to your system having some issue?
    If not then do a system restore back before the update.
    It is probably some microsoft update that is conflicting with the driver.
    It is good to keep your system up to date.  But it is better to make sure before you run an update that you take a look as to why you are updating.
    Do I need to fix an issue?
    If i do not do the update will something stop working?
    Using Microsoft System Restore (Windows 8)
    If this fails to work then you may have to back up your data and run a system recovery.  The reason for this is what ever update you ran has made changes to system files or the registry that a restore will not fix.
    Performing an HP system recovery (Windows 8)
    Here is another link you may find useful.
    Fix Microsoft Windows Update Issues
    Please let me know how things go.
    Thank you again for posting and have a great day.
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    D5GR
    I work on behalf of HP

  • Form Controls stop working after December 2014 Updates

    For some users, Form Controls (FM20.dll) are no longer working as expected after installing MS14-082 Microsoft Office Security Updates for December 2014. Issues are experienced at times such as when they open files with existing VBA projects using forms
    controls, try to insert a forms control in to a new worksheet or run third party software that may use these components.
    You may received errors such as:
    "Cannot insert object"
    "Object library invalid or contains references to object definitions that could not be found"
    "The program used to create this object is Forms. That program is either not installed on your computer or it is not responding. To edit this object, install Forms or ensure that any dialog boxes in Forms are closed."  
    * Note In this last error message, the Forms text may also be replaced by the GUID of the control.
    Additionally, you may be unable to use or change properties of an ActiveX control on a worksheet or receive an error when trying to refer to an ActiveX control as a member of a worksheet via code.
    Steps to follow after the update:
    After updating, the cached control type libraries (extender files) may be out of sync. To resolve this issue, you must delete the cached versions of the control type libraries (extender files) on the client computer. To do this, perform a search on your
    hard disk for files that have the ".exd" file name extension and delete all the .exd files that you find. These .exd files will be re-created automatically when you use the new controls the next time that you use VBA. These extender files will be
    under the user's profile and may also be in other locations, such as the following:
    %appdata%\Microsoft\forms
    %temp%\Excel8.0
    %temp%\VBE
    Scripting solution:
    Because this problem may affect more than one machine, it is also possible to create a scripting solution to delete the EXD files and run the script as part of the logon process using a policy. The script you would need should contain the following lines
    and would need to be run for each USER as the .exd files are USER specific.
    del %temp%\vbe\*.exd
    del %temp%\excel8.0\*.exd
    del %appdata%\microsoft\forms\*.exd
    del %appdata%\microsoft\local\*.exd
    del %temp%\word8.0\*.exd
    del %temp%\ PPT11.0\*.exd
    Additional step:
    If the steps above do not resolve your issue, another step that can be tested (see warning below):
    1. On a fully updated machine and after removing the .exd files, open the file in Excel with edit permissions.
    2. Open Visual Basic for Applications > modify the project by adding a comment or edit of some kind to any code module  > Debug > Compile VBAProject.
    3. Save and reopen the file. Test for resolution.
    If resolved, provide this updated project to additional users.
    Warning: If this step resolves your issue, be aware that after deploying this updated project to the other users, these users will also need to have the updates applied on their systems and .exd files removed as well.
    If this does not resolve your issue, it may be a different issue and further troubleshooting may be necessary.
    References with further information: 
    3025036 "Cannot insert object" error in an ActiveX custom Office solution after you install the MS14-082 security update
    http://support.microsoft.com/kb/3025036/EN-US
    3017349 MS14-082: Vulnerabilities in Microsoft Office could allow remote code execution: December 9, 2014
    http://support.microsoft.com/kb/3017349/EN-US
    2726958 MS14-082: Description of the security update for Microsoft Office 2013: December 9, 2014
    http://support.microsoft.com/kb/2726958/EN-US
    2553154 MS14-082: Description of the security update for Microsoft Office 2010: December 9, 2014
    http://support.microsoft.com/kb/2553154/EN-US
    2596927 MS14-082: Description of the security update for the 2007 Microsoft Office suite: December 9, 2014
    http://support.microsoft.com/kb/2596927/EN-US

    In case it is of any help in identifying why this update caused errors, the specific instance I have experienced is as follows:
    The application uses Visual Basic (6.5) for Excel.  The piece of code causing an error (438) was as follows:
    Public currcombo(12) As ComboBox 
    Sub comboset()
    '   set up comboboxes for test selection
     With Workbooks(currCRW).Sheets("client results")
    '   set up test selection combo controls
        Set currcombo(1) = .F14
        Set currcombo(2) = .F15
        Set currcombo(3) = .F16
    . . . . .etc
    The error occurred on the first Set statement where 
    In this case (in two environments: Windows 7 Home Premium 64 bit and 32 bit, Excel 2007)  the cure was to uninstall the problem security update KB2596927.

  • ITunes stopped working after september windows update

    I have just updated windows 8.1 (latest september updated released on 9/9/14) and the iTunes stopped working and crashed. I think its a problem of autorizathion: Immediately trying to deauthorize and reauthorize itunes works. Fix this bug in the next release please!

    AVG was the issue...EOS started right up as soon as I uninstalled AVG! Thanks!

  • HP7160 photo printer stopped working after 8.1 update. Just stays in queue

    I do not know what bit it is.  I have a pavilion 20 HP all in one.   It seems after the latest update nothing is working.  application and printer. 

    Hello @dlw0321 , and welcome to the HP Forums, I hope you enjoy your experience!
    I see you are having issues printing since updating to 8.1.  I would like to help!
    I would suggest Uninstalling the Printer Software.
    Once it is uninstalled, I would suggest putting your system into clean boot mode within the Microsoft configuration.  You can do so by following this document: How to perform a clean boot in Windows.
    Once the computer is in clean boot mode, I would suggest reinstalling the HP Printer Install Wizard for Windows.
    Good luck and please let me know the results of your troubleshooting steps. Thank you for posting on the HP Forums!
    Please click “Accept as Solution " if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the right to say “Thanks" for helping!
    Jamieson
    I work on behalf of HP
    "Remember, I'm pulling for you, we're all in this together!" - Red Green.

Maybe you are looking for

  • Java Threads not being released after loggin off

    Hello everyone, We are seeing a weird problem in our PI 7.0 box. Once I logout from the XI box (both ABAP and Java stck) my basis tem still sees Java threads aginst my id still open. Our system does not seem to be realeasing Java threads. Is this a k

  • Can't access Emails

    For the past week or so i have no access to my email address (@btinternet.com) I am in afgahnistan at the momemnt so got no access to calling the premium mail helpline.  I have tried the live assistance chat, but they just seem unable to solve my pro

  • Unable To Register OAF Page in Oracle Apps R12.0.0

    Hi All, I am registering a page in Purchasing Resonsibility in R12.0.0 I have moved my .classes files (jdevbin/jdev/myclasses/) to JAVA_TOP/classes in linux and moved my .xml files to PO_TOP/mds/selfservice/csvdemo/webui used XML Importer to import t

  • Why are all the volume sliders resetting to zero when I enable recording on my tracks?

    That's basically all there is to it. I have 8 drum tracks all set at different input levels but when I record-enable the tracks all the volume sliders rest to zero in the mixer. This has never happened before!

  • ODS Capability of 2LIS_02_SCL

    All, I am having an issue with the 2LIS_02_SCL (Purchasing Schedule lines extractor) that I just cannot figure out. Here is the situation.... I have created an ODS layer in front of a set of data targets...one data target is a cube that is modeled fr