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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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
YUI 2.7.0 has been released   Message List  
Reply | Forward Message #45305 of 52241 |

The YUI team is pleased to announce that YUI 2.7.0 is now available for download.

The 2.7.0 release of the YUI Library introduces a new StyleSheet Utility to the library.  StyleSheet provides a means to optimize the creation of a stylesheet or apply changes to existing stylesheets on the fly across multiple elements.

This release also includes bug fixes and enhancements throughout the library including:
Charts: The Charts Control now provides support for rotated axis labels and titles, new series styles for more control over the color and alpha settings for series marker lines, borders and fills, as well as more accurate majorUnit and minorUnit calculations in TimeAxis.
Dom: The Dom Collection now provides height and width properties in Region as well as new methods: getComputedStyle(), getElementBy(), setAttribute() and getAttribute().
TreeView:  The TreeView Control has received another significant update with the help of community member Satyam.  Some of the changes in TreeView include improved node highlighting and selection as well as updates to focus and event handling.
IE8 Support:  There have been several changes made in the library to provide better compatibility with the new browser. Please note, at the time of the 2.7.0 release, IE8 is still a release candidate.  Should any significant issues be found when IE8 is officially launched, we will work to post a timely YUI update.
Bug Fixes:  This update to YUI addresses more than 180 tickets filed by members of the community as defect reports or enhancement requests.  A summary list has been attached to this email.  Thanks to all for taking the time to provide us with your feedback, sample code to reproduce problems, and patch proposals.

The 2.7.0 release also marks the graduation of three more components out of "beta" status.
    • Element
    • ProfilerViewer
    • Selector

Please refer to 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.7.0 changes.

Thanks again to all of you who actively participated in the YUI community by posting to the developer forum or adding content to our new ticket tracking repositories on YUILibrary.com. We look forward to your continued support in the future. 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 YUILibrary.com

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 contributors: Allen Rabinovich, Caridy Patiño, Dwight "Tripp" Bridges, Gopal Venkatesan, Julien Lecomte, Matt Mlinac, Nicholas C. Zakas, Philip Tellis, and Satyam



Wed Feb 18, 2009 11:59 pm

george.puckett
Online Now Online Now
Send Email Send Email

YUI Release 2.7.0 README Digest


This document is a summary of the 2.7.0 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

- Enhancements

- Updated set/getAttribute to fall back to element.attribute


AutoComplete

- Enhancements

-  Better support for dealing with Arrays, including pure Arrays sent by remote

   DataSources, and empty Array result sets.



Base

- Enhancements

- Added padding:1px; to checkbox, radio, reset, and submit to restore and 

    preserve Opera's use of its standard form controls (through Opera v9.63).

- Updated formatting and layout of file and added new comments

- Added font-weight:bold for DTs.


- Bug Fixes

- Fixed bug 2366702 by removing the rule that set an arbitrary width for form

    input and textarea elements.


Button

- Enhancements

- Hovering over MenuItems in a Button's Menu will no longer update the Button's

  "selectedMenuItem" attribute.  The "selectedMenuItem" attribute is now only 

  updated when the user clicks on a MenuItem.  When the "selectedMenuItem" 

  attribute is set, a class name of "yui-button-selectedmenuitem" is added to 

  the <LI> element of the corresponding MenuItem instance.


- Bug Fixes

- Buttons of type "split" will no longer block the submission of a form when 

  the enter key is pressed to submit a form.

- Button instances will no longer overflow the boundaries of their parent 

  element in IE 7 Strict Mode when the content of the parent element is scrolled 

  (via use of the CSS overflow property).

- "click" event listeners registered via the "onclick" attribute will no longer

  be called when the user presses the section of a Button of type "split" 

  responsible for showing the Button's Menu.

  


Calendar

- Bug Fixes

- Fixed CalendarGroup page construction, so that the intial pagedate for 

  each Calendar page instance is set in its constructor, as opposed to

  setting it in 2 passes, as was done before (setting all the pages to the

  same pagedate during construction, and then incrementing them to the 

  correct pagedate for page). This fixes a bug in reset(), where all the 

  Calendar pages were being reset to the same month.

- Fixed the argument for the delectEvent fired from deselectCell 

  to be an array of date fields arrays (e.g. [[2009, 1, 21]]) as opposed to

  just a date field array (e.g. [2009, 1, 21]), so that the argument 

  structure is consistent for both select and deselect events, regardless

  of where they are fired from, and whether they have one or more date 

  field arrays.



Carousel 

- Enhancements

- Important change - nav elements should be BUTTONS for receiving focus

  for accessibility.

- Make the Carousel list element, and item element configurable.

- Added helper methods like isAutoPlayOn(), isAnimating().

- Changed the ambiguous "autoPlay" attribute name to "autoPlayInterval".

- Code cleanup.


- Bug Fixes

- Fixed bugs related to computing the container width.



Charts

- Enhancements

- Added ability to rotate axis labels and titles.

- Enhanced series marker styling by adding ability to set color and alpha properties for borders, fills and lines.

- Refactored axes so that major units are more accurately plotted.

- Added ability to uniquely style a non-origin 0 gridline.


- Bug Fixes

- Fixed TimeAxis bug in which majorUnit was not being calculated properly.

- Fixed TimeAxis bug in which the minorUnit was not being calculated.

- Fixed bug in which Cartesian Charts were not updating properly when the series length changed. 

- Fixed bug in which Pie Chart would not render properly when the data source was refreshed. 

- Fixed bug in which the Line Chart broke when the first value of a data source was null.

- Fixed bug in which mouseover events were fired before the chart object was ready.



Color Picker

- Enhancements

- Moved private functions to protected prototype methods

- Can now set rgb config at construction for initial color

- initPicker logic broken up into methods _initElements, _initSliders,  _bindUI, and syncUI

- Micro optimizations to color value conversions


- Bug Fixes

- Now allows paste into RGB, HSV, Hex input fields (Ticket 1907525)

- Hue field unaltered when choosing unsaturated values (Ticket 1893165)

- Saturation input field now updates swatches (Ticket 1893165)



Connection

- Bug Fixes

- Fixed Ticket 2141044.  Button elements of type "submit" are now handled in the

  same manner as input elements of type "submit", including disambiguation of

  multiple submit buttons in a single HTML form.

- HTML form submissions, using setForm(), will not include the submit button's

  value, if the submission did not include the use of the button (e.g., form

  object's submit method.).



Container

- Enhancements

- Dialog now supports a "postdata" configuration parameter which can be used to define 

  post data to be sent along with any data mined from the  form, for async post requests.

- Dialog now provides the connection object, as the first argument to subscribers of the

  "asyncSubmit" event.

- Added support for fixedcenter:"contained", which acts like fixedcenter:true, enabling the

  user to keep the Overlay centered in the viewport when scrolling or resizing the window. 

  However when fixedcenter is set to "contained", if the Overlay is too big for the viewport, 

  re-centering on scroll will be disabled until the viewport is large enough to contain the Overlay 

  completely. This allows the user to scroll the viewport to access sections of the

  Overlay outside the current viewport.

- Added a "yui-overlay-hidden" class to hidden Overlays (and derived widgets).

  This class can be used to define CSS properties to work around bugs in 

  IE6 and IE7's handling of tables with captions, or tables with border-collapse 

  set to "collapse".  In IE6 and IE7, if the overlay contains tables with captions, the 

  user will not be able to interact with element which lie underneath

  the table, even when the overlay is hidden. The above marker class can be used to hide tables

  when the overlay is hidden  to workaround the IE bug:

  

    #containerWithTable.yui-overlay-hidden table {

        // Display is used here as an example, you could also

        // set the height, or margin, or position for the table to 

        // hide it if required.

        display:none;

    }


   Also, in IE6 and IE7, if the overlay contains tables with border-collapse set to "collapse", as

   is the case for the YUI Calendar's default Sam skin, the borders will remain visible even when

   the overlay is hidden. The above marker class can be used to flip the tables border-collapse

   setting, to workaround the IE bug:

  

    #containerWithTable.yui-overlay-hidden table {

    // IE hides the border correctly if it is set to "separate"

    border-collapse:separate;

    }

-  Added tab-index = -1, to iframe shim to take it out of tab flow.

- Module id is generated using Dom.generateId, if the element  passed to the constructor does not have an id set.

- Added Module.forceDocumentRedraw method which can be used to

  fix occasional content dependant rendering glitches in Opera.

-  Resize monitor is now only positioned offset top, instead of both offset top and offset left, to

   avoid scrollbars in RTL pages. A buffer constant (Module.RESIZE_MONITOR_BUFFER) is

   also provided, to add a buffer amount to the offscreen position.


- Bug Fixes

- Fixed focusFirst behavior to give the default button priority over the first button if defined.

- Fixed erratic scrolling when clicking on the scrollbar in IE when a modal panel is visible.

- Removed suppressEvent from autofillheight in overlay, was causing  "autofillheight" 

  to not be honored in Panel.

- Added < 0 check for "autofillheight".

- Fixed "autofillheight", so that it only takes effect if a non "auto"  height has been set on

   the container.

- Fixed shadow in IE6 not being resized correctly when autofillheight is set, and text is resized.

- Fixed opacity flash seen when a tooltip with ContainerEffect.FADE applied, is hidden.

- Fixed incorrect tooltip width, for the case where the width is set dynamically (see Tooltip's

  width configuration property), and the user moves from one of the Tooltip's context elements 

  to another, without the tooltip being hidden.

- Autofillheight if enabled, is recalculated whenever content changes, to account for changes in section height.

- Fixed faulty repaint on Safari 3.2/MacOS 10.5, when using fixedcenter, by forcing redraw after centering.

   


Cookie Utility 

- Enhancements

- Implemented change to return null for any cookie with an invalid encoding (causing

  decodeURIComponent() to fail).



DataSource 

- Enhancements

- The parseNumber() method will now return null for the following values:

   null, undefined, NaN, "".

- YAHOO.util.Number.format() will now return "" for the following values:

  null, undefined, NaN, "".

- Added support for customizeable scope in JS Function DataSources.

- Added doBeforeGetScriptNode() as a hook to access the script URL immediately

  before it is processed by the Get Utility in Script Node DataSources.

- Added parseJSONArgs instance property to allow extra params be passed to JSON.parse routine.

- XHR instances configured with responseType TYPE_HTMLTABLE now create the requisite

  DOM table from the XHR responseText.



DataTable

- Enhancements

- The custom function defined by the formatRow Attribute is now called within

   the scope of the DataTable instance

- Added updateRows() and onDataReturnUpdateRows() to support incremental data

   modifications to a subset of rows

- The method getSanitizedKey() now also strips "." and ":" chars from Column keys

- Better validation of out-of-range index in the methods addRow(), addRows(),

   updateRow() and updateRows()


- Bug Fixes

- Fixed cellUpdateEvent to pass along the following values: record (the updated

   Record), column (the updated Column), oldData (the original data value of the

   updated cell, no longer an object literal of all data)



Dom

- Bug Fixes

- get() now works with Element instances

- added getComputedStyle method

- backported getXY/setXY from 3.0

- hasClass/removeClass/replaceClass now accept regex object as target class 

- added getElementBy method

- added setAttribute/getAttribute methods 

- added height and width properties to Region 



Drag and Drop  

- No changes



Editor  

- Bug Fixes

- 1946017 - Unable to delete text when editor opens (Firefox)

- 2527610 - Insert image deletes image in FF3

- 2527613 - Create link window - remove link from text option disables toolbar 

- 2527678 - Rich Text Editor producing inconsistent line-breaks in Safari 

- 2527647 - Unable to input image url with rich editor in modal panel 

- 2034544 - Image Options Dialog Box needs fixing

- 2048035 - autoHeight will cause misaligned dialog panels

- 2107828 - extra newlines when using cleanHTML()

- 2117571 - getButtonBy doesn't work with custom id's on btns

- 2144339 - colouring a word colours the sentence (REGRESSION)

- 2148477 - RTE Image Editor Broken When yui-skin-sam on div

- 2151060 - RTE w/ Custom Image Editor broken in FF, Safari

- 2152230 - using ptags option only works in IE

- 2172817 - ampersand (&) converted to XML entity in image URL

- 2193135 - Safari incorrectly strips first line break

- 2212320 - Clicking on disabled buttons goes to '#' link

- 2212572 - Relative Links still convert to absolute links

- 2226092 - FF3: Cannot always make list item into a hyperlink

- 2226228 - Saf:multiple list items not made from mult lines

- 2277647 - Support for focus and blur events

- 2285513 - Ordered list html output has an extra li element

- 2310520 - Translating the widget

- 2355070 - Keyboard shortcut for Font Size isnot working.

- 2412129 - Removing link deactivates toolbar

- 2412770 - RTE color highligh whole paragraph

- 2417798 - cleanHTML() removes spaces around &

- 2447328 - Safari and Chrome inserts HTML at wrong position

- 2490558 - Unable to unapply formatting

- 2491229 - _cleanIncomingHTML replaces Cr+Lf with 2 BRs

- 2412129 - Removing link deactivates toolbar



Element  (promoted from Beta to GA)

- Enhancements

- Added setter/getter fields to Attribute.

- get() now returns null for undefined attributes.

- added support for "change" event.

- Configured DOM attributes no longer store state in DOM unless configured to do so.

- Added destroy method.



Event

- Enhancements

- unsubscribeAll return value fixed.



Fonts

- Enhancements

- Added button element to rule adjusting font sizes for some form elements.

     Ticket #2359418


- Known Issue

- In IE8, font sizes defined via YUI Fonts CSS are user-scalable

  via IE8's zooming feature, but not via IE8's "View > Text Size."



Get

- Bug Fixes

- Fixed execution context for timeout listeners



Grids

- Enhancements

- Improved code formatting. 

- Added clearing for #hd. 

- Removed min-width from all doc[0-4] rules. 



History Manager

- Enhancements

- Updated for IE8 support. 



ImageCropper

- No changes



Image Loader

- No changes



JSON

- No changes



Layout Manager  

- Enhancements

- 1940339 - Add resizing class to center unit whilst resizing

- 2481962 - Getting Started sample code


- Bug fixes

- 2144192 - !!!)double "_rendered" instead of "_unit" prop def

- 2481958 - Typos in Layout Manager API docs

- 2511189 - _rendered property found twice



Logger

- No changes



Menu

- Enhancements

- Added a "keylistener" configuration property that accepts an Object literal 

  representing the key(s) that can be used to trigger the MenuItem's "click" 

  event.  Possible attributes are shift (boolean), alt (boolean), ctrl (boolean) 

  and keys (either an int or an array of ints representing keycodes). 

- The "maxheight" configuration property now automatically propagates to 

  all submenus.


- Bug fixes

- Menus will no longer scroll unnecessarily when the "preventcontextoverlap" 

  configuration property is set to true.

- Submenus containing content other than MenuItem instances will no longer hide 

  when the user mouses from the submenu's parent MenuItem to an element that is

  a child of the submenu's body node (<div class="bd">).

- Multiple ContenxtMenu instances can now be attached to the same element 

  without the first ContextMenu instance preventing the display of the others.



Paginator 

- Code trimming and restructure for better compression.

- Added support for numeric strings pag.set('totalRecords','100');

- Added support for "all" value of RowsPerPageDropdown.



Profiler  

- No changes



Profiler Viewer  (promoted from Beta to GA)

- Enhancements

- Minor changes to account for updates made in DataSource, DataTable,

    and Charts over the past few releases.  No feature/function changes

    to ProfilerViewer.



Reset

- Enhancements

- Added new test for nesting ordered and unordered lists.

- Added new test for thead, tfoot, tbody.

- Added new test for optgroup and option.

- Added new test for nested em and strong.

- Added new test for nested blockquote.

- Added new test for nested blockquote.

- Added button to Reset and Base. Ticket #2359418.

- For button and various input types, added padding:1px; via Base so that 

    Opera (9.63) will render using its standard form controls. Ticket #1985570.


- Known issue

- Can not reset the font-style and font-weight properties for 

    the option and optgroup elements on IE8 (as of build 18372, RC1).



Resize  

- Bug fixes

      - 2172971 - Attribute "useShim" for Resize mislabeled




Selector  (promoted from Beta to GA)

- Enhancements

- allow for root node with initial combinator (e.g. "query('> li', 'foo')

- updated for IE8 getAttribute('class')


Slider

- Enhancements

-  Sliders with ticks no longer require YAHOO.util.Anim to be animated.

   Still need to set slider.animated = true, however.

-  Added skin images to assets/skins/sam.

-  Structure changes for better compression.

-  Event cleanup, so slideStart and slideEnd fire consistently.

-  DualSlider setMinValue and setMaxValue set respective Slider values in non-silent mode.

-  Added SOURCE_KEY_EVENT as value for valueChangeSource.

-  Moved SOURCE_* to statics, deprecated instance consts.

-  Added key support for DualSlider.

-  Slider recalcs the thumb center point if it is not yet set when an operation requires it

   (useful for Sliders with thumb div or image without declared or styled dimensions)


StyleSheet  ( ** New **)


Tab View

- Enhancements

- allow cancelling of tab change from "beforeActiveTabChange"

- changed yui-hidden implementation to hide offscreen instead of display:none

- allow for "activeIndex" in constructor

- added selectTab and deselectTab methods


- Bug Fixes

- null "activeTab" when all tabs are removed

- fixed setters for "contentEl" and "labelEl"

- fire "remove" event when a tab is removed



Tree View

- Enhancements

- Added node highlighting/selection with single and multi-node selection and  

  propagation up and down

- Improved focus functionality: property currentFocus, event focusChanged, methods

  _canHaveFocus and _removeFocus.  The focus method has been improved so it can

  be safely called by the developer.  If called on a Node in a collapsed branch, said 

  branch will be expanded from the root so all unexpanded nodes will be rendered.

- buildTreeFromObject:  type can also contain a reference to an actual object class

- buildTreeFromMarkup: improved parsing.  It can read an HTML attribute called

  yuiConfig which can override any property read from the markup.  It assembles

  an object literal which then passes to buildTreeFromObject.

- Event handling: the event listeners for UI events set in method render had been

  moved from anonymous inner functions to private methods, allowing for easy overriding:

  _onClickEvent, _onDblClickEvent, _onMouseOverEvent, _onMouseOutEvent 

  and _onKeyDownEvent and helper function _getEventTargetTdEl

- Configuration properties, the first argument to a Node constructor will now go to either

  an actual Node property if it exists or to member Node.data otherwise, not to both.

- Methods getNodeByProperty and getNodesByProperty have been changed to look for 

  property values either as native properties or in Node.data.

- destroy method now destroys the content of the tree container not the container itself.

- classNames ygtvtable, ygtvrow and ygtvcell have been added to make it easier

  to identify elements in the generated HTML

- getNodeDefinition:  fixed bug where original configuration would continue to be

  reported in its initial state (initially expanded nodes would always report expanded 

  even when later collapsed).

- refresh method was overriden in TextNode to refresh the node label.

- Node editor accepts a validator function which can convert the entered value and

  validate it, rejecting it by returning undefined (not false, which might be a valid value).  

  Method saveEditorValue can prevent the pop up editor from closing by returning false. 

  If validator returns undefined, saveEditorValue will return false. 

- Properties href and target were moved from Node to TextNode, which is the lowest point

   in the hierarchy that uses these properties.

- Method getNodeDefinition was not serializing all properties for every node type.

- Added method setNodesProperty to globaly set a property on all nodes of a branch

  or the whole tree.

- JSON utility is now an optional dependency for TreeView when enhancing markup

  containing the yuiConfig attribute.



Uploader

- No changes



YAHOO Global

- Enhancements

- isArray and isFunction updated to use Object.prototype.toString.apply(o).

- Added Caja detection.



YUI Loader

- Enhancements

- Added stylesheet.

- Took selector, element, and profilerviewer out of beta.

- json is an optional dependency for treeview.


- Bug fixes

- Combo filtering fixed.



YUI Test

- No changes



Community Reported Bugs Fixed in YUI 2.7.0
Trac ID Summary Component Reported By
#2527621 DataSourceBase.parseString documentation is confusing DataSource andy.stevens
#2527677 Resizeable column and sortable column in IE6 cause header mis-alignment DataTable ever51
#2527610 Insert image deletes image in FF3 Editor mweiss
#2527613 Create link window - remove link from text option disables toolbar Editor mweiss
#2527625 Resize allow for footer in initial sizing for Dialog Container - Dialog rosarian
#2527678 Rich Text Editor producing inconsistent line-breaks in Safari Editor samtregar
#2527664 Including "reset-fonts-grids.css" breaks "carousel"-widget in MS Internet Explorer 7 Carousel tcz
#2527647 Unable to input image url with rich editor in modal panel Editor zhaozexin
#1659398 Provide way to get total number of nodes TreeView sfbugs
#2437373 animating on element that has no style fails Animation sfbugs
#1825221 AC needs an optional event in _clearSlection() AutoComplete sfbugs
#2203626 containerExpandEvent - documentation wrong AutoComplete sfbugs
#2203639 Check for 'overflow' AutoComplete sfbugs
#2306271 AC _textMatchesOption selects from bottom-up AutoComplete sfbugs
#2422826 AC crashes with empty array/null element in array. AutoComplete sfbugs
#2463896 IE6:AC textbox shows on top of higher AC container AutoComplete sfbugs
#2458544 Minified base css missing styles for del element Base sfbugs
#2164611 Split Button Blocks Form Submission in IE Button sfbugs
#2414603 Split Button onclick fires on menu open Button sfbugs
#2444871 Hovering over a button changes selectedMenuItem Button sfbugs
#2155603 deselectCell improperly fires deselectEvent Calendar sfbugs
#2462822 bug calling reset() on a multipage Calendar Calendar sfbugs
#2173132 carousel.set("numVisible", 1) not working properly Carousel sfbugs
#2199952 [#2314628[ Invalid Container Width for Vertical Carousel Carousel sfbugs
#2260376 autoPlay steals focus Carousel sfbugs
#2266475 Manual navigation during auto play Carousel sfbugs
#2353739 Carousel Crash in IE 7 Carousel sfbugs
#2475680 autoPlay doesn't start automatically Carousel sfbugs
#2417612 Carrousel _setContainerSize ignore border size Carousel sfbugs
#2464867 Error in documentation. Carousel sfbugs
#2279875 Ability to rotate label on xAxis of the graphs Charts sfbugs
#1907525 Cannot Paste Color Values in FF Color Picker sfbugs
#2019887 Wrong initial color & subsequent errors Color Picker sfbugs
#2141044 hasSubmitListener shouldlisten for button elements Connection sfbugs
#1932035 Add way to include adnl POST data for async req Container - Dialog sfbugs
#2384738 IE7:Dialogscause underlying form inputs to freeze Container - Dialog sfbugs
#2493426 iframe id="_yuiResizeMonitor" => scrollbars in RTL languages Container - Dialog sfbugs
#2356089 Module should use generateId creating id strings Container - Module sfbugs
#2206836 Opera specific code should be in the lib Container - Overlay sfbugs
#2311725 Iframe shim steals focus when tabbing btwn inputs Container - Overlay sfbugs
#2488771 addFocusHandlers and select element Container - Panel sfbugs
#2099484 Width not adjusted ifusing single tooltip instance Container - Tooltip sfbugs
#2221385 Shadow flashes when tooltip fades out Container - Tooltip sfbugs
#2378635 Tooltip doesn't resize with font changes Container - Tooltip sfbugs
#1987258 Opera: checkbox and radio appearance is not native CSS Base sfbugs
#2303437 Unable to Set Input Field Size in Firefox 3.0.4 CSS Base sfbugs
#2001861 YUI Base Doesn't Deal w/ Nested EM and STRONG Tags CSS Reset sfbugs
#2467039 STRONG & EM tags should be set to inherit CSS Reset sfbugs
#1542218 [PATCH] DS doesn't cache with certain characters DataSource sfbugs
#1841811 DataSource Needs a Cheat-Sheet DataSource sfbugs
#2407756 Datasource drops some XML nodes in IE6 DataSource sfbugs
#2461793 XHRDataSource : "ignoreStaleResponses" mode not working DataSource sfbugs
#2463665 Callback befor final HTTPsend ScriptNodeDataSource DataSource sfbugs
#2176072 Wrong chaining of constructor prevents subclassin DataSource sfbugs
#2208300 parseHTMLTableData- missing argument runtime error DataSource sfbugs
#2386136 parseXMLResult function cannot handle null value DataSource sfbugs
#2040574 Empty numeric cells converted to zero on display DataTable sfbugs
#2115673 saveCellEditor validation handling DataTable sfbugs
#2126828 BaseCellEditor.destroy fails DataTable sfbugs
#2145213 inline editing not working DataTable sfbugs
#2145225 again, inline editing doesn't work DataTable sfbugs
#2149587 getTrEl() fails inside a cell formatter DataTable sfbugs
#2151742 ScrollingDT, fixed width columns, getSanitizedKey DataTable sfbugs
#2155401 DataTable example in IE7 DataTable sfbugs
#2155878 Browser locks if ESCAPE hit in DropdownCellEditor DataTable sfbugs
#2171141 Memory leakage DataTable sfbugs
#2206403 DT columns misaligned after resize-scroll-click DataTable sfbugs
#2216763 Error in documentation DataTable sfbugs
#2223049 formatDropdown function doesn't work w/obj array DataTable sfbugs
#2279466 FormatText/TextArea/Textbox ignore oData parameter DataTable sfbugs
#2286608 renderLoopSize breaks empty recordset on WebKit,IE DataTable sfbugs
#2289588 Columns not resizeable if in un-selected TabView DataTable sfbugs
#2293066 metaFields example error in 2.6.0 DT user guide DataTable sfbugs
#2328284 Paginated DT.rowDeleteEvent doesn't fire DataTable sfbugs
#2329153 Esc does not cancel cell editing DataTable sfbugs
#2330432 DT.deleteRow doesn't deselect the deleted row DataTable sfbugs
#2351549 formatRow does not receive reference to DataTable DataTable sfbugs
#2372173 buttonClickEvent doesn't fire when input is button DataTable sfbugs
#2397518 Redundant call to ...Sort.compare in default sor DataTable sfbugs
#2413076 generateRequest definition DataTable sfbugs
#2418974 No headers produces error on IE DataTable sfbugs
#2487445 Slow Column Sorting DataTable sfbugs
#2164481 datatable delete rows with pagination DataTable sfbugs
#2183189 asyncSubmitter called when editor dismissed w/ESC DataTable sfbugs
#2106591 Example for AC should use encodeURIComponent Documentation/Web Site sfbugs
#2172971 Attribute "useShim" for Resize mislabeled Documentation/Web Site sfbugs
#2183167 Missing image in carousel component documentation Documentation/Web Site sfbugs
#2221274 Mistake in the the Editor API page: Documentation/Web Site sfbugs
#2490166 Documentation error Documentation/Web Site sfbugs
#2497766 Event Cheat Sheet--some cut-off at right margin Documentation/Web Site sfbugs
#2155310 typo in Menu Config. Properties documentation Documentation/Web Site sfbugs
#2527009 YAHOO Global Object Cheat Sheet error Documentation/Web Site sfbugs
#1542179 getXY for fixed elements Dom sfbugs
#1569866 Bug fix for Dom.getXY (IE 2px error) Dom sfbugs
#1707957 patch to improve performance of hasClass, addClass Dom sfbugs
#1743392 Make "getElementsBy" API like "batch" Dom sfbugs
#1822376 Inconsistent behavior with setStyle Dom sfbugs
#1884219 More efficient toCamel implementation Dom sfbugs
#1902387 get('id') not working ok Dom sfbugs
#1939811 generateId patch which ensures uniqueness of ids Dom sfbugs
#1940322 getElementsByClassName, getElementsBy apply method Dom sfbugs
#1951022 getElementsByClassName not working as expected Dom sfbugs
#1997128 Support width and height for Region Dom sfbugs
#2048416 Removing"this"in getElementsByTagName apply breaks Dom sfbugs
#2068369 YAHOO.util.DOM.getFirstDescendantBy Dom sfbugs
#2101233 Poor getStyle Performance Patch Dom sfbugs
#2114410 getStyle(el,'color') inconsistent across browsers Dom sfbugs
#2157041 Safari 3:Wrong values for getDocumentWidth/Height Dom sfbugs
#2167620 YUI Element Support in DOM Utility Dom sfbugs
#2508873 Dom does not document its dependencies Dom sfbugs
#1946017 Unable to delete text when editor opens (Firefox) Editor sfbugs
#2034544 Image Options Dialog Box needs fixing Editor sfbugs
#2048035 autoHeight will cause misaligned dialog panels Editor sfbugs
#2107828 extra newlines when using cleanHTML() Editor sfbugs
#2117571 getButtonBy doesn't work with custom id's on btns Editor sfbugs
#2144339 colouring a word colours the sentence (REGRESSION) Editor sfbugs
#2148477 RTE Image Editor Broken When yui-skin-sam on div Editor sfbugs
#2151060 RTE w/ Custom Image Editor broken in FF, Safari Editor sfbugs
#2152230 using ptags option only works in IE Editor sfbugs
#2172817 ampersand (&) converted to XML entity in image URL Editor sfbugs
#2193135 Safari incorrectly strips first line break Editor sfbugs
#2212320 Clicking on disabled buttons goes to '#' link Editor sfbugs
#2212572 Relative Links still convert to absolute links Editor sfbugs
#2226092 FF3: Cannot always make list item into a hyperlink Editor sfbugs
#2226228 Saf:multiple list items not made from mult lines Editor sfbugs
#2277647 Support for focus and blur events Editor sfbugs
#2285513 Ordered list html output has an extra li element Editor sfbugs
#2310520 Translating the widget Editor sfbugs
#2355070 Keyboard shortcut for Font Size isnot working. Editor sfbugs
#2412129 Removing link deactivates toolbar Editor sfbugs
#2412770 RTE color highligh whole paragraph Editor sfbugs
#2417798 cleanHTML() removes spaces around & Editor sfbugs
#2447328 Safari and Chrome inserts HTML at wrong position Editor sfbugs
#2490558 Unable to unapply formatting Editor sfbugs
#2491229 _cleanIncomingHTML replaces Cr+Lf with 2 BRs Editor sfbugs
#1868816 DOM event "change" never gets fired. Element sfbugs
#2406330 Mistakes in API documentation Element sfbugs
#2102020 unsubscribeAll always returns -1 Event sfbugs
#2514327 //@TODO comment causes error in IE7 Event sfbugs
#1940339 Add resizing class to center unit whilst resizing Layout Manager sfbugs
#2144192 !!!)double "_rendered" instead of "_unit" prop def Layout Manager sfbugs
#2481958 Typos in Layout Manager API docs Layout Manager sfbugs
#2481962 Getting Started sample code Layout Manager sfbugs
#2511189 _rendered property found twice Layout Manager sfbugs
#2068877 YUI Editor and Scroll Menu sfbugs
#2144891 maxheight property should propagate to submenus Menu sfbugs
#2163899 Menus scrolls unnecessarily Menu sfbugs
#2224299 minor improvement to the JS Menu example Menu sfbugs
#2255382 Dom.hasClass does not work with SVG nodes None sfbugs
#2497648 Element doesn't return the created CustomEvent None sfbugs
#2201147 Allow VALUE_UNLIMITED in rowsPerPageOptions Paginator sfbugs
#2172960 absolute matches w/Selector.query() Selector sfbugs
#2189933 Custom Attributes not matched for OBJECT element Selector sfbugs
#2413179 replaceShorthand modifies unduly query selector Selector sfbugs
#1768208 Odd events when dragging Slider Slider sfbugs
#1884071 slide end event does not fire after move-via-click Slider sfbugs
#2372157 click moves thumb when backgroundEnabled == false Slider sfbugs
#2436400 Sporadic Slider Behavior w/Neg minRange in Safari Slider sfbugs
#2324498 background image loading from wrong location Slider sfbugs
#1671983 tabview with ResizePanel will overy layer in IE TabView sfbugs
#1818977 TabView should have a method that selects a tab TabView sfbugs
#1927542 Tabview and Flash content with Firefox TabView sfbugs
#2019642 Tab remove event TabView sfbugs
#2172850 TabView changed implementation of Show/Hide TabView sfbugs
#2353087 activeIndex in constructor doesn't work TabView sfbugs
#2459655 setting 'contentEl' triggers DOM error TabView sfbugs
#1860426 Tab's beforeActiveChange doesn't cancel tab change TabView sfbugs
#2173222 assets/treeview.css has non-existant sprite TreeView sfbugs
#2221151 expanded misset in getTreeDefinition TreeView sfbugs
#2260258 Expand to default branch/es TreeView sfbugs
#2317270 from markup. Creating node from obj TreeView sfbugs
#2322979 Treeview limited by container width TreeView sfbugs
#2353808 Highlighted treenode in YUI Tree TreeView sfbugs
#2407634 Error in Getting Started guidance TreeView sfbugs
#2422351 Duplicate Treeview Nodes in 2.6.0 TreeView sfbugs
#2484022 Broken link given in dependencies TreeView sfbugs
#2494522 Node toggling sometimes scrolls to top and clears hash TreeView sfbugs
#1840756 Refresh bug with nodes added to expanded leaf TreeView sfbugs
#2023833 Tree squishes to side when out of room TreeView sfbugs
#2144989 Anchors in Nodes link to "#", cause page jump TreeView sfbugs
#2156933 You can call focus() on a collapsed branch TreeView sfbugs
#2192662 TreeView clickEvent doesnt fire, customHTML TreeView sfbugs
#2208381 .ygtvspacer width is incorrect TreeView sfbugs
#2212404 getTreeDefinition() returns deleted nodes TreeView sfbugs
#2222378 target.className has no properties FF2 & Saf3 TreeView sfbugs


Forward
Message #45305 of 52241 |
Expand Messages Author Sort by Date

The YUI team is pleased to announce that YUI 2.7.0 <http://yuiblog.com/blog/2009/02/18/yui-270/> is now available for download...
georgiann puckett
george.puckett
Online Now Send Email
Feb 19, 2009
12:00 am
Advanced

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