Bug 70009 - jquery.innerfade.js rendering problem (and high CPU usage?)
Summary: jquery.innerfade.js rendering problem (and high CPU usage?)
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0.4
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords: triaged
Depends on:
Blocks:
 
Reported: 2003-12-10 14:11 UTC by Alex Turbov
Modified: 2018-10-27 02:57 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Archive of the page (197.13 KB, application/x-webarchive)
2008-05-17 10:57 UTC, FiNeX
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Turbov 2003-12-10 14:11:19 UTC
Version:            (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
 
OS:          Linux

Just go to and U'll c...
http://www.intel.com/research/
Comment 1 Thiago Macieira 2003-12-10 15:35:48 UTC
The rendering is definetely wrong. But the bizarre thing is that the process taking up CPU is X (68%) while Konqueror only uses 13.5% in my system.

KJS is known to be slow. That's no bug.

Do you have a simpler testcase that shows the problem?
Comment 2 Allan Sandfeld 2004-12-27 22:07:53 UTC
It renders the same as Firefox now. Surprisingly Opera has a really bad rendering of this page.
Comment 3 Alex Turbov 2007-10-17 12:33:22 UTC
The bug is back. Konqueror 3.5.7 here.
new URL of this page (after redirect) is http://techresearch.intel.com/articles/index.html
Comment 4 Ivo Anjo 2007-12-16 18:04:32 UTC
I can confirm this on recent svn too.
Comment 5 FiNeX 2008-05-16 14:30:35 UTC
The page doesn't exist anymore. Do you have a testcase for test KDE 3.5.9 and 4?
Comment 6 Ivo Anjo 2008-05-16 20:47:20 UTC
The site is back up. Still renders wrong. Kde 4.0.4 from openSUSE build service here.
Comment 7 FiNeX 2008-05-17 10:54:09 UTC
Ok, now the page load. I confirm the bad rendering on both 3.5.9 and trunk r806921.

Time ago I've had the same problem using the jquery innerfade effect.

I've solved adding:
  position:absolute;
on the "li" elements.

For example in this case you can add

.marquee-container-left li{
  position:absolute;
}

on the CSS for solve the problem. I've just tried and it works.

The jquery innerfade javascript set the "absolute" position value for the rotatings elements with this code:

for ( var i = 0; i < elements.length; i++ ) {
  $(elements[i]).css('z-index',
    String(elements.length-i)).css('position', 'absolute');
  $(elements[i]).hide();
};

On konqueror this code doesn't work as expected.
Comment 8 FiNeX 2008-05-17 10:56:02 UTC
Is this a "kjs" or a "khtml ecma" problem?
Comment 9 FiNeX 2008-05-17 10:57:33 UTC
Created attachment 24805 [details]
Archive of the page

I've archived the page with konqueror.
Comment 10 Myriam Schweingruber 2012-06-20 08:56:37 UTC
Does this still apply to Konqueror 4.8.4 or later?
Comment 11 Andrew Crouthamel 2018-09-23 02:41:25 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days, the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please set the bug status as REPORTED so that the KDE team knows that the bug is ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 12 Andrew Crouthamel 2018-10-27 02:57:01 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information.

For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!