Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
forms system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Aug 2015 at 12:50 UTC
Updated:
2 Nov 2015 at 19:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
hass commentedComment #3
joyceg commentedI have taken up this issue.
Comment #4
joyceg commentedIn which file did you find this issue?
Comment #5
hass commentedI used recaptcha with captcha and assigned recaptcha to user password reset form.
Comment #6
joyceg commentedNo such file is seen.Do you have any idea about the file location from which you have quoted the code in the issue?
Comment #7
joyceg commentedNo such file is seen.Do you have any idea about the file location from which you have quoted the code in the issue?
Comment #8
hass commentedHave you tried the instruction from #5?
Comment #9
sidharthap+1 to @hass. I replicate the issue on my recent D8 clone using #5.
I used recaptcha-8.x-2.x-dev and captcha-8.x-1.x-dev module.
This issue is related to Drupal core file resides at core/includes/form.inc. Here is the initial patch to fix it but I am not sure if form.inc is the right place to change the code.
Comment #10
nidhi.badani commentedComment #11
nidhi.badani commented@sidharthap: Looks good.
I did a manual testing by applying the above patch and works fine.
Attached are the screenshots taken before and after applying the patch.
Comment #12
vanilla-bear commentedHi,
We try to reproduce issue with Drupal 8.0.x and recaptcha-8.x-2.x-dev and captcha-8.x-1.x-dev module.
But we can't reproduce issue.
Comment #13
duaelfrThank you @sidharthap and @nidhi.badani for your work on this.
I think that issue should be reproduced in Core. If you cannot find any place where that occurs, you should write a small test that shows the problem.
Comment #14
duaelfrComment #15
hass commentedNever close bugs.
Comment #16
duaelfrSomeone found how to reproduce and started to work on a fix
#2605420: Missing aria-pressed template_preprocess_details() due to lost copied attributes in Attribute