Re: [[email protected]: Commit 3626. Redraw problems]
"Sebastian Geerken" <[email protected]>
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
On Do, Mai 01, 2014, Johannes Hofmann wrote:
> On Thu, May 01, 2014 at 11:02:54PM +0200, Sebastian Geerken wrote:
> > On Thu, May 01, 2014, Sebastian Geerken wrote:
> > > On Do, Mai 01, 2014, Jorge Arellano Cid wrote:
> > > > Good!
> > > >
> > > > It works OK now.
> > > >
> > > >
> > > > This one [2] still hogs the CPU between two alternate layouts.
> > > > There's no need to enable images, just the main page and remote CSS
> > > > will do.
> > > >
> > > > [2] http://www.emol.com/economia/
> > >
> > > I cannot reproduce this: with revision 3637, the page looks fine,
> > > without flickering or CPU hogging. (Everything enabled, but turning
> > > off images has the same effect.)
> >
> > Updates:
> >
> > 1. I can neither reproduce it with standard configuration ("mv .dillo
> > .dillo_").
>
> I still get something like that with http://slashdot.org
This is working now. Unfortunately, the text is much too wide, which
is due to some CSS definitions "text-indent: 9999px".i (I don't know
whether this is a trick only working in some browsers, or whether
dillo is incomplete and should actually ignore this.) If you put this
in your ~/.dillo/style.css, slashdot becomes readable again:
----------------------------------------------------------------------
.spinner .tag-server-busy.spinner, .fhitem-editor .tag-server-busy,
article footer .tag-server-busy, #edit-busy.busy.spinner, .synd .rss,
.synd .tw, .synd .fb, .synd .gp, ui-icon.pref a, .ui-icon.edit a,
.ui-icon.rss a, #user_bio .prefs a, #commentwrap .ui-icon.search {
text-indent:0px !important;
}
----------------------------------------------------------------------
Jorge: Do you still have problems with the other pages?
Sebastian
_______________________________________________
Dillo-dev mailing list
[email protected]
http://lists.dillo.org/cgi-bin/mailman/listinfo/dillo-dev
signature.asc
(application/pgp-signature, 490 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (GNU/Linux) iQEcBAEBAgAGBQJTZNPTAAoJEAw7+YHB+ZL6WJMH/RulSk5bqNkIuayQEnOXTWw0 mb8bLv/35pT6G+SWloE7fXokrHbbE8r1BSRySaUu/wWOsQmR2b7sflfAQ5TfLRV5 /fAx4yArPZYvv+ss1pH3is6uh1XqWpFVntIG+Z7V2sSQP9iAnS1av1bbt7pKtlb0 Oi4WqnOASi29wQpm7nHGlcCs7PtZgwrxUGDxP6pnDua2cTddokAvx89vR/zRxrTB 8ud+KCnPO6ub4DRFFi86e6D13epCDMeCZVy83pcnY0Otvprr5803kvw1nX/F27dk aJG0JbCMe5Pgs0rou3iVnVjTT5pjjy0fnCwRDVkqJLtqNl5aWXh4yM45C8WLk9s= =I4Ce -----END PGP SIGNATURE-----