[Webkit-unassigned] [Bug 33099] New: [QT] QWebFrame findFirstElement does't work if id attribute begins with a digit

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 1 18:31:01 PST 2010


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

           Summary: [QT] QWebFrame findFirstElement does't work if id
                    attribute begins with a digit
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: pepone.onrez at gmail.com


Using Qt 4.6 rc2 on gentoo linux i found that findFirstElement returns a null
QWebElement when try to select an element and the indentity attribute begins
with a digit

Something like this doesn't work as expected.

<body>
<p id="5">Hello</p>
</body>


findFirstElement("#5")


but this works fine

<body>
<p id="a5">Hello</p>
</body>


findFirstElement("#a5")

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