Revert "Invisible control can not be received focus"
authorKONG KEONPYO <keonpyo.kong@samsung.com>
Tue, 14 May 2013 08:14:54 +0000 (17:14 +0900)
committerGerrit Code Review <gerrit2@kim11>
Tue, 14 May 2013 08:14:54 +0000 (17:14 +0900)
This reverts commit 4a562612696c80cb12b2c32c75102fe21dc9e46c

src/ui/FUi_Control.cpp

index 9e9e7f5..99ca14d 100644 (file)
@@ -2526,12 +2526,6 @@ _Control::SetFocused(bool on)
                                IsFocusable(), E_INVALID_OPERATION,
                                E_INVALID_OPERATION, "[E_INVALID_OPERATION] This Control isn't focusable control.");
 
-       bool isVisible = IsVisible();
-       if (isVisible == false)
-       {
-               return E_SUCCESS;
-       }
-
        if (on)
        {
                _Window* pTop = GetRootWindow();