[Bug 10722] New: The log in bar "Log in to your account" floats incorrectly in the middle of the page on iPhone
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 Bug ID: 10722 Summary: The log in bar "Log in to your account" floats incorrectly in the middle of the page on iPhone Change sponsored?: --- Product: Koha Version: 3.12 Hardware: All OS: Other Status: NEW Severity: enhancement Priority: P5 - low Component: OPAC Assignee: oleonard@myacpl.org Reporter: viktor.sarge@regionhalland.se QA Contact: testopia@bugs.koha-community.org Created attachment 20324 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=20324&action=edit Screenshot of how 3.13 looks in Safari on iPhone 5 and 4S The bar to log into ones account in Opac floats inccorectly at the middle of the page overlaying the content. It seems to occur at least on Koha 3.12 and 3.13 in Safari running on iPhone 4S and iPhone 5. The 3.12 release has had some CSS-modifications but it also occurs on 3.13 updated daily with the latest code. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|3.12 |master Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 --- Comment #1 from Viktor Sarge <viktor.sarge@regionhalland.se> --- I'm not fully aware of what internal plumbings of Koha might be affected. Neither do I have the possibility to test for all possible configurations of small screen devices. However it does seem to do the trick to change the positioning from absolute with top:auto to top:0px. I put this inside OpacMobileUserCSS: div#top-bar { bottom:-29px; display:block; left:0; overflow:hidden; position:absolute; top:0; z-index:auto; } I'm attaching a new mobile.css with the same change (changed to top:0px). As stated above I'm not aware if mobile.css is a file generated by the Perl scripts or a static file. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 --- Comment #2 from Viktor Sarge <viktor.sarge@regionhalland.se> --- Created attachment 21129 --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=21129&action=edit A new mobile.css with the positioning top:0px of div#top-bar A new mobile.css with the positioning top:0px of div#top-bar If mobile.css is a static file then this one might do the trick for this bug. -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nengard@gmail.com --- Comment #3 from Owen Leonard <oleonard@myacpl.org> --- *** Bug 11306 has been marked as a duplicate of this bug. *** -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 Owen Leonard <oleonard@myacpl.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|master |3.16 Summary|The log in bar "Log in to |CCSR log in bar floats |your account" floats |incorrectly in the middle |incorrectly in the middle |of the page on iPhone |of the page on iPhone | -- You are receiving this mail because: You are watching all bug changes.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10722 Chris Cormack <chris@bigballofwax.co.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |chris@bigballofwax.co.nz Resolution|--- |WONTFIX --- Comment #4 from Chris Cormack <chris@bigballofwax.co.nz> --- CCSR has been deprecated -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org