- Merge request !5Issue #3226844: Activate tab by link anchor is broken β (Open) created by eric.chenchao
- last update
over 1 year ago 17 pass Here is a rerolled version of the patch in #4 for the 3.4 version
- πΊπΈUnited States david.harris@metrostate.edu
I noticed a typo in that last patch. I don't know if it breaks in all instances, or just mine. When I fixed the typo I was able to use the /node/add/bill#edit-group-path in the 8.x-3.6.
if (hash !== '#' && $(hash, <strong>this</strong>).length) { tabFocus = $(hash, <strong>this</strong>).closest('.horizontal-tabs-pane'); } else { tabFocus = $this.find('> .horizontal-tabs-pane:first'); }bFocus = $this.find('> .horizontal-tabs-pane:first'); }
the two instances of this should be $this.
This typo is present in 8.x-3.6 and 3.x-dev
- π©πͺGermany geek-merlin Freiburg, Germany
#7: According to jquery docs that should not matter.
https://api.jquery.com/jQuery/ - Status changed to RTBC
5 months ago 4:21pm 24 August 2024 - π©πͺGermany geek-merlin Freiburg, Germany
I can confirm that #6 applies to current version and fixes the issue for me.
- Status changed to Needs work
4 months ago 7:01am 8 September 2024 - π©πͺGermany Anybody Porta Westfalica
Conflicts need to be resolved, then we need RTBC again. Please use the MR.
- π³π±Netherlands anneke_vde
Here is a new version of the patch from #6 for the 4.x version