From bugzilla-daemon@bugs.koha-community.org Fri Feb 8 12:49:51 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject: [Koha-bugs] [Bug 9572] New: Opac info tooltip from branches is not
well positioned
Date: Fri, 08 Feb 2013 11:49:43 +0000
Message-ID:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============1962284077253528704=="
--===============1962284077253528704==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D9572
Bug ID: 9572
Summary: Opac info tooltip from branches is not well positioned
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: trivial
Priority: P5 - low
Component: OPAC
Assignee: oleonard@myacpl.org
Reporter: katrin.fischer@bsz-bw.de
Created attachment 15160
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D15160&action=3De=
dit
screenshot
While testing new features in 3.10.2 I added following HTML code (sample
opening times in German) to the OPAC info field of one of the branches:
=C3=96ffnungszeiten
| Montag - Donnerstag | 8-20 Uhr |
| Freitag | 8-18 Uhr |
In OPAC the tooltip shows up when hovering the mouse over the library name, b=
ut
it's below the footer on the page and for that sometimes outside of view
depending on the size of the browser window (see screenshot).
It would be nice if the tooltip could be positioned closer to the library
name/items table/mouse cursor.
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============1962284077253528704==--
From bugzilla-daemon@bugs.koha-community.org Tue Feb 12 20:32:51 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 12 Feb 2013 19:32:35 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============8946253792578553954=="
--===============8946253792578553954==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D9572
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |9420
Severity|trivial |normal
--- Comment #1 from Owen Leonard ---
This feature broke when we upgraded tabs handling to the latest version of
jQueryUI. Something about the way tabs are displayed confuses how the mouse
position is reported by JavaScript.
This should probably be reworked to use one of the UI libraries we already ha=
ve
(or will have): jQueryUI or Bootstrap. A jQueryUI version will require a
jQueryUI upgrade, and of course a Bootstrap version will require approval of
the Bootstrap patches on Bug 9420.
--=20
You are receiving this mail because:
You are watching all bug changes.
--===============8946253792578553954==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 6 08:04:24 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Wed, 06 Mar 2013 07:04:03 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4682814698204408982=="
--===============4682814698204408982==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
--- Comment #2 from Katrin Fischer ---
Hi Owen, I noticed 9420 has been pushed, maybe you can take another look at
this?
--
You are receiving this mail because:
You are watching all bug changes.
--===============4682814698204408982==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 6 22:10:36 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Wed, 06 Mar 2013 21:10:14 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============2522110563150295977=="
--===============2522110563150295977==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Owen Leonard changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |Needs Signoff
--
You are receiving this mail because:
You are watching all bug changes.
--===============2522110563150295977==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 6 22:10:41 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Wed, 06 Mar 2013 21:10:18 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6455445484878049174=="
--===============6455445484878049174==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
--- Comment #3 from Owen Leonard ---
Created attachment 15923
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=15923&action=edit
Bug 9572 - Opac info tooltip from branches is not well positioned
This patch removes the jQuery plugin previously used to display the
library information tooltip on opac-detail.pl and implements the
functionality using jQueryUI's tooltip widget. jQueryUI has been
upgraded to 1.9.2 in the process, which required some ammendments to
jQueryUI-related CSS.
To test, make sure at least one of your libraries has "OPAC info" stored
as part of its configuration. View a record in the OPAC which is owned
by that library. Hover over the library's name in the holdings table and
you should see a properly-positioned tooltip showing the "OPAC info."
Also test other jQueryUI-related functionality to confirm that the
upgrade didn't break anything: Tabs and datepickers should still work
correctly.
--
You are receiving this mail because:
You are watching all bug changes.
--===============6455445484878049174==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 19 09:53:18 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 19 Mar 2013 08:53:10 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4455132496117939636=="
--===============4455132496117939636==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Pierre Angot changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |tredok.pierre@gmail.com
--- Comment #4 from Pierre Angot ---
Handhover is correct. But Opac Info also appears under the library name. Is it
normal ?
--
You are receiving this mail because:
You are watching all bug changes.
--===============4455132496117939636==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 19 10:27:43 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 19 Mar 2013 09:27:34 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0323045900239331357=="
--===============0323045900239331357==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Frederic Durand changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |frederic.durand@unilim.fr
--- Comment #5 from Frederic Durand ---
I've seen it with Fridolyn, it s about sandbox using specific CSS. I ve tested
it without it, all is OK.
--
You are receiving this mail because:
You are watching all bug changes.
--===============0323045900239331357==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 19 10:29:38 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 19 Mar 2013 09:29:28 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============7773073996471334311=="
--===============7773073996471334311==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Paul Poulain changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Needs Signoff |Signed Off
CC| |paul.poulain@biblibre.com
--- Comment #6 from Paul Poulain ---
Patch tested with a sandbox, by Frederic Durand
--
You are receiving this mail because:
You are watching all bug changes.
--===============7773073996471334311==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 19 10:29:52 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 19 Mar 2013 09:29:44 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============0015365528498896036=="
--===============0015365528498896036==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Paul Poulain changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15923|0 |1
is obsolete| |
--
You are receiving this mail because:
You are watching all bug changes.
--===============0015365528498896036==--
From bugzilla-daemon@bugs.koha-community.org Tue Mar 19 10:29:58 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 19 Mar 2013 09:29:49 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6294849860680737075=="
--===============6294849860680737075==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
--- Comment #7 from Paul Poulain ---
Created attachment 16337
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16337&action=edit
Bug 9572 - Opac info tooltip from branches is not well positioned
This patch removes the jQuery plugin previously used to display the
library information tooltip on opac-detail.pl and implements the
functionality using jQueryUI's tooltip widget. jQueryUI has been
upgraded to 1.9.2 in the process, which required some ammendments to
jQueryUI-related CSS.
To test, make sure at least one of your libraries has "OPAC info" stored
as part of its configuration. View a record in the OPAC which is owned
by that library. Hover over the library's name in the holdings table and
you should see a properly-positioned tooltip showing the "OPAC info."
Also test other jQueryUI-related functionality to confirm that the
upgrade didn't break anything: Tabs and datepickers should still work
correctly.
Signed-off-by: Frederic Durand
--
You are receiving this mail because:
You are watching all bug changes.
--===============6294849860680737075==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 27 07:41:27 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Wed, 27 Mar 2013 06:41:16 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6056515738314841186=="
--===============6056515738314841186==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Signed Off |Passed QA
Patch complexity|--- |Trivial patch
--
You are receiving this mail because:
You are watching all bug changes.
--===============6056515738314841186==--
From bugzilla-daemon@bugs.koha-community.org Wed Mar 27 07:41:39 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Wed, 27 Mar 2013 06:41:26 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============4182564424269932786=="
--===============4182564424269932786==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Katrin Fischer changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #16337|0 |1
is obsolete| |
--- Comment #8 from Katrin Fischer ---
Created attachment 16925
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=16925&action=edit
[PASSED QA] Bug 9572 - Opac info tooltip from branches is not well positioned
This patch removes the jQuery plugin previously used to display the
library information tooltip on opac-detail.pl and implements the
functionality using jQueryUI's tooltip widget. jQueryUI has been
upgraded to 1.9.2 in the process, which required some ammendments to
jQueryUI-related CSS.
To test, make sure at least one of your libraries has "OPAC info" stored
as part of its configuration. View a record in the OPAC which is owned
by that library. Hover over the library's name in the holdings table and
you should see a properly-positioned tooltip showing the "OPAC info."
Also test other jQueryUI-related functionality to confirm that the
upgrade didn't break anything: Tabs and datepickers should still work
correctly.
Signed-off-by: Frederic Durand
Signed-off-by: Katrin Fischer
Works nicely in prog theme, feature seems not to be available
for ccsr yet.
--
You are receiving this mail because:
You are watching all bug changes.
--===============4182564424269932786==--
From bugzilla-daemon@bugs.koha-community.org Tue Apr 2 14:56:13 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 02 Apr 2013 12:55:58 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============5724369140999805059=="
--===============5724369140999805059==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
--- Comment #9 from Jared Camins-Esakov ---
Created attachment 17123
-->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=17123&action=edit
Bug 9572 follow-up: duplicate jQueryUI upgrade in CCSR
--
You are receiving this mail because:
You are watching all bug changes.
--===============5724369140999805059==--
From bugzilla-daemon@bugs.koha-community.org Tue Apr 2 14:57:16 2013
From: bugzilla-daemon@bugs.koha-community.org
To: koha-bugs@lists.koha-community.org
Subject:
[Koha-bugs] [Bug 9572] Opac info tooltip from branches is not well positioned
Date: Tue, 02 Apr 2013 12:57:00 +0000
Message-ID:
In-Reply-To:
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="===============6785071110226830364=="
--===============6785071110226830364==
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 7bit
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9572
Jared Camins-Esakov changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|Passed QA |Pushed to Master
--- Comment #10 from Jared Camins-Esakov ---
This patch has been pushed to master.
--
You are receiving this mail because:
You are watching all bug changes.
--===============6785071110226830364==--