Skip to:
Content

bbPress.org

Opened 7 weeks ago

Last modified 7 weeks ago

#3662 new defect (bug)

Form elements (label, text field, and button) breaks in View Tickets (All Ticket, My Tickets, etc.) Pages on bbPress website

Reported by: mehrazmorshed's profile mehrazmorshed Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: Site - bbPress.org Keywords: has-patch
Cc:

Description

The form elements including label, text field, and button gets broken inside the View Tickets Pages (such as: (All Ticket, My Tickets, etc.) on bbPress website.

Attachments (1)

bbPress_2.png (181.1 KB) - added by mehrazmorshed 7 weeks ago.

Download all attachments as: .zip

Change History (4)

#2 @manhphucofficial
7 weeks ago

A fix for this issue is available in:
https://github.com/WordPress/wordpress.org/pull/538

The change aligns the prefs controls on report and query views
without affecting other Trac contexts.

Feedback welcome.

This ticket was mentioned in PR #538 on WordPress/wordpress.org by @manhphucofficial.


7 weeks ago
#3

  • Keywords has-patch added

This change improves the layout of the Trac preferences controls on
report and query views.

By switching the prefs container to a flex layout in these contexts,
the controls are aligned consistently and no longer wrap awkwardly
or push the submit button out of place.

The update is intentionally scoped to:

  • #content.report #prefs
  • #content.query #prefs

so it does not affect ticket, admin, or other Trac views.

Related: https://bbpress.trac.wordpress.org/ticket/3662

Note: See TracTickets for help on using tickets.