[Koha-bugs] [Bug 36143] New: Pop-up window sizes are not consistent

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Feb 21 14:26:12 CET 2024


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=36143

            Bug ID: 36143
           Summary: Pop-up window sizes are not consistent
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: In Discussion
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: pedro.amorim at ptfs-europe.com
        QA Contact: testopia at bugs.koha-community.org
                CC: dcook at prosentient.com.au,
                    fridolin.somers at biblibre.com,
                    jonathan.druart+koha at gmail.com,
                    katrin.fischer at bsz-bw.de,
                    martin.renvoize at ptfs-europe.com, oleonard at myacpl.org

It seems we have width+height specifically defined for each window.popup across
the code base.
These are some of the variants I could find, but there may be others:
width=1000,height=600
width=1000,height=375
width=1000,height=575
width=900,height=700
width=800,height=400
width=800,height=550
width=800,height=500
width=700,height=700
width=700,height=600
width=700,height=400
width=700,height=550

This is not great, these should be standardized and configured once, example
(values to be discussed):
large: 1000 x 600
medium: 800 x 500
small: 700 x 400

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list