Skip to content

Bug: MCP advanced settings scroll failure, run log details overlap, timestamp rendered as {time} #501

Description

@MrWoods1692

Issue Report: Mosoo Cloud Platform UI/UX Defects (MCP Server Settings, Run Log Details, Timestamp Placeholder)

Cloud Platform MCP Server advanced settings cannot scroll, run log popup text overlaps, creation time displays {time} placeholder

Priority: High
Severity: Medium
Affected Area: Web UI – Cloud Platform (Integrations, Run Logs)
Test Environment: Linux Firefox latest version, Mosoo Cloud Platform production environment


Description

While using the Mosoo Cloud Platform, three distinct UI/UX issues were observed that impact user operations and data readability:

  1. When adding an MCP server, after expanding "Advanced Settings", the content cannot be scrolled vertically, making it impossible to access options (such as the Cancel button) that are out of the visible viewport.

  2. When clicking a run log to view details, the event texts in the popup heavily overlap, resulting in a cluttered and unreadable interface.

  3. The creation time of the run log displays the literal {time} instead of the actual date/time, leaving users unable to determine when the record was created.

These issues were reproduced on the current production environment as of 2026-08-05.


Steps to Reproduce

Issue 1 – Advanced Settings Cannot Scroll

  1. Navigate to Cloud Platform > Integrations > MCP Servers.

  2. Click the "Add" button to open the new server dialog.

  3. Expand the "Advanced Settings" section.

  4. Try to scroll down to click the action buttons at the bottom of the dialog.

Actual result: The dialog content is fixed; no scrollbar appears, and mouse wheel or touch gestures are ineffective.

Issue 2 – Run Log Details Text Overlap

  1. Go to Cloud Platform > Run > Run Logs.

  2. Click any run record (e.g., test under untitled-g53z4u).

  3. View the popup detail window.

Actual result: Event entries (e.g., SESSIONEVENTS.EVENT...) are stacked vertically, making them almost illegible.

Issue 3 – Creation Time Missing

  1. In the run log detail window, check the header or subtitle area showing creation info.
  2. It displays 创建于 {time} (Created at {time}).

Actual result: {time} is not replaced with an actual timestamp; the placeholder remains.


Expected Behavior

· The "Advanced Settings" panel should support vertical scrolling (ideally with a scrollbar) to ensure all action buttons are visible and operable.

· The run log detail popup should be well‑formatted, with sufficient spacing between event entries, clear fonts, and no overlap.

· The creation time should display a readable date and time, e.g., 2026-08-05 14:30:22 or a relative time (e.g., "2 hours ago").


Actual Behavior

· Advanced settings content is clipped, and the lower part is inaccessible.

· Log events overlap and are difficult to read.

· The timestamp shows {time}, lacking the actual value.


Screenshot References

· Image_1785939967027_144.png

– Shows the MCP add dialog with advanced settings expanded but no scrollbar.

· Image_1785939961556_67.png

– Shows the run log detail with overlapping events and {time} displayed.

· Image_1785939953967_297.png
– Confirms the header shows "Created at {time}".


Additional Information

· The issues occur under the Default App context within Woods Chen's Organization.

· No console errors were observed; they are likely CSS layout or data‑binding problems.

· These issues significantly affect the efficiency and experience of debugging and configuration tasks.


Suggested Fixes

· Scrolling issue: Add overflow-y: auto and a fixed max-height to the dialog content container to enable scrolling when content overflows.

· Overlap issue: Review the CSS for the event list; increase line-height appropriately and avoid absolute positioning conflicts to ensure each event appears on its own line.

· Timestamp issue: Verify the frontend‑backend data binding to ensure a valid timestamp is returned from the backend and correctly formatted by the frontend.


Test Environment

· Platform: Mosoo Cloud (cloud.mosoo.ai)

· Relevant URLs: https://cloud.mosoo.ai/integrations/mcp and the /run page

· Browser: Firefox,and the page language is set to Chinese.

· OS: Debian 12


Reported by: Mr.C.Woods
Date: 2026-08-05
Labels: bug, UI/UX, cloud-panel, usability

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