#10623 BLOC 11.2.0-: Browse will not let you type in text fields
Zarro Boogs per Child
bugtracker at laptop.org
Fri Jun 10 08:53:21 EDT 2011
#10623: Browse will not let you type in text fields
---------------------------------------+------------------------------------
Reporter: greenfeld | Owner: godiard
Type: defect | Status: new
Priority: blocker | Milestone: 11.2.0-M4
Component: browse-activity | Version: Development source as of this date
Resolution: | Keywords:
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
---------------------------------------+------------------------------------
Comment(by godiard):
I think this is related to mozilla bug #533245 [1] but I have tried the
proposed solution without success. I have patched xulrunner with the
proposed changes in comments 12 and 13 but the problem remains.
A low cost workaround (but not resolve all the problem) is set focus in
the search input in the default page, for example:
{{{
diff --git a/data/index.html b/data/index.html
index 8db6c4d..0183489 100644
--- a/data/index.html
+++ b/data/index.html
@@ -48,7 +48,7 @@ html { margin-right: 8px; margin-left: 8px;
font-family: Helvetica, Arial, sa
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<link rel="shortcut icon" href="favicon_01.png"/>
</head>
-<body>
+<body onload="javascript:document.f.q.focus()">
<div class="links-container">
<script type="text/javascript" language="JavaScript">
<!--
}}}
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=533245
--
Ticket URL: <http://dev.laptop.org/ticket/10623#comment:6>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list