Bug 135426 - [Mac] Popup button arrows appear on the left, underlapping text, when the UI layout direction is right-to-left
Summary: [Mac] Popup button arrows appear on the left, underlapping text, when the UI ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-07-30 12:31 PDT by mitz
Modified: 2014-07-30 12:43 PDT (History)
4 users (show)

See Also:


Attachments
Force the NSPopUpButtonCell UI layout direction (2.02 KB, patch)
2014-07-30 12:37 PDT, mitz
dino: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>.