[Pkg-javascript-devel] Bug#961987: wrong opacity for .ui-widget-overlay: 0.003

Damyan Ivanov dmn at debian.org
Mon Jun 1 15:29:29 BST 2020


Package: libjs-jquery-ui
Version: 1.12.1+dfsg-5
Severity: normal
File: /usr/share/javascript/jquery-ui/themes/base/jquery-ui.css
Tags: patch upstream

Hi,

The opacity of the ui-widget-overlay class in base theme's CSS seems 1/100th of 
the correct value. This class is applied to the shading overlay behind modal 
dialogs for example. Opacity of .003 is practically transparent.

Here's the rule for .ui-widget-overlay:

.ui-widget-overlay {
  background: #aaaaaa     ;
  opacity: .003;
  filter: Alpha(Opacity=.3); /* support IE8 */
}

In 1.10.1+dfsg-1 (jessie), the rule correctly uses .3:

.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}


Cheers,
    dam

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'oldoldstable'), (500, 'unstable'), (500, 'testing'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.6.0-2-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8), LANGUAGE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages libjs-jquery-ui depends on:
ii  libjs-jquery  3.5.1+dfsg-4

Versions of packages libjs-jquery-ui recommends:
ii  javascript-common  11

Versions of packages libjs-jquery-ui suggests:
ii  libjs-jquery-ui-docs  1.12.1+dfsg-5

-- debconf-show failed



More information about the Pkg-javascript-devel mailing list