[Webkit-unassigned] [Bug 122109] New: [EFL] accessibility/file-upload-button-stringvalue.html is failing.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 30 08:24:10 PDT 2013


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

           Summary: [EFL]
                    accessibility/file-upload-button-stringvalue.html is
                    failing.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: k.czech at samsung.com
                CC: demarchi at webkit.org


Default value (no files selected):
-accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: (None)
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected

 Drag and drop a single file:
-accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: file1.txt
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: file1.txt
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected

 Drag and drop two files:
-accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: (None)
-accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: 2 files
+accessibilityController.accessibleElementById("singleFileUpload").stringValue: AXValue: No file selected
+accessibilityController.accessibleElementById("multipleFileUpload").stringValue: AXValue: No files selected

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