Bug 135426

Summary: [Mac] Popup button arrows appear on the left, underlapping text, when the UI layout direction is right-to-left
Product: WebKit Reporter: mitz
Component: FormsAssignee: mitz
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Force the NSPopUpButtonCell UI layout direction dino: review+

Description mitz 2014-07-30 12:31:34 PDT
<rdar://problem/17199364>

When the user interface orientation of a WebKit1 app is right-to-left, the popup button cell is mirrored, so the arrows appear on the left underlapping the text.
Comment 1 mitz 2014-07-30 12:37:55 PDT
Created attachment 235756 [details]
Force the NSPopUpButtonCell UI layout direction
Comment 2 mitz 2014-07-30 12:43:39 PDT
Fixed in <http://trac.webkit.org/r171802>.