Closed (won't fix)
Project:
Views Accordion
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2009 at 21:53 UTC
Updated:
19 May 2010 at 15:51 UTC
Jump to comment: Most recent file
Comments
Comment #1
manuel garcia commentedYou would have to hack the module's js file for this to happen.
It could be doable as a new feature, although it gets messy for the user experience of someone using the accordion, if not implemented with hover intent or similar.
I have made an attempt at it, but it is not going to be commited. This is a feature I don't think many need, and to implement properly, it would require lots more code and thinking, specially in the JS file, to do properly, or require the hover intent plugin etc etc.
Perhaps for d7 we'll move to using the jquery ui accordion plugin (which is is in core now), rewrite the whole module, and try to use every functionality the plugin offers.
So for now, you are welcome to test this patch (against the latest dev), and see what I mean.
If someone steps up to the challenge and works on this enough, it may be commited for d6. Or if someone wants to sponsor this feature, talk to me and we'll get it done.
Comment #2
joetronico commentedThe patch does exactly what I need. Excellent!
I tested on IE6/7, FF, Safari. Looks good. I have also tried to apply the patch to the latest release version 6.x-1.2 and everything was working as well.
Many thanks Manuel. Great stuff
Comment #3
manuel garcia commentedYes, currently dev and 1.2 are the same.
Be careful if you are using this patch on a production site. I dont think it will be included in the next version of the module, unless someone steps in and gives us a hand (or sponsors the feature), so when you next update views_accordion, it will not keep this hover functionality.
Comment #4
inst commentedHi,
I´m using the great accoredion module and it works fine. To create an event list, I want to combine an image with date/details/... in the acordion header. This works too but I want to control the position of the image. That means I want to have the image on the left and the porgaminformations on he right.
thanks for any hint.-
best wishes.-
frank
Comment #5
manuel garcia commentedinst:
1. Do NOT highjack issues for your own issue. DO create a new one if you need to.
2. You can do that with just CSS. Learn about float: left; etc.
Comment #6
manuel garcia commentedSetting this to won't fix for now, unless people chip in time or sponsorship.