[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#368529: cvsblame: incompatible css positioning in javascript code



Package: kdesdk-scripts
Version: 4:3.5.2-1
Severity: normal

In the generated HTML/Javascript code, the 
function poplog(target, rev)
does:
popup.style.pixelLeft = x;
popup.style.pixelTop = y;

This is konqueror-specific, non-standard and not portable.
Better would be (working at least with firefox 1.5):
popup.style.left = x;
popup.style.top = y;

Thanks

Patrick      

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (990, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=de_AT.UTF-8, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages kdesdk-scripts depends on:
ii  perl                          5.8.8-3    Larry Wall's Practical Extraction 
ii  python                        2.3.5-5    An interactive high-level object-o

Versions of packages kdesdk-scripts recommends:
ii  automake1.4 [automaken]      1:1.4-p6-9  A tool for generating GNU Standard
ii  automake1.7 [automaken]      1.7.9-7     A tool for generating GNU Standard
ii  automake1.9 [automaken]      1.9.6-4     A tool for generating GNU Standard
ii  cvs                          1:1.12.9-17 Concurrent Versions System
ii  gawk                         1:3.1.5-3   GNU awk, a pattern scanning and pr

-- no debconf information



Reply to: