Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-17691

Private message action buttons such as Edit, Delete, Report and Quote are hidden on responsive/mobile view in phpBB 4.0 because ucp_pm_viewmessage.html lacks the responsive action menu used for regular posts.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 4.0.0-a2
    • Styles
    • None

      In phpBB 4.0, the action buttons for private messages — such as Edit, Delete, Report and Quote — disappear on smaller/responsive screens.

      Cause

      The responsive CSS intentionally hides the normal .post-buttons links on mobile.

      For regular forum posts, this is not a problem because phpBB provides a responsive dropdown menu as a replacement.

      However, ucp_pm_viewmessage.html does not include that responsive dropdown structure.

      As a result, the normal buttons are hidden, but no alternative menu is shown.

      Regression

      This appears to be a regression compared with phpBB 3.3, where the private message action buttons remained accessible on smaller screens.

      Expected behaviour

      Private message actions should remain accessible on responsive/mobile view, preferably through the same responsive dropdown menu that is already used for regular forum posts.

      Actual behaviour

      The normal private message action buttons are hidden on mobile and no replacement menu is available.

      Proposed solution

      Reuse the same responsive post-button menu that phpBB 4.0 already uses for regular posts.

      I tested this approach in prosilver and the responsive menu works correctly.

            Unassigned Unassigned
            bennybernaer bennybernaer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: