Summary: | Pop-up window sizes are not consistent | ||
---|---|---|---|
Product: | Koha | Reporter: | Pedro Amorim <pedro.amorim> |
Component: | Architecture, internals, and plumbing | Assignee: | Bugs List <koha-bugs> |
Status: | In Discussion --- | QA Contact: | Testopia <testopia> |
Severity: | enhancement | ||
Priority: | P5 - low | CC: | dcook, fridolin.somers, jonathan.druart, martin.renvoize, oleonard |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35554 | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | --- | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 35134 | ||
Bug Blocks: |
Description
Pedro Amorim
2024-02-21 13:26:12 UTC
Maybe only large and small in enough. Looks like small popups use around 4/3 ratio. So small could be width=800,height=600 Large use a more 16/9 ratio. So large could be width=1024,height=576 Actual width=800 and width=700 goes to small. Actual width=900 may fit in small, must be validated. Actual width=1000 goes to large. I'd love to see the approach in bug 35134 extended to here.. I think three sizes of popup make sense and having those three sizes user customisable using the approach in bug 35134 would be even better... I also like that instead of a hard coded default, the default introduced in 35134 is calculated from the window size to start. |