Bug 35670

Summary: [Qt] QWebPage::createPlugin() visibility attribute ignored in Qt 4.5
Product: WebKit Reporter: Tor Arne Vestbø <vestbo>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: kent.hansen, tonikitoo, vestbo
Priority: P2 Keywords: Qt
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   

Description Tor Arne Vestbø 2010-03-03 04:00:14 PST
This bug report originated from issue QTBUG-4864
http://bugreports.qt.nokia.com/browse/QTBUG-4864

--- Description ---

When porting our project from Qt Extended 4.4 to Qt for Embedded Linux 4.5.3, we found a discrepancy in visibility behavior with plugins created through QWebPage::createPlugin(). In Qt Extended 4.4.2, the visibility attribute in the &lt;div&gt; tag of an html file correctly hides a QLineEdit object. 

<p>In Qt for Embedded LInux 4.5.3, the visibility attribute seems to be ignored altogether, resulting in the QLineEdit object always being visible</p>
Comment 1 Antonio Gomes 2010-03-03 06:41:21 PST
it seems really a dup of bug 35670, which have been fixed in trunk, but I do not think it was/will be backported to qt4.5 branch.

should we close it as DUP ?
Comment 2 Kent Hansen 2010-03-12 06:28:58 PST
(In reply to comment #1)
> it seems really a dup of bug 35670, which have been fixed in trunk, but I do
> not think it was/will be backported to qt4.5 branch.

How can it be a duplicate of itself? :)
Comment 3 Antonio Gomes 2010-03-12 06:34:47 PST
(In reply to comment #2)
> (In reply to comment #1)
> > it seems really a dup of bug 35670, which have been fixed in trunk, but I do
> > not think it was/will be backported to qt4.5 branch.
> 
> How can it be a duplicate of itself? :)

:) good question. I mean bug 31203.

*** This bug has been marked as a duplicate of bug 31203 ***