If you have a really long answer and you expand the question in the list view, leave it expanded and scroll down and click the next one the first one collapses and the next one expands but all the content is pulled up as the first one collapses leaving the user to have to scroll up to see the question they just clicked on. This isn't the most user friendly. I'm not sure the best way to solve it, I guess you could detect the expanded div size via jQuery and then scroll that amount if self not clicked.
Comments
Comment #1
joseph.chambers commentedForgot to say this is when "Clicking on question opens/hides answer under question" is enabled in the settings. as well as the accordion feature.
Comment #2
joseph.chambers commentedTo fix this for myself I added the following jquery to the end of this function.
right above the return line.
Comment #3
stella commentedCommitted, with some changes, to D6 and D7 branches. I had to make some modifications so no errors appeared due to '.faq-qa-visible' class not existing (a) on the configuration pages and (b) when the page is initially loaded. I also implemented something similar for the '.faq-category-qa-visible' class which is used for accordian category layouts.