Closed
Bug 683007
Opened 14 years ago
Closed 14 years ago
Empty window created in Windows taskbar after plug display:none
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn.martijn, Unassigned)
References
Details
(Keywords: regression, testcase)
Attachments
(3 files)
242 bytes,
text/html
|
Details | |
436 bytes,
text/html
|
Details | |
873 bytes,
patch
|
Details | Diff | Splinter Review |
See testcase, with that, I get an extra taskbar entry in the Windows taskbar, with no title in there. So I guess that's from the plugin window.
![]() |
||
Comment 1•14 years ago
|
||
![]() |
||
Comment 2•14 years ago
|
||
On Windows, SetParent(nsnull) strips the child attribute and sets the parent to the desktop. To avoid it showing up on the taskbar you also need to hide the window.
Fixed by backout.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•