Item15235: Safari displays the sidebar at the bottom of the page

pencil
Priority: Normal
Current State: New
Released In: n/a
Target Release: n/a
Applies To: Extension
Component: PatternSkin
Branches:
Reported By: WyattChilders
Waiting For:
Last Change By: WyattChilders
The safari web browser displays the sidebar at the bottom of the page as of Foswiki 2.1.8.

-- WyattChilders - 29 Dec 2023

Can you share a screenshot as well as a list of installed plugins in case there are some extras. Thanks.

Note that testing safari is quite a problem unless you are on a mac...

-- MichaelDaum - 29 Dec 2023

I've attached a screenshot from this website's wiki (it's the same issue that affects ours).

Screenshot 2023-12-29 at 11.55.29 AM.jpeg

We don't have any extensions other than what's enabled by default and the TWikiCompatibility plugin (it's basically a fresh install).

And yes, unfortunately so :\ I'm not sure if a WebKit based FOSS browser like GNOME Web might also reproduce this. I haven't had the chance to check that yet ... Maybe later today.

-- WyattChilders - 29 Dec 2023

A colleague determined that this could be fixed by adding "position: absolute" to the patternSideBar CSS class

#patternSideBar {
   float: left;
   display: inline;
   overflow: hidden;
   position: absolute;
}

-- WyattChilders - 08 Jan 2024
 

ItemTemplate edit

Summary Safari displays the sidebar at the bottom of the page
ReportedBy WyattChilders
Codebase 2.1.9, 2.1.8
SVN Range
AppliesTo Extension
Component PatternSkin
Priority Normal
CurrentState New
WaitingFor
Checkins
TargetRelease n/a
ReleasedIn n/a
CheckinsOnBranches
trunkCheckins
masterCheckins
ItemBranchCheckins
Release02x01Checkins
Release02x00Checkins
Release01x01Checkins
I Attachment Action Size Date Who Comment
Screenshot 2023-12-29 at 11.55.29 AM.jpegjpeg Screenshot 2023-12-29 at 11.55.29 AM.jpeg manage 90 K 30 Dec 2023 - 13:46 MichaelDaum  
Screenshot 2023-12-29 at 11.55.29 AM.pngpng Screenshot 2023-12-29 at 11.55.29 AM.png manage 386 K 29 Dec 2023 - 17:00 WyattChilders  
Topic revision: r5 - 08 Jan 2024, WyattChilders
The copyright of the content on this website is held by the contributing authors, except where stated elsewhere. See Copyright Statement. Creative Commons License    Legal Imprint    Privacy Policy