roundabout icon indicating copy to clipboard operation
roundabout copied to clipboard

Initial positioning is incorrect, fixed when roundabout advances

Open jkuss opened this issue 12 years ago • 3 comments

My roundabout has no odd settings but for some reason, the initial positioning is way off until the roundabout advances (click an image)

http://staging.brightoninteractive.com/CNW/NEW/index.html

Any guess as to why?

jkuss avatar Aug 21 '12 19:08 jkuss

Did you ever find a solution to your problem?

solvingtheweb avatar Oct 15 '12 23:10 solvingtheweb

Nope but I added $('#roundabout').roundabout("animateToDelta", 0); after I initialized it and that made it work. See general.js at http://cnw.brightoninteractive.com

jkuss avatar Oct 15 '12 23:10 jkuss

Are you adjusting the height after the roundabout has been initialized? It looks like the list elements position their top both during initialization as well as on advance.

emcniece avatar Aug 06 '13 23:08 emcniece