mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
backout bug 1134280 for fixing yandex search "Read more" link
This commit is contained in:
@@ -627,7 +627,7 @@ nsContainerFrame::SyncWindowProperties(nsPresContext* aPresContext,
|
||||
return;
|
||||
|
||||
Element* rootElement = aPresContext->Document()->GetRootElement();
|
||||
if (!rootElement || !rootElement->IsXULElement()) {
|
||||
if (!rootElement || !rootElement->IsXUL()) {
|
||||
// Scrollframes use native widgets which don't work well with
|
||||
// translucent windows, at least in Windows XP. So if the document
|
||||
// has a root scrollrame it's useless to try to make it transparent,
|
||||
|
||||
Reference in New Issue
Block a user