Bug 58587 - javascript function focus() doesn't work
Summary: javascript function focus() doesn't work
Status: RESOLVED DUPLICATE of bug 31916
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.1.1
Platform: Debian stable Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-17 01:14 UTC by john
Modified: 2003-05-26 05:57 UTC (History)
0 users

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 john 2003-05-17 01:14:26 UTC
Version:           3.1.1 (using KDE KDE 3.1.1a)
Installed from:    Debian stable Packages
Compiler:           Debian package (not sure what version)
OS:          Linux

STEPS TO REPLICATE PROBLEM
(using the script below)

1) click the link "Pop it" 
2) then click on main window
3) click "Pop it" again 

PROBLEM: the popup is not brought into focus

<script>
function poptastic(url)
 {
        var newwindow;
        newwindow=window.open(url,'popsome','height=400,width=200');
        newwindow.focus();
}
</script>
<a href="javascript:poptastic('some_url.html');">Pop it</a>
Comment 1 Maksim Orlovich 2003-05-17 02:57:40 UTC
Do you mean it's not brought to focus, or not raised?  
 
Comment 2 Maksim Orlovich 2003-05-26 05:57:58 UTC

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