Dear Adele Peterson, Thank you very much for your reply, So that mean objects in Webcore/html folders also handle events? After handle the events they will update the DOM tree and Render Tree, is that true?
For example: when we click mouse on a check option, EventHandler will perform HitTest from which EvenHandler know which node in DOM tree is under the mouse , ...., it trace out which HTMLElement is corresponding to the found node and call EventHandler of that HTMLelemenet, ? thank you very much in advance, TungTeng On Mon, May 10, 2010 at 11:30 AM, Adele Peterson <[email protected]> wrote: > Hi TungTeng, > > To learn more about how this works, try setting a breakpoint in > WebCore::HTMLFormElement::submit. > > - Adele > > On May 9, 2010, at 9:20 PM, ngoc le wrote: > > > Dear All, > > > > I understand that RenderTheme will incharge to draw the form control on > the screen. > > However I do not know, how the inserted text is processed, > > > > For example, After we inserted text into google search box, and click > search button, how does the query go from our browser to google server? > > > > Thank you very much > > TungTeng > > > > > > _______________________________________________ > > webkit-help mailing list > > [email protected] > > http://lists.webkit.org/mailman/listinfo.cgi/webkit-help > >
_______________________________________________ webkit-help mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
