<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>46418</bug_id>
          
          <creation_ts>2010-09-23 15:26:23 -0700</creation_ts>
          <short_desc>Make flexible boxes work with vertical text.</short_desc>
          <delta_ts>2023-02-24 05:47:59 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Layout and Rendering</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>PC</rep_platform>
          <op_sys>OS X 10.5</op_sys>
          <bug_status>ASSIGNED</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, WPTImpact</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>46473</dependson>
          <blocked>46123</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Dave Hyatt">hyatt</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>rreno</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>284030</commentid>
    <comment_count>0</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2010-09-23 15:26:23 -0700</bug_when>
    <thetext>Make flexible boxes work with vertical text.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>284187</commentid>
    <comment_count>1</comment_count>
    <who name="Dave Hyatt">hyatt</who>
    <bug_when>2010-09-23 19:21:55 -0700</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=46442... have to remove that code for flexible boxes eventually.... once we know how flexible boxes are supposed to work...</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>302114</commentid>
    <comment_count>2</comment_count>
    <who name="Adele Peterson">adele</who>
    <bug_when>2010-10-29 15:14:38 -0700</bug_when>
    <thetext>&lt;rdar://problem/8612059&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1857739</commentid>
    <comment_count>3</comment_count>
    <who name="Tim Nguyen (:ntim)">ntim</who>
    <bug_when>2022-04-03 23:37:27 -0700</bug_when>
    <thetext>Relevant WPT: https://wpt.fyi/results/css/css-flexbox/webkit-box-vertical-writing-mode.html?label=master&amp;label=experimental&amp;product=chrome&amp;product=firefox&amp;product=safari&amp;aligned&amp;q=css%2Fcss-flexbox%2Fwebkit-box-vertical-writing-mode.html</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1892342</commentid>
    <comment_count>4</comment_count>
    <who name="Ryan Reno">rreno</who>
    <bug_when>2022-08-18 17:58:56 -0700</bug_when>
    <thetext>I took a shot at this. RenderDeprecatedFlexibleBox is actually quite simple. To determine whether or not to do vertical or horizontal layout it just checks if the box has BoxOrient::Horizontal or not.

I tried using RenderObject::isHorizontalWritingMode to make that check for vertical or horizontal flow more similar to other standardized Renderers. However, it looks like the RenderObject bitfields are being set to horizontal writing mode no matter what CSS writing-mode value is specified.

So it&apos;s going to be slightly less easy than I initially thought.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>