зеркало из https://github.com/mozilla/pjs.git
Every frame where the frame construction is not controlled by
the display-type needs to be mentioned in IsSpecialContent, canvas in this case, bug 329692 r/sr=bzbarsky
This commit is contained in:
Родитель
ff2908638d
Коммит
d3b9896577
|
@ -3412,7 +3412,8 @@ IsSpecialContent(nsIContent* aContent,
|
|||
aTag == nsHTMLAtoms::iframe ||
|
||||
aTag == nsHTMLAtoms::spacer ||
|
||||
aTag == nsHTMLAtoms::button ||
|
||||
aTag == nsHTMLAtoms::isindex;
|
||||
aTag == nsHTMLAtoms::isindex ||
|
||||
aTag == nsHTMLAtoms::canvas;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче