Bug#595674: chromium-browser: Number formating in cssText property of CSSRule is locale-dependent

2010-09-06 Thread Mike Hommey
unblock 595674
thanks

On Sun, Sep 05, 2010 at 10:55:35PM +0200, Eugeniy Meshcheryakov wrote:
 block 595674 by 535780
 forwarded 535780 https://bugs.webkit.org/show_bug.cgi?id=18994
 thanks
 
 This is actually bug in webkit (but not in Qt version). Also reported in
 Debian BTS as #535780.

Except that fixing in webkit won't fix it in chromium, since chromium
uses its own webkit.

Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595674: chromium-browser: Number formating in cssText property of CSSRule is locale-dependent

2010-09-06 Thread Eugeniy Meshcheryakov
6 вересня 2010 о 09:01 +0200 Mike Hommey написав(-ла):
 Except that fixing in webkit won't fix it in chromium, since chromium
 uses its own webkit.
Yeah, but I guess fixing the bug in chromium will not happen before
fixing it in webkit :/.


signature.asc
Description: Digital signature


Bug#595674: chromium-browser: Number formating in cssText property of CSSRule is locale-dependent

2010-09-05 Thread Євгеній Мещеряков
Package: chromium-browser
Version: 6.0.472.53~r57914-2
Severity: normal
Forwarded: https://code.google.com/p/chromium/issues/detail?id=54553

I reported this bug as Issue 54553 here is the copy. Attachements are
available here: https://code.google.com/p/chromium/issues/detail?id=54553

Chrome Version (from the about:version page): 6.0.472.53
Is this the most recent version: most recent in Debian/experimental
OS + version: Debian unstable+experimental
CPU architecture (32-bit / 64-bit): amd64
Window manager: KDE
URLs (if relevant):
Behavior in Linux Firefox: bug is not reproducible
Behavior in Windows Chrome (if you have access to it):

What steps will reproduce the problem?
1. Open attached test.html in chrome running under uk_UA.UTF-8 locale
(or de_DE, or other where comma is used for decimal separator).
2. Observe that value 0.5em is printed as 0,5em.
3. Notice that it is not a valid CSS fragment.

What is the expected result?

Value printed as 0.5em (with decimal dot). And entire text should be
valid CSS.

What happens instead?

Number printed with comma and text fragment is not a valid CSS.

Please provide any additional information below. Attach a screenshot
and backtrace if possible.

The bug does not happen with chrome run in en_US.UTF-8 locale (only
because decimal separator is dot there). It also does not happen in
Arora, Iceweasel and Konqueror, independent of locale.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.36-rc3 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages chromium-browser depends on:
ii  chromium-browser-ins 6.0.472.53~r57914-2 page inspector for the chromium-br
ii  libasound2   1.0.23-1shared library for ALSA applicatio
ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
ii  libbz2-1.0   1.0.5-5 high-quality block-sorting file co
ii  libc62.11.2-5Embedded GNU C Library: Shared lib
ii  libcairo21.9.14-1The Cairo 2D vector graphics libra
ii  libcups2 1.4.4-3 Common UNIX Printing System(tm) - 
ii  libdbus-1-3  1.2.24-3simple interprocess messaging syst
ii  libdbus-glib-1-2 0.88-2  simple interprocess messaging syst
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libexpat12.0.1-7 XML parsing C library - runtime li
ii  libfontconfig1   2.8.0-2.1   generic font configuration library
ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.5.1-2   GCC support library
ii  libgconf2-4  2.28.1-3GNOME configuration database syste
ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime libr
ii  libgl1-mesa-glx [lib 7.8.2-2 A free implementation of the OpenG
ii  libglewmx1.5 1.5.4-1 The OpenGL Extension Wrangler - ru
ii  libglib2.0-0 2.24.1-1The GLib library of C routines
ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user interface 
ii  libicu44 4.4.1-6 International Components for Unico
ii  libjpeg626b1-1   The Independent JPEG Group's JPEG 
ii  libnspr4-0d  4.8.6-1 NetScape Portable Runtime Library
ii  libnss3-1d   3.12.7-1Network Security Service libraries
ii  libpango1.0-01.28.1-1Layout and rendering of internatio
ii  libpng12-0   1.2.44-1PNG library - runtime
ii  libstdc++6   4.5.1-2 The GNU Standard C++ Library v3
ii  libv8-2.2.24 2.2.24-5V8 JavaScript Engine
ii  libvpx0  0.9.1-1 VP8 video codec (shared library)
ii  libx11-6 2:1.3.3-3   X11 client-side library
ii  libxext6 2:1.1.2-1   X11 miscellaneous extension librar
ii  libxml2  2.7.7.dfsg-4GNOME XML library
ii  libxrender1  1:0.9.6-1   X Rendering Extension client libra
ii  libxslt1.1   1.1.26-6XSLT 1.0 processing library - runt
ii  libxss1  1:1.2.0-2   X11 Screen Saver extension library
ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities from
ii  zlib1g   1:1.2.3.4.dfsg-3compression library - runtime

chromium-browser recommends no packages.

Versions of packages chromium-browser suggests:
ii  chromium-browser-l10 6.0.472.53~r57914-2 chromium-browser language packages

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#595674: chromium-browser: Number formating in cssText property of CSSRule is locale-dependent

2010-09-05 Thread Eugeniy Meshcheryakov
block 595674 by 535780
forwarded 535780 https://bugs.webkit.org/show_bug.cgi?id=18994
thanks

This is actually bug in webkit (but not in Qt version). Also reported in
Debian BTS as #535780.

5 вересня 2010 о 19:27 +0200 Євгеній Мещеряков написав(-ла):
 Package: chromium-browser
 Version: 6.0.472.53~r57914-2
 Severity: normal
 Forwarded: https://code.google.com/p/chromium/issues/detail?id=54553
 
 I reported this bug as Issue 54553 here is the copy. Attachements are
 available here: https://code.google.com/p/chromium/issues/detail?id=54553
 
 Chrome Version (from the about:version page): 6.0.472.53
 Is this the most recent version: most recent in Debian/experimental
 OS + version: Debian unstable+experimental
 CPU architecture (32-bit / 64-bit): amd64
 Window manager: KDE
 URLs (if relevant):
 Behavior in Linux Firefox: bug is not reproducible
 Behavior in Windows Chrome (if you have access to it):
 
 What steps will reproduce the problem?
 1. Open attached test.html in chrome running under uk_UA.UTF-8 locale
 (or de_DE, or other where comma is used for decimal separator).
 2. Observe that value 0.5em is printed as 0,5em.
 3. Notice that it is not a valid CSS fragment.
 
 What is the expected result?
 
 Value printed as 0.5em (with decimal dot). And entire text should be
 valid CSS.
 
 What happens instead?
 
 Number printed with comma and text fragment is not a valid CSS.
 
 Please provide any additional information below. Attach a screenshot
 and backtrace if possible.
 
 The bug does not happen with chrome run in en_US.UTF-8 locale (only
 because decimal separator is dot there). It also does not happen in
 Arora, Iceweasel and Konqueror, independent of locale.
 
 -- System Information:
 Debian Release: squeeze/sid
   APT prefers unstable
   APT policy: (500, 'unstable'), (1, 'experimental')
 Architecture: amd64 (x86_64)
 
 Kernel: Linux 2.6.36-rc3 (SMP w/2 CPU cores; PREEMPT)
 Locale: LANG=uk_UA.UTF-8, LC_CTYPE=uk_UA.UTF-8 (charmap=UTF-8)
 Shell: /bin/sh linked to /bin/dash
 
 Versions of packages chromium-browser depends on:
 ii  chromium-browser-ins 6.0.472.53~r57914-2 page inspector for the 
 chromium-br
 ii  libasound2   1.0.23-1shared library for ALSA 
 applicatio
 ii  libatk1.0-0  1.30.0-1The ATK accessibility toolkit
 ii  libbz2-1.0   1.0.5-5 high-quality block-sorting file 
 co
 ii  libc62.11.2-5Embedded GNU C Library: Shared 
 lib
 ii  libcairo21.9.14-1The Cairo 2D vector graphics 
 libra
 ii  libcups2 1.4.4-3 Common UNIX Printing System(tm) 
 - 
 ii  libdbus-1-3  1.2.24-3simple interprocess messaging 
 syst
 ii  libdbus-glib-1-2 0.88-2  simple interprocess messaging 
 syst
 ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event 
 notification
 ii  libexpat12.0.1-7 XML parsing C library - runtime 
 li
 ii  libfontconfig1   2.8.0-2.1   generic font configuration 
 library
 ii  libfreetype6 2.4.2-2 FreeType 2 font engine, shared 
 lib
 ii  libgcc1  1:4.5.1-2   GCC support library
 ii  libgconf2-4  2.28.1-3GNOME configuration database 
 syste
 ii  libgcrypt11  1.4.5-2 LGPL Crypto library - runtime 
 libr
 ii  libgl1-mesa-glx [lib 7.8.2-2 A free implementation of the 
 OpenG
 ii  libglewmx1.5 1.5.4-1 The OpenGL Extension Wrangler - 
 ru
 ii  libglib2.0-0 2.24.1-1The GLib library of C routines
 ii  libgtk2.0-0  2.20.1-1+b1 The GTK+ graphical user 
 interface 
 ii  libicu44 4.4.1-6 International Components for 
 Unico
 ii  libjpeg626b1-1   The Independent JPEG Group's 
 JPEG 
 ii  libnspr4-0d  4.8.6-1 NetScape Portable Runtime Library
 ii  libnss3-1d   3.12.7-1Network Security Service 
 libraries
 ii  libpango1.0-01.28.1-1Layout and rendering of 
 internatio
 ii  libpng12-0   1.2.44-1PNG library - runtime
 ii  libstdc++6   4.5.1-2 The GNU Standard C++ Library v3
 ii  libv8-2.2.24 2.2.24-5V8 JavaScript Engine
 ii  libvpx0  0.9.1-1 VP8 video codec (shared library)
 ii  libx11-6 2:1.3.3-3   X11 client-side library
 ii  libxext6 2:1.1.2-1   X11 miscellaneous extension 
 librar
 ii  libxml2  2.7.7.dfsg-4GNOME XML library
 ii  libxrender1  1:0.9.6-1   X Rendering Extension client 
 libra
 ii  libxslt1.1   1.1.26-6XSLT 1.0 processing library - 
 runt
 ii  libxss1  1:1.2.0-2   X11 Screen Saver extension 
 library
 ii  xdg-utils1.0.2+cvs20100307-1 desktop integration utilities 
 from
 ii  zlib1g   1:1.2.3.4.dfsg-3