[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

darin darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:31:45 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit d4ed993690ddc9a503a88cd623a19aab892f33cf
Author: darin <darin at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 16 06:11:03 2002 +0000

    	- fixed 2983959 -- pages that try to use JavaScript to focus fail to do so
    
            * kwq/KWQWidget.mm: (QWidget::setFocus): Call makeFirstResponder.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1836 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebCore/ChangeLog-2002-12-03 b/WebCore/ChangeLog-2002-12-03
index 3f0ad3b..dbc7cbd 100644
--- a/WebCore/ChangeLog-2002-12-03
+++ b/WebCore/ChangeLog-2002-12-03
@@ -1,5 +1,11 @@
 2002-08-15  Darin Adler  <darin at apple.com>
 
+	- fixed 2983959 -- pages that try to use JavaScript to focus fail to do so
+
+        * kwq/KWQWidget.mm: (QWidget::setFocus): Call makeFirstResponder.
+
+2002-08-15  Darin Adler  <darin at apple.com>
+
 	Give the same good loving to the check boxes and radio buttons.
 	I'm not saying our rules for where to position them are great, but
 	the rules are implemented cleanly and thus easier to tweak.
diff --git a/WebCore/ChangeLog-2003-10-25 b/WebCore/ChangeLog-2003-10-25
index 3f0ad3b..dbc7cbd 100644
--- a/WebCore/ChangeLog-2003-10-25
+++ b/WebCore/ChangeLog-2003-10-25
@@ -1,5 +1,11 @@
 2002-08-15  Darin Adler  <darin at apple.com>
 
+	- fixed 2983959 -- pages that try to use JavaScript to focus fail to do so
+
+        * kwq/KWQWidget.mm: (QWidget::setFocus): Call makeFirstResponder.
+
+2002-08-15  Darin Adler  <darin at apple.com>
+
 	Give the same good loving to the check boxes and radio buttons.
 	I'm not saying our rules for where to position them are great, but
 	the rules are implemented cleanly and thus easier to tweak.
diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23
index 3f0ad3b..dbc7cbd 100644
--- a/WebCore/ChangeLog-2005-08-23
+++ b/WebCore/ChangeLog-2005-08-23
@@ -1,5 +1,11 @@
 2002-08-15  Darin Adler  <darin at apple.com>
 
+	- fixed 2983959 -- pages that try to use JavaScript to focus fail to do so
+
+        * kwq/KWQWidget.mm: (QWidget::setFocus): Call makeFirstResponder.
+
+2002-08-15  Darin Adler  <darin at apple.com>
+
 	Give the same good loving to the check boxes and radio buttons.
 	I'm not saying our rules for where to position them are great, but
 	the rules are implemented cleanly and thus easier to tweak.
diff --git a/WebCore/kwq/KWQWidget.mm b/WebCore/kwq/KWQWidget.mm
index ddc3339..94eee04 100644
--- a/WebCore/kwq/KWQWidget.mm
+++ b/WebCore/kwq/KWQWidget.mm
@@ -171,7 +171,7 @@ QPoint QWidget::mapToGlobal(const QPoint &p) const
 
 void QWidget::setFocus()
 {
-    _logNeverImplemented();
+    [[getView() window] makeFirstResponder:getView()];
 }
 
 void QWidget::clearFocus()

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list