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 <programm...@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

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to