Opened 12 years ago
Closed 12 years ago
#4306 closed Bug (fixed)
Bogus <b> and </b> in popup hints
Reported by: | Username | Owned by: | jordan |
---|---|---|---|
Priority: | Low | Milestone: | |
Component: | GTK+ Client | Version: | 2.31+ |
Severity: | Minor | Keywords: | bogus <b> </b> text |
Cc: |
Description
Tested on revision 12486 (latest as of writing this bug).
To reproduce:
1) Start GTK+ version of Transmission.
2) Add several torrents.
3) Wait until some peers will appear for each torrent.
4) Multiple select all torrents.
5) Open Properties dialog.
6) Switch to Peers tab.
7) Hover any peer with mouse pointer.
8) Check text in appeared popup hint.
Result:
Torrent name in appeared hint contains bogus text: <b>TorrentName?</b> - there are extra <b> tags at begin and end. This appears to be bug.
Expected:
Torrent name should be in bold as in old versions. Or at least no extra tags should be shown to user.
Change History (4)
comment:1 Changed 12 years ago by Username
- Summary changed from Bogus <b> and </b> in to Bogus <b> and </b> in popup hints
comment:2 Changed 12 years ago by x190
comment:3 Changed 12 years ago by jordan
- Milestone None Set deleted
- Status changed from new to assigned
comment:4 Changed 12 years ago by jordan
- Resolution set to fixed
- Status changed from assigned to closed
Thanks for the detailed report on how to reproduce the error.
Fixed by r12487
Line 1476 in gtk/details.c.
g_string_append_printf( gstr, "<b>%s</b>\n%s\n \n", name, addr );