зеркало из https://github.com/mozilla/gecko-dev.git
Fix scroll state restoration when going back to URL with anchor. Bug 204364,
r=jkeiser, sr=dbaron, a=asa
This commit is contained in:
Родитель
834c47e912
Коммит
48c50e8f7c
|
@ -4119,7 +4119,9 @@ PresShell::GoToAnchor(const nsAString& aAnchorName, PRBool aScroll)
|
|||
|
||||
if (content) {
|
||||
// Flush notifications so we scroll to the right place
|
||||
if (aScroll) {
|
||||
FlushPendingNotifications(PR_FALSE);
|
||||
}
|
||||
|
||||
// Get the primary frame
|
||||
nsIFrame* frame = nsnull;
|
||||
|
|
|
@ -4119,7 +4119,9 @@ PresShell::GoToAnchor(const nsAString& aAnchorName, PRBool aScroll)
|
|||
|
||||
if (content) {
|
||||
// Flush notifications so we scroll to the right place
|
||||
if (aScroll) {
|
||||
FlushPendingNotifications(PR_FALSE);
|
||||
}
|
||||
|
||||
// Get the primary frame
|
||||
nsIFrame* frame = nsnull;
|
||||
|
|
Загрузка…
Ссылка в новой задаче