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 681376 - Support for units of time in CSS transition is missing.
Support for units of time in CSS transition is missing.
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: st
3.4.x
Other Linux
: Normal minor
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-08-07 13:41 UTC by Michele
Modified: 2013-01-03 02:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
St: fix parsing of transition-duration values (5.96 KB, patch)
2012-08-07 14:27 UTC, Giovanni Campagna
committed Details | Review

Description Michele 2012-08-07 13:41:55 UTC
Currently CSS properties transition-duration and transition-delay can only be specified with a dimensionless number treated as a number of milliseconds, while CSS specification requires units to be explicitly specified.
Comment 1 Giovanni Campagna 2012-08-07 14:27:04 UTC
Created attachment 220563 [details] [review]
St: fix parsing of transition-duration values

According to css3-transition, transition-duration is expressed
as a time, that is, in seconds or milliseconds. Fix that by
recognizing numbers with units and implicitly converting to
milliseconds after parsing.
Comment 2 Giovanni Campagna 2013-01-03 01:02:33 UTC
Hello!
Anyone for a small and safe patch review?
Comment 3 Jasper St. Pierre (not reading bugmail) 2013-01-03 01:09:00 UTC
Review of attachment 220563 [details] [review]:

OK.
Comment 4 Giovanni Campagna 2013-01-03 02:48:36 UTC
Attachment 220563 [details] pushed as 8be3c5e - St: fix parsing of transition-duration values