<?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>210877</bug_id>
          
          <creation_ts>2020-04-22 14:51:36 -0700</creation_ts>
          <short_desc>[iOS] Cannot edit &lt;text&gt; with -webkit-user-modify: read-write unless it has taborder attribute</short_desc>
          <delta_ts>2020-04-22 15:58:39 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>SVG</component>
          <version>WebKit Local Build</version>
          <rep_platform>iPhone / iPad</rep_platform>
          <op_sys>iOS 13</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=210875</see_also>
    
    <see_also>https://bugs.webkit.org/show_bug.cgi?id=210885</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar, PlatformOnly</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Daniel Bates">dbates</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bug-importer</cc>
    
    <cc>zimmermann</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1644509</commentid>
    <comment_count>0</comment_count>
    <who name="Daniel Bates">dbates</who>
    <bug_when>2020-04-22 14:51:36 -0700</bug_when>
    <thetext>Consider the .svg page with the following markup:
[[
&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
&lt;g writing-mode=&quot;vertical-lr&quot;&gt;
    &lt;text id=&quot;text&quot; font-size=&quot;50&quot; x=&quot;50&quot; y=&quot;50&quot; style=&quot;-webkit-user-modify: read-write&quot;&gt;Hello&lt;/text&gt;
&lt;/g&gt;
&lt;/svg&gt;
]]

Open the page in MobileSafari. Tap the word &quot;hello&quot;. Then nothing will happen, but I expected the keyboard to appear and a caret to show up and I should be able to edit the text.

Note that if you add an explicit taborder to the &lt;text&gt; then you can tap on it to start an input session:

[[
&lt;svg xmlns=&quot;http://www.w3.org/2000/svg&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;
&lt;g writing-mode=&quot;vertical-lr&quot;&gt;
    &lt;text id=&quot;text&quot; font-size=&quot;50&quot; x=&quot;50&quot; y=&quot;50&quot; style=&quot;-webkit-user-modify: read-write&quot; taborder=&quot;0&quot;&gt;Hello&lt;/text&gt;
&lt;/g&gt;
&lt;/svg&gt;
]]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1644510</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-04-22 14:51:44 -0700</bug_when>
    <thetext>&lt;rdar://problem/62212276&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>