Bug 117031 - Location bar should be auto-selected upon opening konqueror
Summary: Location bar should be auto-selected upon opening konqueror
Status: RESOLVED FIXED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.5
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
: 116708 117051 117573 117766 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-11-24 23:58 UTC by Nathan Toone
Modified: 2006-01-06 01:32 UTC (History)
6 users (show)

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 Nathan Toone 2005-11-24 23:58:51 UTC
Version:           3.5 (using KDE 3.5 (RC2), Gentoo)
Compiler:          gcc version 3.4.4 (Gentoo 3.4.4-r1, ssp-3.4.4-1.0, pie-8.7.8)
OS:                Linux (x86_64) release 2.6.14-gentoo-r2

Previously (prior to 3.5) konqueror would auto-select the location bar when it was first opened.  That is - you would open konqueror, and your cursor began in the location bar.

This is no longer the case.
Comment 1 Tommi Tervo 2005-11-25 12:10:10 UTC
*** Bug 117051 has been marked as a duplicate of this bug. ***
Comment 2 Tommi Tervo 2005-11-25 12:23:48 UTC
*** Bug 116708 has been marked as a duplicate of this bug. ***
Comment 3 Pascal Létourneau 2005-11-28 22:17:45 UTC
SVN commit 483954 by pletourn:

Allow to give focus to the location bar, even when Konqueror is starting up

BUG:117031


 M  +1 -1      konq_mainwindow.cc  


--- branches/KDE/3.5/kdebase/konqueror/konq_mainwindow.cc #483953:483954
@@ -3648,7 +3648,7 @@
 
 void KonqMainWindow::focusLocationBar()
 {
-  if ( m_combo->isVisible() )
+  if ( m_combo->isVisible() || !isVisible() )
     m_combo->setFocus();
 }
 
Comment 4 Maksim Orlovich 2005-12-03 15:05:52 UTC
*** Bug 117573 has been marked as a duplicate of this bug. ***
Comment 5 Dik Takken 2005-12-05 11:53:05 UTC
Would it be possible/easy to extend this fix to also fix Bug 64868?
Comment 6 Maksim Orlovich 2005-12-06 00:58:06 UTC
*** Bug 117766 has been marked as a duplicate of this bug. ***
Comment 7 S. Burmeister 2005-12-06 10:20:47 UTC
Is this fix in 3.5 BRANCH? It is not part of the final release, isn't it?
Comment 8 Teemu Rytilahti 2006-01-06 01:32:41 UTC
Yeah, it'll be in KDE 3.5.1. If your distro supplies with KDE 3.5.0, hopefully it'll include the patch...