[Webkit-unassigned] [Bug 30680] New: media/audio-delete-while-step-button-clicked.html test has hard-coded values

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 10:27:56 PDT 2009


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

           Summary: media/audio-delete-while-step-button-clicked.html test
                    has hard-coded values
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com
                CC: eric at webkit.org, eric.carlson at apple.com,
                    xan.lopez at gmail.com


In gtk port we have detected a situation where the click on the UI controls
goes to the audio node but it does not hit any button, in this case the test
fails:

...
                var right = audio.offsetLeft + audio.offsetWidth;
                var bottom = audio.offsetTop + audio.offsetHeight;

                var x = right - 8;
                var y = bottom - 8;
...

Probably we should move this test to Apple specific and each platform should
create one depending on the layout of the buttons. With Gtk+ this code works:

...             
                var x = right - 17;
                var y = bottom - 8;
...

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