Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
Briar GTK
Briar GTK
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 41
    • Issues 41
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 1
    • Merge Requests 1
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • briar
  • Briar GTKBriar GTK
  • Issues
  • #81

Closed
Open
Opened Nov 05, 2020 by Nico Alt@nicoaltMaintainer
  • Report abuse
  • New issue
Report abuse New issue

Improve line wrapping in messages

A user reported a bug I had in mind once but forgot about: messages consisting of one very large "word" don't get wrapped in the chat history. By sending a very large sequence of characters without spaces etc. you can essentially explode your window width.

Seems like this is really easy to fix: in briar-gtk/briar_gtk/widgets/private_message.py#L121 all we have to do is to add a new code line calling body_content.set_line_wrap_mode() with Pango.WrapMode.WORD_CHAR .

Assignee
Assign to
GTK 0.1.0-beta3
Milestone
GTK 0.1.0-beta3
Assign milestone
Time tracking
None
Due date
None
Reference: briar/briar-gtk#81