Bug 134442 - [testcase] calling innerHTML makes accesskey tooltips flicker
Summary: [testcase] calling innerHTML makes accesskey tooltips flicker
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml ecma (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-21 12:30 UTC by Stefan Monov
Modified: 2008-05-05 10:57 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Testcase (615 bytes, application/xhtml+xml)
2006-09-21 12:31 UTC, Stefan Monov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Monov 2006-09-21 12:30:16 UTC
Version:           3.5.4 (using KDE 3.5.4 Level "a" , unofficial build of SUSE )
Compiler:          Target: i586-suse-linux
OS:                Linux (i686) release 2.6.16.21-0.13-default

How to reproduce:
1. Open the attached testcase (or http://computerworld.co.nz ).
2. Press Control.

Expected behavior: Shortcut tooltips don't flicker.
Comment 1 Stefan Monov 2006-09-21 12:31:14 UTC
Created attachment 17860 [details]
Testcase
Comment 2 A. Spehr 2008-05-05 07:27:29 UTC
I'm using 4.0 branch r802754, it flickers.
Comment 3 A. Spehr 2008-05-05 07:34:47 UTC
Other bugtester says it works in trunk:
Test case (has to be marked!) works fine in trunk (no flickering access keys), but not in 3.5.9. Also true for the mentioned website (flickering is less obvious than in test case), but someone with working flash on trunk might want to verify this. Frank78ac

I don't think this has to do with flash though:
function loop() {document.getElementById("a").innerHTML="a"; setTimeout("loop()", 0);}
Comment 4 Daniel Winter 2008-05-05 08:07:05 UTC
it is fixed in trunk. (checked it again and don't seems to be related to flash)
Comment 5 Stefan Monov 2008-05-05 10:57:29 UTC
indeed it is fixed in trunk. cheers!