Completed
Last Updated: 17 Jun 2014 08:25 by ADMIN
ADMIN
Marin Bratanov
Created on: 05 May 2014 11:54
Category: Button
Type: Bug Report
0
FIX Leaking image sprite under Safari for iOS for RadButton with Enabled=false and ButtonType=StandardButton (the default)
A workaround is using ButtonType=SkinnedButton or using the Glow or BlackMetroTouch skin.
You can use the following CSS workaround to remove the additional opacity Safari adds for the input that results in the sprite being visible:
        .rbDisabled .rbDecorated {
            opacity: 1;
        }
1 comment
ADMIN
Danail Vasilev
Posted on: 17 Jun 2014 08:25
The issue will be fixed in Q2 2014.