[Webkit-unassigned] [Bug 32865] [Qt] QWebElement::attribute always returns empty result for input's values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 28 19:29:34 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=32865





--- Comment #33 from Antonio Gomes <tonikitoo at webkit.org>  2011-04-28 19:29:34 PST ---
(From update of attachment 91252)
View in context: https://bugs.webkit.org/attachment.cgi?id=91252&action=review

Still one minor request:

> Source/WebKit/qt/Api/qwebelement.cpp:391
> +          htmlElement->setChecked(checked, true);

Please make this line like:

htmlElement->setChecked(checked, true /*explain shortly here, maybe in one or two words, what this boolean means*/);

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list