Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


Hi,

The attached patch fixes bug fdo#53084. This is a patch for the libreoffice-website-repository.

--
Greetings,
Rob Snelders
From 4383c528d1e8882cf68b0df4b0c0d564e5f5aea4 Mon Sep 17 00:00:00 2001
From: Rob Snelders <programming@ertai.nl>
Date: Wed, 15 Aug 2012 21:07:48 +0200
Subject: [PATCH] fdo#53084 - BUGZILLAASSISTANT: focus on page bottom instead
 on Bugzilla link after Bus Submission

---
 bug/bug/bug.js |    1 +
 1 file changed, 1 insertion(+)

diff --git a/bug/bug/bug.js b/bug/bug/bug.js
index 9947ff2..8e7cc0a 100644
--- a/bug/bug/bug.js
+++ b/bug/bug/bug.js
@@ -266,6 +266,7 @@
             var bug = $('.state_submit .bug').text();
             $('.bug', element).attr('href', $.bug.url + '/show_bug.cgi?id=' + bug);
             element.show();
+            window.scrollTo(0,0);
         },
 
         // if this string is found in the page returned when
-- 
1.7.9.5


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.