<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in focusblur.html</title>
    <link>http://src.iws.cs.ovgu.de/source/rss/yui3/src/event/tests/focusblur.html</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    <item>
        <title>Add stopProp tests and clean up leftover subs</title>
        <description>/yui3/src/event/tests/focusblur.html - 611ed6133b545686c09585a898b866cfd64b22dc</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>+Test for delegate filtering on non-focusable el
    
    Related to ticket #2531334</title>
        <description>/yui3/src/event/tests/focusblur.html - 84862dd927c6e36b236ce76e2d192564c9e3ec1e</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>yui.js, dynamic filter, and allowRollup: false
    
    For proper inclusion in code coverage tests</title>
        <description>/yui3/src/event/tests/focusblur.html - a4a12866ef14f142b1a799fc246a542d69af602b</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Added Test.Runner.setName</title>
        <description>/yui3/src/event/tests/focusblur.html - 9a76bc095233b0cb0be3a913f5913bfc72c38b6c</description>
        <pubDate></pubDate>
        <dc:creator>Satyen Desai &lt;sdesai@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>A few more test files needing filter update</title>
        <description>/yui3/src/event/tests/focusblur.html - 472cb5998fc636f7d3cb6e3780dba7986a75e912</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add lazyEventFacade to YUI config for tests in IE8
    
    This can be removed to do apples-to-apples comparisons
    with IE6/7/9 for debugging if needed.</title>
        <description>/yui3/src/event/tests/focusblur.html - 45e6f13936658ddeb74bff8dde445a67419a1995</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>fixed caching issue that was causing problems with statically included
    modules</title>
        <description>/yui3/src/event/tests/focusblur.html - 24c6558f0c5a695a01b3091cea55a968f9904f95</description>
        <pubDate></pubDate>
        <dc:creator>Adam Moore &lt;adamoore@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Wrap focus/blur tests in check for window focus.
    
    When the window is blurred, FF doesn't fire focus
    events until the window focus is restored.  IE 6-8
    don't fire blur events (including focusout) at all
    if the window is blurred.  This is causing the testing
    framework to throw false positive errors when automating
    some tests.  Since I can't restore focus to the window,
    the next best thing is to test if the window doesn't
    have focus (provided by the module in window-focus.js)
    and simply skip the tests that would be affected.
    
    Next up node-focusmanager.</title>
        <description>/yui3/src/event/tests/focusblur.html - 288cb1eb48cf1e1756380d500de92f74ac32ec60</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Add synth support to purgeElement(type).
    
    Enables node.purge(recurse, type) and
    Y.Event.purgeElement(el, recurse, type)</title>
        <description>/yui3/src/event/tests/focusblur.html - 773ea81b58454b01a90ed69d8a100ce5078404c1</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Fix focus/blur, minor trimmings in synth and delegate
    
    SyntheticEvent.Notifier was tracking the delegate filter
    as an own property, but the filter already existed on the
    sub hung off its 'handle' property.
    
    Delegate is defined as a private function then exposed on
    Y.delegate, so the internal refs can be to theprivate func
    for better compression.
    
    Finally, focus/blur needed to
    * account for window
    * be more proactive about limiting logic in the case where
      delegate wouldn't match the supplied filter
    * call notifiers immediately rather than deferring to a bubble
      focus subscriber when the target is the currentTarget (Adding
      a bubble focus listener to el from el's capture focus
      listener doesn't work for that event lifecycle).
    * avoid using Y.delegate.notifySub -- not the right fit here
    * add or remove e.container for each subscriber in the bubble
      chain.
    * allow duplicate subscriptions for node-focusmanager
    * defer to focusin instead of focus in IE because `el.focus(); go();`
      will execute el.onbeforeactivate, el.onactivate, el.onfocusin, go,
      then el.onfocus.  Whereas in other browsers, capture focus and
      bubble focus execute in the same thread before go.  So to enable
      consistent behavior in this case, focusin is used to stay sync.
    * probably more, but I can't recall</title>
        <description>/yui3/src/event/tests/focusblur.html - 63d012ee193ba8c768b2a2aade99081422759213</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>Corrected subscriber callback order to mimic bubbling.</title>
        <description>/yui3/src/event/tests/focusblur.html - 37afd8be00b8e92463a3fdcaa6fc1b2809b8256e</description>
        <pubDate></pubDate>
        <dc:creator>Luke Smith &lt;lsmith@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>test updates</title>
        <description>/yui3/src/event/tests/focusblur.html - cb4f4f79feb7498d1f3406b88fb62209e5f5a444</description>
        <pubDate></pubDate>
        <dc:creator>Adam Moore &lt;adamoore@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>test update</title>
        <description>/yui3/src/event/tests/focusblur.html - 0a9c6f9f30a66e52ec4ea4ed93504580b3a5669a</description>
        <pubDate></pubDate>
        <dc:creator>Adam Moore &lt;adamoore@yahoo-inc.com&gt;</dc:creator>
    </item>

    <item>
        <title>New test case</title>
        <description>/yui3/src/event/tests/focusblur.html - 85e08d7420a5c71ffdd9517a3179d29b9a32b1df</description>
        <pubDate></pubDate>
        <dc:creator>Todd Kloots &lt;kloots@yahoo-inc.com&gt;</dc:creator>
    </item>

</channel>
</rss>

