<?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>9112</bug_id>
          
          <creation_ts>2006-05-25 10:48:28 -0700</creation_ts>
          <short_desc>Some of the unit tests for script.aculo.us don&apos;t pass</short_desc>
          <delta_ts>2022-07-24 20:06:10 -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>New Bugs</component>
          <version>420+</version>
          <rep_platform>Mac</rep_platform>
          <op_sys>OS X 10.4</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>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sam Weinig">sam</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>ahmad.saleem792</cc>
    
    <cc>ap</cc>
    
    <cc>bfulgham</cc>
    
    <cc>ggaren</cc>
    
    <cc>ian</cc>
    
    <cc>rniwa</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>43558</commentid>
    <comment_count>0</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2006-05-25 10:48:28 -0700</bug_when>
    <thetext>If you go to http://script.aculo.us/ and download the latest version of script.aculo.us (version 1.6.1 at the time of writing) you&apos;ll find the ToT webkit does not pass all the unit tests provided.  We fail all of the tests in:

Ajax.Autocompleter test
Position.clone test

and some of the tests in:

Ajax.InPlaceEditor test
Element extensions test
Unittest test</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>43559</commentid>
    <comment_count>1</comment_count>
    <who name="Sam Weinig">sam</who>
    <bug_when>2006-05-25 10:50:56 -0700</bug_when>
    <thetext>The test that fails in the Element extensions test, &quot;testElementGetStyle&quot; notes that it fails because of bug 4125</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>44509</commentid>
    <comment_count>2</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2006-11-24 23:25:19 -0800</bug_when>
    <thetext>*** Bug 9129 has been marked as a duplicate of this bug. ***</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1886431</commentid>
    <comment_count>3</comment_count>
    <who name="Ahmad Saleem">ahmad.saleem792</who>
    <bug_when>2022-07-24 16:23:16 -0700</bug_when>
    <thetext>I am able to find only one test in v1.9.0 unit test, which fails in Safari 15.6 on macOS 12.5 only but not in Chrome Canary 106 and Firefox Nightly 104.

It is from &quot;Slider.js&quot; - test MultipleHandles:

_____________

testMultipleHandles: function() { with(this) {
      var slider = new Control.Slider([&apos;handle3-1&apos;,&apos;handle3-2&apos;,&apos;handle3-3&apos;], &apos;track3&apos;, {range:$R(0,300)});
      assertInstanceOf(Control.Slider, slider);
      
      slider.setValue(20, 0);
      slider.setValue(50, 1);
      slider.setValue(70, 2);
      assertEqual(20, slider.values[0]);
      assertEqual(50, slider.values[1]);
      assertEqual(70, slider.values[2]);
      assertEqual(&quot;20px&quot;, slider.handles[0].style.left);
      assertEqual(&quot;49px&quot;, slider.handles[1].style.left);
      assertEqual(&quot;68px&quot;, slider.handles[2].style.left);
      
      // should change last manipulated handled by -10,
      // so check for handle with idx 2
      slider.setValueBy(-10);
      assertEqual(60, slider.values[2]);
      
      slider.setValueBy(10, 0);
      assertEqual(20, slider.values[0]);
      slider.setValueBy(10, 1);
      assertEqual(60, slider.values[1]);
      slider.setValueBy(20, slider.activeHandleIdx);
      assertEqual(80, slider.values[1]);
    }},

__________

You can download latest version (as of today) from here - http://script.aculo.us/downloads</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1886455</commentid>
    <comment_count>4</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-07-24 20:06:10 -0700</bug_when>
    <thetext>&lt;rdar://problem/97529357&gt;</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>