<?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>135792</bug_id>
          
          <creation_ts>2014-08-11 00:22:22 -0700</creation_ts>
          <short_desc>NoExceptionAssertionChecker failure when creating a Range with text-transform:uppercase;</short_desc>
          <delta_ts>2016-08-04 10:06:51 -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>HTML Editing</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>NEW</bug_status>
          <resolution></resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>116980</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Martin Hodovan">mhodovan.u-szeged</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ap</cc>
    
    <cc>bfulgham</cc>
    
    <cc>darin</cc>
    
    <cc>enrica</cc>
    
    <cc>morrita</cc>
    
    <cc>rniwa</cc>
    
    <cc>shinyak</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1028135</commentid>
    <comment_count>0</comment_count>
    <who name="Martin Hodovan">mhodovan.u-szeged</who>
    <bug_when>2014-08-11 00:22:22 -0700</bug_when>
    <thetext>Test:
&lt;head&gt;
    &lt;script&gt;
        function func() {
            document.designMode = &apos;on&apos;;
            document.execCommand(&quot;selectAll&quot;, false, null);
            document.execCommand(&quot;justifyFull&quot;, true , null);
        }
    &lt;/script&gt;
    &lt;style&gt;
        * {
          text-transform:uppercase;
        }
    &lt;/style&gt;
&lt;/head&gt;
&amp;#329
&lt;body onload=&apos;func()&apos;&gt;&lt;/body&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1028136</commentid>
    <comment_count>1</comment_count>
    <who name="Martin Hodovan">mhodovan.u-szeged</who>
    <bug_when>2014-08-11 00:28:06 -0700</bug_when>
    <thetext>Backtrace:
#0  in WTFCrash () at WebKit/Source/WTF/wtf/Assertions.cpp:329
#1  in WebCore::NoExceptionAssertionChecker::~NoExceptionAssertionChecker (this=0x7fffffffc130, __in_chrg=&lt;optimized out&gt;)
    at WebKit/Source/WebCore/dom/ExceptionCodePlaceholder.cpp:47
#2  in WebCore::Range::Range (this=0x896f70, ownerDocument=..., startContainer=..., startOffset=0, endContainer=..., endOffset=3)
    at WebKit/Source/WebCore/dom/Range.cpp:94
#3  in WebCore::Range::create (ownerDocument=..., startContainer=..., startOffset=0, endContainer=..., endOffset=3) at WebKit/Source/WebCore/dom/Range.cpp:99
#4  in WebCore::TextIterator::range (this=0x7fffffffc320) at WebKit/Source/WebCore/editing/TextIterator.cpp:1102
#5  in WebCore::TextIterator::rangeFromLocationAndLength (scope=0x765d40, rangeLocation=0, rangeLength=0, forSelectionPreservation=true)
    at WebKit/Source/WebCore/editing/TextIterator.cpp:2400
#6  in WebCore::ApplyStyleCommand::applyBlockStyle (this=0x9a8e70, style=0x9a8fa0) at WebKit/Source/WebCore/editing/ApplyStyleCommand.cpp:302
#7  in WebCore::ApplyStyleCommand::doApply (this=0x9a8e70) at WebKit/Source/WebCore/editing/ApplyStyleCommand.cpp:224
#8  in WebCore::CompositeEditCommand::apply (this=0x9a8e70) at WebKit/Source/WebCore/editing/CompositeEditCommand.cpp:227
#9  in WebCore::applyCommand (command=...) at WebKit/Source/WebCore/editing/CompositeEditCommand.cpp:182
#10 WebCore::Editor::applyParagraphStyle (this=0x727d50, style=0x891230, editingAction=WebCore::EditActionUnspecified)
    at WebKit/Source/WebCore/editing/Editor.cpp:990
#11 in WebCore::executeApplyParagraphStyle (frame=..., source=WebCore::CommandFromDOMWithUserInterface, action=WebCore::EditActionJustify, 
    propertyID=WebCore::CSSPropertyTextAlign, propertyValue=...) at WebKit/Source/WebCore/editing/EditorCommand.cpp:185
#12 in WebCore::executeJustifyFull (frame=..., source=WebCore::CommandFromDOMWithUserInterface) at WebKit/Source/WebCore/editing/EditorCommand.cpp:586
#13 in WebCore::Editor::Command::execute (this=0x7fffffffc800, parameter=..., triggeringEvent=0x0) at WebKit/Source/WebCore/editing/EditorCommand.cpp:1740
#14 in WebCore::Document::execCommand (this=0x765d40, commandName=..., userInterface=true, value=...) at WebKit/Source/WebCore/dom/Document.cpp:4279
#15 in WebCore::jsDocumentPrototypeFunctionExecCommand (exec=0x7fffffffc8f0) at WebKit/WebKitBuild/Debug/DerivedSources/WebCore/JSDocument.cpp:4526
#16 in ?? ()
#17 in ?? ()
#18 in llint_entry () from WebKit/WebKitBuild/Debug/lib/libjavascriptcore_efl.so.0</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1028323</commentid>
    <comment_count>2</comment_count>
    <who name="Darin Adler">darin</who>
    <bug_when>2014-08-11 14:36:50 -0700</bug_when>
    <thetext>(In reply to comment #1)
&gt; #3  in WebCore::Range::create (ownerDocument=..., startContainer=..., startOffset=0, endContainer=..., endOffset=3) at WebKit/Source/WebCore/dom/Range.cpp:99

Sure would be nice to see what these pointers are.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217230</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2016-08-03 14:56:10 -0700</bug_when>
    <thetext>This reproduces under r204037.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1217445</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2016-08-04 10:06:51 -0700</bug_when>
    <thetext>&lt;rdar://problem/27701846&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>