Bug 50921 - CSSStyleDeclarationImpl::setProperty -> no update of rendering
Summary: CSSStyleDeclarationImpl::setProperty -> no update of rendering
Status: RESOLVED DUPLICATE of bug 70326
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-18 22:54 UTC by sh
Modified: 2004-11-07 22:25 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Testcase attached (614 bytes, text/html)
2004-10-08 15:25 UTC, Tommi Tervo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sh 2002-11-18 22:54:19 UTC
Version:            (using KDE KDE 3.0.99)
Installed from:    Gentoo Packages
Compiler:          gcc/g++ 3.2  optimized for athlon-xp
OS:          Linux

Hi,

so this is the html + js source:
--------------------------------------
<html><head>
<style>
	.text {
		background-color:white;
		color:#000000;
	}
</style>
</head>
<body>
<table>
<tr class="text" onmouseover="javascript:style.background='#c0c0c0'" onmouseout="javascript:style.background='white'">
	<td>bla</td><td>blubb</td><td>fasel</td><td><a href="http://www.kde.org/">Kde homepage</a></td>
</tr>
<tr class="text" onmouseover="javascript:style.background='#c0c0c0'" onmouseout="javascript:style.background='white'">
	<td>blubb</td><td>bla</td><td>fasel2</td><td><a href="http://www.kde.org/">Kde homepage whatever</a></td>
</tr>
</table>
</body>
</html>
----------------------------------------

Normally, this test source is changing the table row colors, if the mouse is over the row then it must be changed to dark gray, if the mouse is out then it must be changed back to white.

Strange is, konqueror in kde 3.0.4 reacted the right way, konqueror in kde 3.1rc3 not.

regards,

\sh

PS: mozilla is doing it allright, that is the reference.
Comment 1 David Faure 2002-11-19 11:49:54 UTC
Missing redraw -> khtml bug, not KJS. Retitling and reassigning. 
Comment 2 sh 2002-11-19 12:04:24 UTC
hi, 
 
thx, but sometimes it's really hard to see which component is raising the errors :( 
 
regards, 
 
\sh 
Comment 3 Tommi Tervo 2004-10-08 15:25:18 UTC
Created attachment 7814 [details]
Testcase attached
Comment 4 Stephan Kulow 2004-11-07 22:25:05 UTC

*** This bug has been marked as a duplicate of 70326 ***