Bug 186629 - Konqueror shows blank page after clicking on an expand button for revision in loggerhead
Summary: Konqueror shows blank page after clicking on an expand button for revision in...
Status: CONFIRMED
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.2.1
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-09 10:29 UTC by Nicholas Allen
Modified: 2011-12-23 03:32 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nicholas Allen 2009-03-09 10:29:59 UTC
Version:           4.2.1 (KDE 4.2.1) (using 4.2.1 (KDE 4.2.1), Kubuntu packages)
Compiler:          cc
OS:                Linux (i686) release 2.6.27-11-generic

If I try to expand one of the revisions on this page http://bazaar.launchpad.net/~nick-allen/qbzr-eclipse/trunk/changes then konqueror shows a blank page. Firefox shows a nice smooth animation of the revision expanding.
Comment 1 Maksim Orlovich 2009-03-09 15:38:29 UTC
SVN commit 937328 by orlovich:

We want to convert null => "" in CSS style manipulation.
Fixes expanding of changelog entries on launchpad bazzar changetracker 
thingie. 

Leaving the report open for now since I need to figure out why 
not fixing this produces these:
QPainter::begin: Widget painting can only begin as a result of a paintEvent
QPainter::translate: Painter not active
(Plus I need to add a testcase, and don't have time right now)

CCBUG:186629


 M  +2 -2      kjs_css.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=937328
Comment 2 Maksim Orlovich 2009-03-09 15:41:01 UTC
SVN commit 937329 by orlovich:

Merged revision 937328:
We want to convert null => "" in CSS style manipulation.
Fixes expanding of changelog entries on launchpad bazzar changetracker 
thingie. 

Leaving the report open for now since I need to figure out why 
not fixing this produces these:
QPainter::begin: Widget painting can only begin as a result of a paintEvent
QPainter::translate: Painter not active
(Plus I need to add a testcase, and don't have time right now)

CCBUG:186629

 M  +2 -2      kjs_css.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=937329