[webkit-reviews] review requested: [Bug 44252] QWebView::selectionChanged() is never emitted. : [Attachment 64830] Proposed fix - apply with patch -p0

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Aug 19 05:11:34 PDT 2010


marc at kdab.net has asked  for review:
Bug 44252: QWebView::selectionChanged() is never emitted.
https://bugs.webkit.org/show_bug.cgi?id=44252

Attachment 64830: Proposed fix - apply with patch -p0
https://bugs.webkit.org/attachment.cgi?id=64830&action=review

------- Additional Comments from marc at kdab.net
QWebView has a selectionChanged() signal that is never emitted. I can't find a
connect() to it in the source code, and setting a breakpoint on it, and
QWebPage::selectionChanged(), the latter is hit while the former is not. It's
rather obvious it's been forgotten to be connected :)


More information about the webkit-reviews mailing list