[Webkit-unassigned] [Bug 31203] New: [Qt] QWebPage::createPlugin() ignores visibility attribute in 4.5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 6 05:09:17 PST 2009


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

           Summary: [Qt] QWebPage::createPlugin() ignores visibility
                    attribute in 4.5
           Product: WebKit
           Version: 420+
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P3
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: andy.nichols at nokia.com


In Qt Extended 4.4.2, the visibility attribute in the <div> tag of an html file
correctly hides a QLineEdit object on a QWebPage created by
QWebPAge::createPlugin().
In Qt 4.5.3, the visibility attribute seems to be ignored altogether, resulting
in the QLineEdit object always being visible.

<div id="hiddenLineEdit" style="visibility: hidden">
Hidden Field: <object type="application/x-qt-plugin" classid="LineEdit"
height="30" width="180" contents="hide me" name="lineedit1"></object>
</div>

Attached example reproduces issue.

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