Search the web
Sign In
New User? Sign Up
ydn-javascript · Yahoo! User Interface Library Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Announcing YUI 2.5.2   Message List  
Reply | Forward Message #31724 of 52115 |
The YUI team has posted a new release today. YUI 2.5.2 is now available for download.

The primary focus for this release is to provide better compatibility for FireFox 3RC1 and Opera 9.5 beta.  The 2.5.2 release also includes:

Patch Integration: The patches for DataTable and Menu posted to developer site following the release of 2.5.1 have been incorporated into the build.
Improved Adobe AIR Support: The Rich Text Editor and DataSource components of the library have been updated for better AIR support.
Charts:  Updated to include support for dynamically created legends, and new chart and series styles.
DataTable:  Bug fixes in pagination, scrolling, and column handling.
Rich Text Editor: Fixes for several important bugs.
Source Code Availability: ActionScript source code is now included for the Charts and Uploader components.
Bug Fixes: Approximately 20 Source Forge bugs have been fixed in this release.  Please note, you will need to check the bug fix list provided to determine if your bug fix is included in this release.  There are several bugs currently marked as fixed in the Source Forge Bug repository that have been addressed, but are part of larger changes still in progress for the upcoming 2.6 release.

The README files included with the components that you use in your development for the full details of the changes and bug fixes that were made, or to the README digest attached for a summary of all of the 2.5.2 changes.

Thanks to all of you who have submitted feature requests, bug reports and patches following the 2.5.1 release.  We are reviewing all of these submissions as they are received and have many of them on our radar for YUI 2.6 and 3.0.  We greatly appreciate your participation in the continued enhancement of YUI and look forward to receiving your feedback. YDN-javascript@yahoogroups.com is the preferred forum for general comments and questions.  If you find a bug, please log the details along with a page link or sample code in the YUI bug tracker on Source Forge

Best regards,
george puckett
on behalf of the YUI development team: Adam Moore, Dav Glass, Eric Miraglia, Jenny Han Donnelly, Luke Smith, Matt Sweeney, Nate Koechley, Satyen Desai, Thomas Sha, and Todd Kloots; and contributers: Julien Lecomte, Matt Mlinac, Allen Rabinovich, and Nicholas C. Zakas




Wed May 28, 2008 11:04 pm

george.puckett
Offline Offline
Send Email Send Email

Source Forge Bugs Fixed in YUI 2.5.2
Source Forge ID Summary Submitted By
1938883 [#1866643]Missing property in docs:YAHOO.lang.hasOwnProperty ara_p
1929418 [#1844185] css.pdf cheat sheet Base Page Format typo clcobb
1920984 [#1814865] DataTable ignoring 'width' and 'minWidth' curran_chris
1886526 [#1735341] Gecko _setLabel fix causes flickering. docwhat
1959990 CustomEvent hides test failures estow
1926120 oItem is undefined error when Menu Item is hovered over goc9000
1856852 [#1668233]out of memory using a drag/drop panel in YUI 2.4.1 kenyee
1957908 [#1914364] Styling of "ins" and "del" not reset mikkelricky
1874898 [#1777932]RTE bold-italic incompatible w/CSS Reset &CSS Base nezubitto
1958781 color picker stays active when loses focus yuiscooter
1913526 [#1892996] delete all initial contained text nobody
1913721 [#1809105] deleteRow issue when using paginator nobody
1918308 [#1824259] colouring a word colours the sentence nobody
1922139 [#1826431] minor typo - 92 nobody
1923747 [#1827299] DataTable wrong class names nobody
1927495 [#1839205] crop area moves outside of the image nobody
1927893 [#1844220] IFrame w/'about:blank' source=>bad for SSL on IE6 nobody
1930871 [#1847813] RTE doesn't load if handleSubmit: false defined nobody
1955846 [#1917991] scrollbar incorrect in nested layout nobody
1956291 [#1917980] PDF Documentation Typo nobody
1958404 [#1917924] <b> works, <strong> breaks nobody


YUI Release 2.5.2 README Digest

 

This document is a summary of the 2.5.2 update information that has been added to the respective

README files included within each component folder.  Please refer the README files for the

components you are using for a full change history of each component.

 

 

Animation

- No changes

           

AutoComplete

- Bug Fixes

- Mac FF no longer submits form on enter-to-select suggestion, nor tabs away from input element on tab-to-select when delimiter characters are enabled.

 

Base

- No changes

           

Button

- Bug Fixes

- Button instances no longer flicker in Firefox 3 when their "label" attributed is updated.

- Scrolled Menus of Buttons whose type attribute is set to "menu" or "split" no longer appear on top of their corresponding Button instance.

- The keyboard shortcut responsible for triggering the display of the Menu for Button instances of type "split" will no longer trigger the display of the browser's default context menu in Opera.

           

Calendar

- Bug Fixes

- CalendarGroup toDate method no longer throws javascript exception

 

Charts

- Enhancements

- Support for legends

- New series styles connectPoints, connectDiscontinuousPoints, and discontinuousDashLength

- dataTipFunction, xAxisLabelFunction, and yAxisLabelFunction attributes now support function references

- Added destroy() function.

- Changed majorTicks and minorTicks substyle "position" to "display". New option "none" will hide ticks.

- Includes ActionScript source files and sample Ant build file.

- Bug Fixes

- When polling is enabled, the chart now makes an immediate request instead of waiting for the first interval.

 

Color Picker

- No changes

 

Connection

- Bug Fixes

- In file upload transactions, in Safari 3.x, fail to send the file data.  This is due to Safari evaluating the condition statement "if(formObject.encoding){}" as true.  This results in the incorrect attribute being set, the correct attribute being "enctype."  The conditional check now explicitly verifies for IE, before setting the appropriate attribute.

- NOTE: File uploads using setForm() does not function as expected in Opera 9.27.  The file and data upload phase works as expected, however the server response cannot be read.  Specifically, "onload" for an iframe is triggered when the iframe is appended into the DOM.  This results in the upload callback being fired immediately, before the transaction is complete, and before the response data are available.  This condition is documented in Opera's bug tracking system: 295719 and appears to have been fixed as of Opera 9.50 b2.

 

Container

- No changes

 

Cookie Utility

- No changes

 

Data Source

- No changes

 

Data Table

- Bug Fixes

- Paginator now updates recordOffset to the starting index of the last page when totalRecords is set to a size smaller than the current recordOffset.

- Assorted pagination and scrolling bugs

- Resizing a Column no longer inadvertantly sorts it in IE.

- Header text no longer wraps by default.

- Added UI to fill gap when a scrolling DataTable is narrower than its container.

- Fixed wrong assignment of classnames for TDs and message cell.

- Fixed bugs for width, minWidth, and hidden Column values in non-scrolling DataTables.

- Added getBdContainerEl() method.

 

Dom

- No changes

 

Drag and Drop

- Bug Fixes

- Fixed iframe src attribute for DDProxy (SSL Error in IE6)

- Fixed typos in documentation

- Fixed potential Stack Overflow with mousedown threshold

 

Editor

- Bug Fixes

- Firefox 3

- Fixed tabbing issues with FireFox 3

 

- Internet Explorer

- Fixed tabbing issues with FireFox 3

        - [SF 1918308] Rich Text Editor: colouring a word colours the sentence

 

- All

- [SF 1930871] RTE doesn't load if handleSubmit: false explicitly defined

- In the RTE image menu the label for "link Url" and "image URL" aren't the same

- Color picker stays active when loses focus (Basic Buttons)

- Fixed CSS for toolbar separators to allow for the groups to float better.

 

Element

- No changes

 

Event

- Bug Fixes

- fire() now throws a YAHOO.util.ChainedError if one or more subscribers throw an error.

 

Fonts

- No changes

 

Get

- No changes

 

Grids

- No changes

 

History Manager

- No changes

 

Image Cropper

- Bug Fixes            

- [SF 1927495 ] crop area moves outside of the image

 

Image Loader

- No changes

 

JSON

- No changes

 

Layout Manager

- Bug fixes

- Fixed scrolling on nested layouts

 

Logger

- No changes

 

Menu

- Bug fixes

- Mousing over a Menu instance will no longer result in the JavaScript error "oItem has no properties"

- When using a custom skin, a Menu instance's width will no longer continue to increase in IE each time it is displayed.

- Menu no longer blocks the display of the browser's default context menu when right clicking on a MenuItem instance in Firefox 2 for Windows or Firefox 3.

- Fixed the behavior of the "clicktohide" configuration property so that the property properly cascades to all submenus when a Menu instance's "position" configuration property is set to "dynamic".

 

Profiler

- No changes

 

Profiler Viewer

- No changes

 

Reset

- No changes

 

Resize

- Enhancements

- Added an endResize event

 

Selector

- No changes

                                                     

Slider

- No changes

 

Tab View

- No changes

 

Tree View

- Bug Fixes            

- Made CSS adjustments to work with base.css

 

Uploader

- No changes

 

YAHOO Global

- Bug fixes

- YAHOO.lang now overwrites existing methods when included a second time, but preserves methods that are in the old version but not in the new.

- augmentObject overwrite flag works correctly with falsy values

 

YUI Loader

- Bug fixes

- uploader requires element

- editor supersedes simpleditor

- optional dependencies are sorted correctly when present even when loadOptional is not specified.

 

YUI Test

- No changes

 



Forward
Message #31724 of 52115 |
Expand Messages Author Sort by Date

The YUI team has posted a new release today. YUI 2.5.2 <http://yuiblog.com/blog/2008/05/28/yui-252/> is now available for download...
georgiann puckett
george.puckett
Offline Send Email
May 28, 2008
11:05 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help