[Webkit-unassigned] [Bug 125392] New: REGRESSION(r136280): input[type=image] should assume coords of 0, 0 when activated without physically clicking

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 7 11:54:19 PST 2013


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

           Summary: REGRESSION(r136280): input[type=image] should assume
                    coords of 0,0 when activated without physically
                    clicking
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate, InChromiumBugs, Regression
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: ap at webkit.org, simon.fraser at apple.com
            Blocks: 102624


Activating an image button with the keyboard or element.click() should result in selected coords of (0,0). This is consistent with the spec and IE and Firefox.

The relevant spec is:
"If the user activates the control without explicitly selecting a coordinate, then the coordinate (0,0) must be assumed."
http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#image-button-state-(type=image)

https://code.google.com/p/chromium/issues/detail?id=306392

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