diff -r e6a39382bb9c -r c8fb4cf7b3ae textinput/peninputarc/src/peninputlayoutcontrol/peninputfloatbubble.cpp --- a/textinput/peninputarc/src/peninputlayoutcontrol/peninputfloatbubble.cpp Tue Apr 27 16:59:43 2010 +0300 +++ b/textinput/peninputarc/src/peninputlayoutcontrol/peninputfloatbubble.cpp Tue May 11 16:31:42 2010 +0300 @@ -70,7 +70,11 @@ { CWindowGc& gc = SystemGc(); TRect rect = Rect(); - gc.Clear( rect ); + + if ( !SupportTransparent() ) + { + gc.Clear( rect ); + } //draw background if ( iBkgndSkinId.iMajor )