Skip to content

fixed layout issue in the form containers.#1776

Merged
thesocialdev merged 1 commit intostagefrom
bug-layout-container
Jan 17, 2025
Merged

fixed layout issue in the form containers.#1776
thesocialdev merged 1 commit intostagefrom
bug-layout-container

Conversation

@Keikonichi
Copy link
Collaborator

Description

Fixes a layout bug in the textarea containers, which were previously exceeding the expected design boundaries. The containers have now been adjusted to adhere to the predefined limits, ensuring a better visual and functional user experience.

Fixes #1413

There is a sample video available showcasing the corrected layout.
https://jam.dev/c/5ad46da5-52b1-4471-8d68-0584ccc8c4b2

screen 768px
!image

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • Existing feature enhancement (non-breaking change which modifies existing functionality)

Testing

  1. Navigate to the screens with forms that contain text fields (textareas or inputs) to be filled.
  2. Confirm that the containers for the text fields adhere to the predefined layout boundaries.
  3. Ensure there is no layout breakage (overflowing or visual distortion of the containers).
  4. Important: Line breaks in the entered content (e.g., long words wrapping to a new line) are expected behavior and should be considered correct, as long as the layout remains consistent.
  5. Fill in the text fields by typing long, continuous words (without spaces).
  6. Observe if the fields stay within the layout without causing distortions.
  7. Resize the browser window to simulate different screen sizes (desktop, tablet, and mobile).
  8. Use browser developer tools to test at specific resolutions.
  9. Perform the tests on different browsers, such as Chrome, Firefox, Edge, and Safari, to ensure consistent behavior.
  10. Verify that the functionality of the text fields is not affected by the changes.
  11. Ensure text can be entered, edited, and removed without issues.
  12. Record any unexpected behavior or anomalies found during the tests.

Developer Checklist

General

  • No console.log or related logging is added.

Merge Request Review Checklist

  • An issue is linked to this PR and these changes meet the requirements outlined in the linked issue(s)

@Keikonichi Keikonichi added the bug Something isn't working label Jan 17, 2025
@Keikonichi Keikonichi self-assigned this Jan 17, 2025
@sonarqubecloud
Copy link

@thesocialdev thesocialdev merged commit 2fe958f into stage Jan 17, 2025
6 of 7 checks passed
@thesocialdev thesocialdev mentioned this pull request Jan 26, 2025
5 tasks
@thesocialdev thesocialdev deleted the bug-layout-container branch May 14, 2025 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

Status: QA

Development

Successfully merging this pull request may close these issues.

Bug: Layout Misalignment on Mobile Version Causes Form Fields to Exceed Page Container

2 participants