Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-31 Thread Eric Dorland
tags 319183 upstream
thanks

* Jochen Topf ([EMAIL PROTECTED]) wrote:
 On Fri, Jul 29, 2005 at 07:08:19PM -0400, Eric Dorland wrote:
  I see it too. Best thing to do would be to file an upstream bug about
  this (bugzilla.mozilla.org) and let me know what the bug number is. 
 
 Well, they want an account from me before I can enter a bug. I don't
 have an account and creating (and keeping track of) accounts for all
 those pieces of software that I once in a lifetime report bugs for is
 too much hassle. Thats why I reported it here in the first place, because
 the Debian bugtracking is much more sane.

Well as you can see from the debian bug list, I've got a lot to deal
with. If you're worried about keeping track of accounts, there are a
bunch of programs to do this for you (try zsafe, even mozilla will do
this).

I loathe bugzilla as well, but what can you do. Filing the bug
upstream will give it a much better chance to be fixed. 

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-30 Thread Jochen Topf
On Fri, Jul 29, 2005 at 07:08:19PM -0400, Eric Dorland wrote:
 I see it too. Best thing to do would be to file an upstream bug about
 this (bugzilla.mozilla.org) and let me know what the bug number is. 

Well, they want an account from me before I can enter a bug. I don't
have an account and creating (and keeping track of) accounts for all
those pieces of software that I once in a lifetime report bugs for is
too much hassle. Thats why I reported it here in the first place, because
the Debian bugtracking is much more sane.

Jochen
-- 
Jochen Topf  [EMAIL PROTECTED]  http://www.remote.org/jochen/  +49-721-388298



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-29 Thread Eric Dorland
severity 319183 minor
tags 319183 confirmed
thanks

I see it too. Best thing to do would be to file an upstream bug about
this (bugzilla.mozilla.org) and let me know what the bug number is. 

* Jochen Topf ([EMAIL PROTECTED]) wrote:
 I have set up a test page at http://test.topf.org/renderbug.html
 I found out since the first report that this doesn not happen with all
 DOCTYPE declarations.

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature


Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-21 Thread Jochen Topf
I have set up a test page at http://test.topf.org/renderbug.html
I found out since the first report that this doesn not happen with all
DOCTYPE declarations.

On Thu, Jul 21, 2005 at 12:40:27AM -0400, Eric Dorland wrote:
 Date: Thu, 21 Jul 2005 00:40:27 -0400
 From: Eric Dorland [EMAIL PROTECTED]
 To: Jochen Topf [EMAIL PROTECTED], [EMAIL PROTECTED]
 Subject: Re: Bug#319183: mozilla-firefox: Rendering bug with 
 background-image/underline on links
 
 Can you give me a link to a page like this and make my life easier? 
 
 * Jochen Topf ([EMAIL PROTECTED]) wrote:
  Package: mozilla-firefox
  Version: 1.0.5-1
  Severity: normal
  
  
  Make a HTML page with a link in it with enough text to wrap around into
  the next line like this:
  
  a href=#test test test test test test test test test test test test 
  test test test/a
  
  Now give the link a background image with CSS:
  
  a {
background-image: url(link.gif);
background-repeat: no-repeat;
background-position: left center;
padding-left: 12px;
  }
  
  In this case I have an image that is 12px wide. With this setting the
  image will appear to the left of the text of the link. (Useful for
  marking external links specially.) The link text is still underlined
  (and the image isn't, which is IMHO correct). But at the line break of
  the long text a 12px wide part of the text will not be underlined.
 
 -- 
 Eric Dorland [EMAIL PROTECTED]
 ICQ: #61138586, Jabber: [EMAIL PROTECTED]
 1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6
 
 -BEGIN GEEK CODE BLOCK-
 Version: 3.12
 GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
 O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
 G e h! r- y+ 
 --END GEEK CODE BLOCK--



-- 
Jochen Topf  [EMAIL PROTECTED]  http://www.remote.org/jochen/  +49-721-388298



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-20 Thread Jochen Topf
Package: mozilla-firefox
Version: 1.0.5-1
Severity: normal


Make a HTML page with a link in it with enough text to wrap around into
the next line like this:

a href=#test test test test test test test test test test test test test 
test test/a

Now give the link a background image with CSS:

a {
  background-image: url(link.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 12px;
}

In this case I have an image that is 12px wide. With this setting the
image will appear to the left of the text of the link. (Useful for
marking external links specially.) The link text is still underlined
(and the image isn't, which is IMHO correct). But at the line break of
the long text a 12px wide part of the text will not be underlined.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10n
Locale: LANG=C, LC_CTYPE=de_DE (charmap=ISO-8859-1)

Versions of packages mozilla-firefox depends on:
ii  debianutils   2.14.1 Miscellaneous utilities specific t
ii  fontconfig2.3.2-1generic font configuration library
ii  libatk1.0-0   1.10.1-2   The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgcc1   1:4.0.1-2  GCC support library
ii  libglib2.0-0  2.6.5-1The GLib library of C routines
ii  libgtk2.0-0   2.6.8-1The GTK+ graphical user interface 
ii  libidl0   0.8.5-1library for parsing CORBA IDL file
ii  libjpeg62 6b-10  The Independent JPEG Group's JPEG 
ii  libkrb53  1.3.6-4MIT Kerberos runtime libraries
ii  libpango1.0-0 1.8.1-1Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libstdc++64.0.1-2The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-3 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-3 X Window System miscellaneous exte
ii  libxft2   2.1.7-1FreeType-based font drawing librar
ii  libxp66.8.2.dfsg.1-3 X Window System printing extension
ii  libxt66.8.2.dfsg.1-3 X Toolkit Intrinsics
ii  psmisc21.6-1 Utilities that use the proc filesy
ii  xlibs 6.8.2.dfsg.1-3 X Window System client libraries m
ii  zlib1g1:1.2.3-1  compression library - runtime

mozilla-firefox recommends no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#319183: mozilla-firefox: Rendering bug with background-image/underline on links

2005-07-20 Thread Eric Dorland
Can you give me a link to a page like this and make my life easier? 

* Jochen Topf ([EMAIL PROTECTED]) wrote:
 Package: mozilla-firefox
 Version: 1.0.5-1
 Severity: normal
 
 
 Make a HTML page with a link in it with enough text to wrap around into
 the next line like this:
 
 a href=#test test test test test test test test test test test test test 
 test test/a
 
 Now give the link a background image with CSS:
 
 a {
   background-image: url(link.gif);
   background-repeat: no-repeat;
   background-position: left center;
   padding-left: 12px;
 }
 
 In this case I have an image that is 12px wide. With this setting the
 image will appear to the left of the text of the link. (Useful for
 marking external links specially.) The link text is still underlined
 (and the image isn't, which is IMHO correct). But at the line break of
 the long text a 12px wide part of the text will not be underlined.

-- 
Eric Dorland [EMAIL PROTECTED]
ICQ: #61138586, Jabber: [EMAIL PROTECTED]
1024D/16D970C6 097C 4861 9934 27A0 8E1C  2B0A 61E9 8ECF 16D9 70C6

-BEGIN GEEK CODE BLOCK-
Version: 3.12
GCS d- s++: a-- C+++ UL+++ P++ L++ E++ W++ N+ o K- w+ 
O? M++ V-- PS+ PE Y+ PGP++ t++ 5++ X+ R tv++ b+++ DI+ D+ 
G e h! r- y+ 
--END GEEK CODE BLOCK--


signature.asc
Description: Digital signature