Bug 115515 - cacti graphs blue blob zoom
Summary: cacti graphs blue blob zoom
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml renderer (show other bugs)
Version: 3.4
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 114494 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-02 10:12 UTC by Bib
Modified: 2012-06-22 14:44 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
test case (355 bytes, text/html)
2006-03-07 06:24 UTC, Charles Samuels
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bib 2005-11-02 10:12:07 UTC
Version:           3.4.0 (using KDE 3.4.0 Level "b" , SUSE 9.3)
Compiler:          gcc version 3.3.5 20050117 (prerelease) (SUSE Linux)
OS:                Linux (i686) release 2.6.11.4-21.9-smp

Cacti displays graphics based on data.
We can zoom in on any particular part.
Konq displays a big blue blob to the left.
I see this with any Cacti graph, but can be seen
with the following URL:

http://www.disorder.com/cacti/graph.php?action=zoom&local_graph_id=2&rra_id=0&view_type=tree&graph_start=1130835577&graph_end=1130921977

Seems to be a Javascript error.
Comment 1 Thiago Macieira 2005-11-02 17:57:19 UTC
The zoom box is a DIV inside a TD and has style "position: absolute; top: 0; left: 0". Its top is the TD's top, but its left is the TR's left, not the TDs (the TR has two TD).

Confirmed on 475555.
Comment 2 Tommi Tervo 2005-11-16 14:38:36 UTC
*** Bug 114494 has been marked as a duplicate of this bug. ***
Comment 3 Charles Samuels 2006-03-07 06:24:55 UTC
Created attachment 14993 [details]
test case

I don't know what this is, but I don't think it's a rendering bug.

Firefox: Does nothing
khtml: shows the popup window with "0" in it (you'd think it'd show 100,
right?)

Remove the <link> and the two behave the same.

Is this even a khtml bug?
Does this actually cause this bug?

I have no idea.
Comment 4 Charles Samuels 2006-03-07 06:26:03 UTC
Actually, FF will display the dialog once, and khtml will show it twice.

You could remove the line: "x();"
Comment 5 Maksim Orlovich 2006-03-07 06:44:17 UTC
Seems like supporting onload on document is a khtml'ism
Comment 6 Maksim Orlovich 2006-03-07 06:53:18 UTC
No, not quite that simple. Weird.
Comment 7 James Spahlinger 2008-04-19 13:50:21 UTC
Mmm, as of 4.0.3 the popup displays 100, not 0 as reported in the test case. The original link in the report seems down however, it is a blank graph.

In any case, both firefox and konqueror handle this similarly. Only thing is konqueror produces two popups instead of one.

Using Gentoo Linux ~x86 (testing in gentoo lingo). KDE 4.0.3 and the majority of packages compiled using gcc 4.3.0.
Comment 8 Janek Bevendorff 2012-06-22 14:44:46 UTC
Closing as WORKSFORME as of comment #7. If you think, this issue is still valid in Konqueror 4.8.4 or later, please reopen or file a new report.
Thank you.