Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Bug] Left Nav Menu hidden (display:none) on Safari 14+ Desktop View #1128

Copy link
Copy link

Description

@energy0321
Issue body actions

Hello RapiDoc Team,

I've encountered an issue where the left navigation menu (API Store, Operations, etc.) is completely hidden when viewing the official RapiDoc demo page in Safari on a macOS desktop.

The issue appears to be a responsive layout detection error specific to the Safari browser environment, as the element is explicitly hidden by CSS.

Environment Details:
RapiDoc Demo URL: https://rapidocweb.com/examples/lead-mode-dark.html (or any official demo page)

Browser: Safari (Tested on version 14.1.3)

Operating System: macOS (Desktop)

Steps to Reproduce:
Open the RapiDoc demo page in the specified Safari version on a desktop/laptop.

The left navigation bar is immediately missing.

Observed Behavior (The Root Cause):
Using the Safari Developer Tools, I confirmed that the element responsible for the left navigation bar is being incorrectly styled by the application's CSS/JavaScript:

The element has the style properties: display: none and width: 0.

This occurs even when the viewport is set to a standard desktop resolution (e.g., 1920 x 1080), indicating an error in how RapiDoc detects or calculates the viewport size/browser environment, causing it to incorrectly trigger the mobile/hidden layout mode.

Image
Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.