[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
Wed May 25 22:38:04 PDT 2011


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





--- Comment #49 from Simon Hausmann <hausmann at webkit.org>  2011-05-25 22:38:03 PST ---
(In reply to comment #48)
> Ok, it's very interesting idea, but... could you give us any quick advice which will allow to work with html inputs? They are mostly unusable now.

If you're just looking for a workaround, here's what you could try today (untested):

QString value = element->evaluateJavaScript("this.value");


...

element->evaluateJavaScript("this.value = " + newValue);

-- 
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