Declined
Last Updated: 21 Jun 2022 22:50 by ADMIN
ADMIN
Niko
Created on: 19 Jan 2015 16:29
Category: Rotator
Type: Bug Report
1
FIX incorrect calculations of Rotator items list dimensions when max-width is set on Horizontal Rotator
The problem happens when setting max-width to all Rotator divs using a weak CSS selector:
			.RadRotator div {
				max-width: 800px;
			}

It is strongly advised to avoid using such selectors for the controls, as they may break the rendering and functionality (as is the current case). The workaround it to make sure that only DIVs outside the control have been affected by this CSS rule.
1 comment
ADMIN
Rumen
Posted on: 21 Jun 2022 22:50

Declined since this should be handled by the developer using the control plus there is lack of demand for this improvement.