webengine/osswebengine/WebKit/s60/misc/WebUtil.cpp
changeset 10 a359256acfc6
parent 5 10e98eab6f85
child 15 60c5402cb945
equal deleted inserted replaced
5:10e98eab6f85 10:a359256acfc6
   150             elType = TBrCtlDefs::EElementNone;
   150             elType = TBrCtlDefs::EElementNone;
   151     }
   151     }
   152 
   152 
   153     // change to activated input box
   153     // change to activated input box
   154     WebView* v = control(frame)->webView();
   154     WebView* v = control(frame)->webView();
   155     if ((elType == TBrCtlDefs::EElementInputBox || elType == TBrCtlDefs::EElementTextAreaBox) && v && v->isEditable())
   155     if ((elType == TBrCtlDefs::EElementInputBox) && v && v->isEditable())
   156         elType = TBrCtlDefs::EElementActivatedInputBox;
   156         elType = TBrCtlDefs::EElementActivatedInputBox;
   157 
   157 
   158     return elType;
   158     return elType;
   159 }
   159 }
   160 
   160