Bug 23334 - Modal window for Z3950 search
Summary: Modal window for Z3950 search
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement (vote)
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-17 14:43 UTC by Michal Denar
Modified: 2022-06-22 15:01 UTC (History)
8 users (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michal Denar 2019-07-17 14:43:16 UTC
From IRC:

m23
Can we make some changes for better work with this client? I really hate that window isn't centered on the screen and very often need to scroll .. .is possible to make it better?

Owen Leonard
I could see it working this way: By default it opens in a modal window (like Lightbox, but we would use a Bootstrap modal) and the user could click a button to pop it into its own browser window.
Comment 1 Lucas Gass 2022-06-22 15:01:47 UTC
I am using this jQuery to resize the Z3950 popups:

if ( $('#cat_z3950_search').length ) {
	window.resizeBy(200, 200);
}