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 543256 - Syntax highlighting error with CSS concerning left/right property
Syntax highlighting error with CSS concerning left/right property
Status: RESOLVED FIXED
Product: gtksourceview
Classification: Platform
Component: Syntax files
2.2.x
Other All
: Normal minor
: ---
Assigned To: GTK Sourceview maintainers
GTK Sourceview maintainers
Depends on:
Blocks:
 
 
Reported: 2008-07-16 10:30 UTC by Didier Roche
Modified: 2010-01-09 19:50 UTC
See Also:
GNOME target: ---
GNOME version: 2.21/2.22



Description Didier Roche 2008-07-16 10:30:28 UTC
Reported from LaunchPad: (https://bugs.launchpad.net/ubuntu/+source/gedit/+bug/247324)

When editing CSS with gedit, "left" or "right" key word highlighting differs from center one.

Example:
1. Create a blank CSS file foo.css
2. Open it with gedit and enter the following text:
body{text-align:left}
body{text-align:right}
body{text-align:center}

You will see that the center word of "text-align:center" differs from left or right one.

Other information:
Comment 1 Paolo Borelli 2010-01-09 19:50:22 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.