Bug #84253
closedBE Login with 8.7.11 and Firefox Quantum Browser Version 59.0 not possible anymore
100%
Description
Update March 22nd, 2017¶
See issue #84503 for a detailed explanation of the Firefox regression
Original report¶
I installed the new TYPO3 CMS version 8.7.11 and tried to login into the BE with the usual admin access. It do not works anymore with Firefox Quantum Version 59.0!
We tried to clear all Caches in the Install Tool even opcache the the typo3temp/ folder - without any success.
With all other browsers on Windows 10 OS like Chrome (version 65.0.3325.162) or IE 11.251 or EDGE Browser (version 41.16299.248.0) it works without problem!
PHP: 7.1.15
OS: Linux
Updated by Simon Gilli over 6 years ago
- Related to Bug #84254: BE Login fails after update to 8.7.11 with Firefox added
Updated by Andreas Kienast over 6 years ago
- Has duplicate Bug #84257: BE Login fails after update to 7.6.25 with Firefox added
Updated by Andreas Kienast over 6 years ago
- Status changed from New to In Progress
- Assignee set to Andreas Kienast
Updated by Gerrit Code Review over 6 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56142
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56143
Updated by Gerrit Code Review over 6 years ago
Patch set 1 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56144
Updated by Gerrit Code Review over 6 years ago
Patch set 2 for branch TYPO3_7-6 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/56144
Updated by Oliver Hader over 6 years ago
- Category set to Authentication
- Is Regression set to Yes
Updated by Markus Klein over 6 years ago
We fail to reproduce this.
It works for us with FF59 on OSX. Tested with 8.7.9 and 8.7.11
Updated by Markus Klein over 6 years ago
We managed to reproduce. This only happens with this exact sequence:
Username <TAB> Password <TAB> <ENTER>
Working sequence:
Username <TAB> Password <ENTER>
Updated by S P over 6 years ago
Can confirm, Markus Klein. The password field, once focused, must not lose focus. So, clicking directly on submit will not work as well, one has to press enter.
Updated by Susanne Moog over 6 years ago
Spent some time analyzing the issue and basically what happens is:
- Leaving the password field triggers JavaScript that disables the submit button
- The JS then tries to click on a disabled button which works everywhere but in Firexfox (see also accepted answer on https://stackoverflow.com/questions/3100319/event-on-a-disabled-input )
Until the next release the proposed workaround is using the sequence posted by Markus:
Username <TAB> Password <ENTER>
Updated by Susanne Moog over 6 years ago
- Related to Bug #84308: Submit of RSA encrypted form not working with type="image" in TYPO3 8.7.11 added
Updated by Andreas Fernandez over 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 8bcd58a219d49340de79e92bdeed69c0cf2e6eec.
Updated by Markus Klein over 6 years ago
- Related to deleted (Bug #84308: Submit of RSA encrypted form not working with type="image" in TYPO3 8.7.11)
Updated by Markus Klein over 6 years ago
- Related to Bug #76120: rsaauth does not submit the name of the submit-button added
Updated by Gernot Ploiner over 6 years ago
My 2 cents: The problem also appears, when the username and password is saved in firefox. To reproduce this case click into the username field, choose the saved username (the password is filled out automatically) and then click login.
Updated by S P over 6 years ago
Will there be an unscheduled release for this patch? We have lots of customers with this problem.
Updated by Oliver Hader over 6 years ago
Update: Updated release packages are scheduled for Thursday, March 22nd, 2018 to fix these login issues with Firefox which are currently (and unfortunately) causing trouble in TYPO3 v7.6.25 and v8.7.11
Updated by Oliver Hader over 6 years ago
- Related to Bug #84503: Streamline RsaAuth login behavior added
Updated by Markus Klein over 6 years ago
- Target version deleted (
next-patchlevel)
Patches have been reverted due to regressions, the login shall work again without issues.
Updated by Markus Klein over 6 years ago
- Has duplicate Bug #84498: BE login button not working in Firefox added
Updated by Markus Klein over 6 years ago
- Related to deleted (Bug #84254: BE Login fails after update to 8.7.11 with Firefox)
Updated by Markus Klein over 6 years ago
- Has duplicate Bug #84254: BE Login fails after update to 8.7.11 with Firefox added