Bug 35670
Summary: | [Qt] QWebPage::createPlugin() visibility attribute ignored in Qt 4.5 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tor Arne Vestbø <vestbo> |
Component: | New Bugs | Assignee: | 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 |
Tor Arne Vestbø
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 <div> 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>
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Antonio Gomes
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 ?
Kent Hansen
(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? :)
Antonio Gomes
(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 ***