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 346718 - text highlighting bug if line has two highlighted regions
text highlighting bug if line has two highlighted regions
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-1.0 betas
Other Linux
: Normal normal
: 1.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2006-07-06 04:31 UTC by Charles Kerr
Modified: 2006-07-06 06:12 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch against 0.102 to fix this. (1.36 KB, patch)
2006-07-06 04:39 UTC, Charles Kerr
committed Details | Review

Description Charles Kerr 2006-07-06 04:31:48 UTC
When there are two highlighted passages of the same type on a line,
the text between them is painted with the same highlighting.

For example, in the text:

   *crunch* the safe fell on Robin. *thwack* Batman hit the Penquin.

Everything between *crunch* and *thwack* will be boldfaced.
Comment 1 Charles Kerr 2006-07-06 04:39:45 UTC
Created attachment 68439 [details] [review]
patch against 0.102 to fix this.