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 458706 - Label markup not correctly shown on startup
Label markup not correctly shown on startup
Status: RESOLVED DUPLICATE of bug 396446
Product: glade
Classification: Applications
Component: user interface
3.3.x
Other All
: Normal minor
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-07-20 16:40 UTC by captainturnip
Modified: 2007-07-20 17:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description captainturnip 2007-07-20 16:40:34 UTC
Please describe the problem:
If a glade file is loaded containing a label whose text uses the 'markup' feature, the text is not correctly shown until the 'Use markup' button in the label's properties window is toggled off and on again.

Example:
A label whose text is this:
<span weight="bold" size="larger" color="red">Broken message</span>
will display as:
Broken Message
in normal size black text.

Steps to reproduce:
1. Load a glade file which has a marked-up label.
2. View the label - it will not be properly displayed, even though the 'Use markup' button is set to 'Yes' on startup.
3. Select the label, hit its 'Use markup' button twice (turn it off and on again). The text should now display as intended.


Actual results:


Expected results:


Does this happen every time?
Yes.

Other information:
Comment 1 Tristan Van Berkom 2007-07-20 17:24:47 UTC

*** This bug has been marked as a duplicate of 396446 ***