After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758707 - Displays markups in labels on sidebar documents dnd
Displays markups in labels on sidebar documents dnd
Status: RESOLVED FIXED
Product: gedit
Classification: Applications
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-26 14:23 UTC by Sebastien Bacher
Modified: 2015-11-27 17:03 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
document-panel: fix markup when in dnd (981 bytes, patch)
2015-11-27 16:53 UTC, sébastien lafargue
committed Details | Review

Description Sebastien Bacher 2015-11-26 14:23:00 UTC
Using gedit 3.18.2 and gtk 3.18.5

- open the sidebar in documents mode
- open a document and modify it

-> it's displayed in bold in the sidebar

- dnd that line

-> the moved line text is not bold but includes the <b> tags in its label
Comment 1 sébastien lafargue 2015-11-27 16:11:59 UTC
hi, sorry but with the same deps (f23), work for me.
I'll take a look at the source code to be sure.
Comment 2 sébastien lafargue 2015-11-27 16:53:02 UTC
Created attachment 316407 [details] [review]
document-panel: fix markup when in dnd
Comment 3 Ignacio Casal Quinteiro (nacho) 2015-11-27 17:00:02 UTC
Review of attachment 316407 [details] [review]:

Looks good.
Comment 4 sébastien lafargue 2015-11-27 17:03:25 UTC
Attachment 316407 [details] pushed as f22a820 - document-panel: fix markup when in dnd