mcp-context-forge icon indicating copy to clipboard operation
mcp-context-forge copied to clipboard

[Bug]: no cursor is displayed at the text input fields

Open marekdano opened this issue 3 weeks ago • 1 comments

🐞 Bug Summary

Briefly describe the issue or unexpected behavior.

No cursor is displayed in the <input type="text" /> and <textarea .../> fields when the inputs are selected. Adding px-1.5 to the input and textarea style will fix the issue.

Current behaviour: Image

Proposal behaviour: Image


🧩 Affected Component

Select the area of the project impacted:

  • [ ] mcpgateway - API
  • [x] mcpgateway - UI (admin panel)
  • [ ] mcpgateway.wrapper - stdio wrapper
  • [ ] Federation or Transports
  • [ ] CLI, Makefiles, or shell scripts
  • [ ] Container setup (Docker/Podman/Compose)
  • [ ] Other (explain below)

🤔 Expected Behavior

What should have happened instead?

The cursor should be displayed when the input text field is selected

🧠 Environment Info

You can retrieve most of this from the /version endpoint.

Key Value
Version or commit e.g. v0.9.0 or main@a1b2c3d
Runtime e.g. Python 3.11, Gunicorn
Platform / OS e.g. Ubuntu 22.04, macOS
Container e.g. Docker, Podman, none

🧩 Additional Context (optional)

Add any configuration details, flags, or related issues.

marekdano avatar Nov 18 '25 19:11 marekdano