You are correct. Your port would have to expose that as a public API, like Qt and Efl do.
On Mon, Aug 16, 2010 at 3:14 PM, Jason Rukman <[email protected]> wrote: > It looks like the following is a trigger point I was looking for. > > void WebEditorClient::setInputMethodState(bool enabled) > > This looks like it is called whenever an input field for text input is > focused or not (which is what I wanted). > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of Jason Rukman > Sent: Monday, August 16, 2010 9:32 AM > To: Antonio Gomes > Cc: [email protected] > Subject: Re: [webkit-help] Detect text field focus > > Windows CE - but it's very similar to the windows cairo build. > > -----Original Message----- > From: Antonio Gomes [mailto:[email protected]] > Sent: Sunday, August 15, 2010 2:07 PM > To: Jason Rukman > Cc: [email protected] > Subject: Re: [webkit-help] Detect text field focus > > It is a port dependent exposure thing. > > What webkit port are you working with? > > On Fri, Aug 13, 2010 at 5:52 PM, Jason Rukman <[email protected]> wrote: >> Can someone tell me how I would detect a focus in/out action for a text >> input field. It looks like all the various textFieldDidBeginEditing and >> related calls aren't called until text is actual entered into the input >> field. Googling didn't turn anything up for me. >> >> Jason. >> _______________________________________________ >> webkit-help mailing list >> [email protected] >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help >> > > > > -- > --Antonio Gomes > _______________________________________________ > webkit-help mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > -- --Antonio Gomes _______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
