Skip to content

fix(files-drop): Fix upload confirmation not visible at small viewports#13799

Merged
awabcodes merged 1 commit into
masterfrom
fix/OCISDEV-703/improve-files-drop-responsivity
May 20, 2026
Merged

fix(files-drop): Fix upload confirmation not visible at small viewports#13799
awabcodes merged 1 commit into
masterfrom
fix/OCISDEV-703/improve-files-drop-responsivity

Conversation

@awabcodes
Copy link
Copy Markdown
Contributor

Description

Fix a responsive design issue where the upload confirmation message was not visible on the file drop page.
Refactor the layout to use natural document flow instead of fragile height-dependent CSS

Related Issue

Motivation and Context

The upload confirmation message was invisible at small browser window sizes when using file drop links. The UploadInfo panel was placed in a 1fr grid row whose height depended on a broken height: 100% chain from the root element. The oc-overflow hidden wrapper then silently clipped the collapsed panel. This caused users to be unable to confirm their upload succeeded

How Has This Been Tested?

  • test environment: Chrome,Firefox on macOS.
  • test case 1: Open a file drop link at small viewport, upload a file. confirmation message is now visible immediately
  • test case 2: Resize from large to small viewport after upload. confirmation remains visible
  • ...

Screenshots (if appropriate):

Open tasks:

  • ...

@awabcodes awabcodes requested review from LukasHirt and mzner May 20, 2026 08:42
@awabcodes awabcodes self-assigned this May 20, 2026
@awabcodes awabcodes added Status:Needs-Review Needs review from a maintainer Category:Defect Existing functionality is not working as expected labels May 20, 2026
@awabcodes awabcodes force-pushed the fix/OCISDEV-703/improve-files-drop-responsivity branch from cdac0b0 to 1e18bf3 Compare May 20, 2026 08:42
@sonarqubecloud
Copy link
Copy Markdown

@awabcodes awabcodes merged commit d124065 into master May 20, 2026
18 checks passed
@awabcodes awabcodes deleted the fix/OCISDEV-703/improve-files-drop-responsivity branch May 20, 2026 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Category:Defect Existing functionality is not working as expected Status:Needs-Review Needs review from a maintainer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants