[Webkit-unassigned] [Bug 49120] New: Unable to set focus on text input box when floating content to the right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 5 18:41:29 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=49120

           Summary: Unable to set focus on text input box when floating
                    content to the right
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: twhitehead at gmail.com


We ran into problems where webkit based browsers couldn't focus on our mediawiki search box.

It turned out to only be specific to the modern skin, so I ate away at the generated html code until I just had the attached short example left.  It seems very strange as a lot of, what I would think should be irrelevant, changes will make it work (e.g., specifying "position: relative" or "display: inline-block" in the css section for the #searchInput).

I have no idea what version I should report this against.  I would try your nightly builds, but I don't have MacOS or Windows.  I know it doesn't work in the latest Chrome or Konqueror.  It also doesn't work with simple GTK viewer in the latest libwebkit from Debian experimental.  The configure macro in the source for the later says

# This is the version we'll be using as part of our User-Agent string
# e.g., AppleWebKit/$(webkit_user_agent_version) ...
#
# Sourced from WebCore/Configurations/Version.xcconfig
m4_define([webkit_user_agent_major_version], [531])
m4_define([webkit_user_agent_minor_version], [2])

which makes me thinking I should be picking 531, but your version numbers don't go that high.

Cheers!  -Tyson

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list