Stephan, I agree w/ Alexey your problems might not be about the node being "contentEditable" or not. Read about the property concept here [1] ... it does a good (overview) comparison about Node.contentEditable and Document.inDesignMode.
[1] http://kb.mozillazine.org/Firefox_:_Midas On Sun, Feb 7, 2010 at 3:39 PM, Alexey Proskuryakov <[email protected]> wrote: > > 03.02.2010, в 10:08, Stephan Assmus написал(а): > >> The culprit is that the start node returns 'false' for isContentEditable(). > > > What is the kind of the start node here? Inputs themselves are indeed not > contentEditable, nodes in shadow tree below them are. So, my first guess > would the that the focus ends up being on a wrong node. > > - WBR, Alexey Proskuryakov > > _______________________________________________ > 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
