Skip to content

464833: Truncate long URI/URLs on image download to prevent screen overflow

BUG: 464833

The dialog box will overflow when attempting to paste an image with long URL / data URI, to the point that the buttons may not be accessible. This MR attempts to truncate this, while keeping few last strings attached to confirm filename on long URLs.

After:

image

Test Plan

Check copy-paste from an image with long URL/URI.

Formalities Checklist

  • I confirmed this builds.
  • I confirmed Krita ran and the relevant functions work.
  • I tested the relevant unit tests and can confirm they are not broken. (If not possible, don't hesitate to ask for help!)
  • I made sure my commits build individually and have good descriptions as per KDE guidelines.
  • I made sure my code conforms to the standards set in the HACKING file.
  • I can confirm the code is licensed and attributed appropriately, and that unattributed code is mine, as per KDE Licensing Policy.

Merge request reports