[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 Mar 11 05:07:04 PST 2010


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


Kent Hansen <kent.hansen at nokia.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
         AssignedTo|webkit-unassigned at lists.web |webkit-qt-unassigned at trollt
                   |kit.org                     |ech.com
                 CC|                            |kent.hansen at nokia.com
     Ever Confirmed|0                           |1




--- Comment #2 from Kent Hansen <kent.hansen at nokia.com>  2010-03-11 05:07:04 PST ---
Reproduced against r55658.
On the initial click, hasAttribute("value") returns false, and attributeNames()
returns only "id" and "name".
setAttribute("value", ...) does cause the element to gain a "value" attribute,
but it seems to be completely detached from the value of the input field.

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