Closed (won't fix)
Project:
Field Group
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Nov 2011 at 08:33 UTC
Updated:
1 Jun 2024 at 14:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mrfelton commentedComment #2
bryancasler commentedSimple enough patch. Works as expected, just had to clear cache. Thanks for solving this mrfelton!
Comment #3
nils.destoop commentedChanged the patch a bit. $('#page') is a bit hardcoded on theme. And a page group is not always on top of the page.
The window now pops to the multipage wrapper
Comment #5
anniegreens commentedPatch rerolled from #1 with the addition of whitespace removal.
Comment #6
anniegreens commentedSorry. Environment specific pathing removed from patch.
Comment #7
anniegreens commentedRe-rolled for latest dev using
#pagefor those who want it. I'm still not convinced that the multipage group wrapper is the best solution, as it cuts off the top portion of the page that may be relevant.Comment #8
kyleoliveira commentedThe patch in #7 seems to work for me on simplytest.me. Is this not working for anyone? If not, any reason not to commit this?
Comment #9
katannshaw commented@kyleoliveira:
FYI: Patch #7 worked great for me too. The only issue I had was when I also installed the Field Group Ajaxified Multipage module. For some reason, when you select the "Ajaxify" checkbox for a multipage group, the Next and Previous buttons don't scroll to the top. But if I un-select that checkbox, it works fine.
I'm guessing that if anyone has an issue at this point, it probably has something to do with that module, not the Field Group module with this patch on its own. I've created an issue report for that module with this information here: https://drupal.org/node/2111709.
Comment #10
jantoine commentedReroll of patch from #7. It seems that the issue was never reopened and comment #7 never addressed.
Comment #12
Rob_Feature commentedI tried implementing the patch in #7 into version 7.x-1.5 and it fails....it looks like the .js never even fires. Maybe I'm missing something?
Comment #13
david.qdoscc commentedIf the form is displaying in the administrative overlay, then then using #overlay-container rather than #page worked for me.
EDIT: but only in Edge browser - doh!
Comment #14
nitesh sethia commented#10 seems to be working for 7.x-1.5 version of the field_group module. We should plan to add this to the code as this would resolve the issue of scroll.
Thanks,
Nitesh Sethia
Comment #16
nitesh sethia commentedWe can remove the javascript code as it is not required.
Comment #18
nitesh sethia commentedRerolling the patch.
Comment #19
prashant.kabade commentedre-rolling patch for latest version 1.6 from #18Comment #20
prashant.kabade commented#19 is not working . Adding new
Comment #21
nils.destoop commented