Bug 117233 - Support <select> in vertical writing mode
Summary: Support <select> in vertical writing mode
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Aditya Keerthi
URL: http://www.mongolfont.com/test/mongol...
Keywords: InRadar
: 248262 (view as bug list)
Depends on:
Blocks: 245355
  Show dependency treegraph
 
Reported: 2013-06-05 00:55 PDT by SiqinBilige
Modified: 2023-11-10 10:08 PST (History)
3 users (show)

See Also:


Attachments
actual (2.05 KB, image/png)
2013-06-05 00:56 PDT, SiqinBilige
no flags Details
expected (4.42 KB, image/png)
2013-06-05 00:56 PDT, SiqinBilige
no flags Details
actual (2.39 KB, image/png)
2013-06-05 01:00 PDT, SiqinBilige
no flags Details
Form controls don't go vertical (8.31 KB, image/png)
2017-07-19 18:55 PDT, SiqinBilige
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description SiqinBilige 2013-06-05 00:55:36 PDT
-webkit-writing-mode: vertical-lr; does not work on select element.

1. http://dev.w3.org/csswg/css-writing-modes/#text-flow
Comment 1 SiqinBilige 2013-06-05 00:56:20 PDT
Created attachment 203762 [details]
actual
Comment 2 SiqinBilige 2013-06-05 00:56:44 PDT
Created attachment 203763 [details]
expected
Comment 3 SiqinBilige 2013-06-05 01:00:25 PDT
Created attachment 203764 [details]
actual
Comment 4 Gérard Talbot 2017-07-19 12:08:58 PDT
Submitted test on a select element and vertical-lr writing mode:

http://test.csswg.org/suites/css-writing-modes-3_dev/nightly-unstable/html/form-controls-vlr-004.htm

Note that 
a) the test uses a "SHOULD": so passing that test is recommended but not required to be able to claim conformance with the spec.
b) the tests in all CSS test suites never use vendor prefixes
Comment 6 SiqinBilige 2017-07-19 18:55:30 PDT
Created attachment 315964 [details]
Form controls don't go vertical
Comment 7 Tim Nguyen (:ntim) 2022-11-24 12:51:24 PST
I think RenderMenuList works already fine, however, native appearance in RenderTheme needs to be fixed.
Comment 8 Radar WebKit Bug Importer 2022-11-24 12:51:44 PST
<rdar://problem/102651643>
Comment 10 Aditya Keerthi 2023-11-09 21:22:58 PST
Pull request: https://github.com/WebKit/WebKit/pull/20284
Comment 11 Tim Nguyen (:ntim) 2023-11-10 09:52:43 PST
*** Bug 248262 has been marked as a duplicate of this bug. ***
Comment 12 EWS 2023-11-10 10:08:48 PST
Committed 270545@main (acfe2805bf05): <https://commits.webkit.org/270545@main>

Reviewed commits have been landed. Closing PR #20284 and removing active labels.