From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-121628-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1QA5EY-0001lN-Bx
	for garchives@archives.gentoo.org; Wed, 13 Apr 2011 18:56:13 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 093361C03E;
	Wed, 13 Apr 2011 18:54:41 +0000 (UTC)
Received: from mail-ww0-f41.google.com (mail-ww0-f41.google.com [74.125.82.41])
	by pigeon.gentoo.org (Postfix) with ESMTP id A90211C03E
	for <gentoo-user@lists.gentoo.org>; Wed, 13 Apr 2011 18:54:41 +0000 (UTC)
Received: by wwi18 with SMTP id 18so5477642wwi.4
        for <gentoo-user@lists.gentoo.org>; Wed, 13 Apr 2011 11:54:40 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:from:reply-to:to:subject:date:user-agent
         :references:in-reply-to:mime-version:content-type
         :content-transfer-encoding:message-id;
        bh=eKB7V1t4FP61G39TGAiYvXuXvSRrGpocPKyeIx288Xc=;
        b=p43uooLo0iq5McJuMBLqCxhrJYwwFKHvdaCqh9EdNlE34zAfYZnnwPqatOhXsrZo4P
         +dC9POQ5Mywmrdx31vdpNcEc9qJuGGa2hnR+tPt16xrem782JfEn6lPpKB2U0qetGTPP
         uaaqXm9jv5epQ9W7h79ILuvmVlCV/yyj1RlTU=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=from:reply-to:to:subject:date:user-agent:references:in-reply-to
         :mime-version:content-type:content-transfer-encoding:message-id;
        b=bKp/yKwnMItR/f8y/DymHwUHCR7ULwumBbWdoZL07+KPO5JSdpLbfS6B4Ly1hxNOdw
         GIizYRfxcU37dl///ktMNkRwfy4Pd6I0hNybySuZBK1L/BDl3vmofaSi28iwABFl5jN/
         8KbuoENck3dKlaVuYI8Du5CcMxznkQgoGTWOE=
Received: by 10.216.62.19 with SMTP id x19mr5823044wec.4.1302720880671;
        Wed, 13 Apr 2011 11:54:40 -0700 (PDT)
Received: from dell_xps.localnet (230.3.169.217.in-addr.arpa [217.169.3.230])
        by mx.google.com with ESMTPS id h11sm516196wbc.43.2011.04.13.11.54.38
        (version=TLSv1/SSLv3 cipher=OTHER);
        Wed, 13 Apr 2011 11:54:39 -0700 (PDT)
From: Mick <michaelkintzios@gmail.com>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] Printing phpmyadmin output
Date: Wed, 13 Apr 2011 19:54:51 +0100
User-Agent: KMail/1.13.5 (Linux/2.6.36-gentoo-r8; KDE/4.4.5; x86_64; ; )
References: <201104121652.39545.peter@humphrey.ukfsn.org> <BANLkTikaHyR2E-OEW5k41PgRxYsFJdF=Yw@mail.gmail.com> <201104131755.24648.peter@humphrey.ukfsn.org>
In-Reply-To: <201104131755.24648.peter@humphrey.ukfsn.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: multipart/signed;
  boundary="nextPart3737187.uDCtk4Ie77";
  protocol="application/pgp-signature";
  micalg=pgp-sha1
Content-Transfer-Encoding: 7bit
Message-Id: <201104131955.07342.michaelkintzios@gmail.com>
X-Archives-Salt: 
X-Archives-Hash: 01e687d8abd93f289792b725d28e247b

--nextPart3737187.uDCtk4Ie77
Content-Type: Text/Plain;
  charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

On Wednesday 13 April 2011 17:55:24 Peter Humphrey wrote:
> On Wednesday 13 April 2011 15:58:46 Mick wrote:
> > I assume that you use the "Print view" button at the bottom of the
> > tables.
>=20
> Ah! I hadn't spotted it; that does work - it prints one table description
> per page.
>=20
> > I've just looked at this demo site using print preview in Firefox and
> > Opera:
> >=20
> > http://demo.phpmyadmin.net/STABLE/index.php
> >=20
> > FF will only show the first page of a table - this to me translates to
> > a poorly written CSS for printing purposes, or lack of a print-CSS
> > altogether.
>=20
> I've filed a bug report; let's see what comes of it. It's phpmyadmin-
> Bugs-3286026.
>=20
> > In Opera the first print preview page is blank.  If I click on the
> > print preview icon on the toolbar it will switch between successive
> > frames.  The 3rd frame contains the table across 3 pages, so it should
> > print the lot.  The CSS is not well written though because e.g. there
> > is a blank page between the 1st page which just contains a header and
> > the third page which starts right from the top (no margin) with the
> > table.
>=20
> I've tried Opera and Chrome; Chrome does the same as Firefox while Opera
> shows one line giving the phpMyAdmin location and version number.

Yes, Opera's printing is a bit buggy in general compared to other browsers.
=2D-=20
Regards,
Mick

--nextPart3737187.uDCtk4Ie77
Content-Type: application/pgp-signature; name=signature.asc 
Content-Description: This is a digitally signed message part.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iEYEABECAAYFAk2l8YsACgkQVTDTR3kpaLZBggCfUHPzASJj5UclSRUx0hcozFnX
A/gAnj34WhTpmbhxEmLCy/IRFxNCd5sx
=wcMq
-----END PGP SIGNATURE-----

--nextPart3737187.uDCtk4Ie77--