[Webkit-unassigned] [Bug 28382] New: Flex height issues on Safari 3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 16 23:38:24 PDT 2009


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

           Summary: Flex height issues on Safari 3
           Product: WebKit
           Version: 312.x
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hsingh at paypal.com
                CC: hsingh at paypal.com


There was an issue noticed on Safari 3 version that has subsequently been
resolved in Safari 4. The objective of filing this bug is twofold-
- The fix introduced in Safari 4 should be retained in future versions of
Safari
- if possible, the bug should get fixed on Safari 3

The attachment shows the bug in action on the file titled Issue.html. On Safari
3, focus can not be taken to the username and password fields through mouse
clicks and user is unable to login. It works fine with tab keys however. This
issue does not happen on Safari 4 or Firefox or Internet Explorer. This issue
resulted in a huge number of our users not being able to login into our site.

It was noticed that the above reported issue was not seen when there was
another section underneath the first section on the page that was having mouse
focus problems. An example of this can be seen in the file title
NotAnIssue.html

We added overflow:auto to the style div.sectionContent to fix this issue and
pushed the fix to our live site so that the users would be able to continue to
login to our site. The fix can be seen in action in the file titled
IssueResolved.html. This fix addresses the issue on Safari 3.

-- 
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