[arch-general] kde4.2.96 - konqueror web profile went nuts rendering my page?

David C. Rankin drankinatty at suddenlinkmail.com
Sun Jul 12 18:45:45 EDT 2009


On Saturday 11 July 2009 06:12:49 am Pierre Schmitz wrote:
> On Saturday 11 July 2009 09:30:57 Eric Bélanger wrote:
> > On Sat, Jul 11, 2009 at 2:08 AM, David C.
> >
> > Rankin<drankinatty at suddenlinkmail.com> wrote:
> > > Listmates,
> > >
> > >        My site always renders well in konqueror -- that is ,,,until
> > > tonight. Now it looks like it is doubling the width of the menu images
> > > causing strange, but cool, results:
> > >
> > > http://www.3111skyline.com/download/Archlinux/bugs/kde4/konquerorWebBrwsW
> > >hacko.jpeg
> > >
> > > Any thoughts?
> >
> > Probably due to this bug: https://bugs.kde.org/show_bug.cgi?id=198779
> 
> Try to set the width and height for every jpeg that you use. That should work 
> around the problem until konqueror is fixed.
> 
> 

	That's what I'll have to do I guess. I wonder why the css definition is ignored? I have the dimensions of the div on both the right and left side constrained to a specific width. For the left:

div#menu
{
        width: 158px;
        float: left;
        margin: 0;
        padding: .5em 0 .3em .3em;
        font-size: .85em;
}

	... and for the right column:

div#more
{
        width: 165px;
        float: right;
        margin: 0;
        padding: 7px 5px 0 5px;
        color: #fff;
}

	But for some reason, konqueror is ignoring the limitations. (I guess I could try "width-max" css property instead of "width")

	Additionally, in the new konqueror, the location and extra toolbars are screwed up to the point that no search box is shown and if the extra toolbar is enabled, then the address window is about 6 chars wide. Cest la vie. 

-- 
David C. Rankin, J.D.,P.E.
Rankin Law Firm, PLLC
510 Ochiltree Street
Nacogdoches, Texas 75961
Telephone: (936) 715-9333
Facsimile: (936) 715-9339
www.rankinlawfirm.com


More information about the arch-general mailing list