Context Navigation


{79} Tickets Addressed in YUI 3.4.0 PR3

Results (1 - 99 of 99)

ID Type Component Status Resolution Summary
#2530450 enhancement Animation closed fixed Anim - ability to work with non-node objects
#2530506 defect App Framework closed fixed Chrome fires multiple popstate events + race condition with two concurrent .save()'s
#2530520 defect App Framework closed fixed model-list doesnt sort properly on refresh when using comparator
#2530558 defect App Framework closed fixed destroying a model does not remove it from all lists
#2530560 defect App Framework closed fixed ModelList subclasses can't host their own attributes
#2530567 defect App Framework closed fixed Adding the same model twice to a model-list always gets you an error.
#2530485 defect AsyncQueue closed fixed Split README into HISTORY.md and README.md
#2530410 defect AutoComplete closed fixed Use expanded request string as cache key instead of just query in AutoComplete
#2530445 task Cache closed fixed [Pull Request] - Fix bug #2529662 Modify flush method to optionally take a request object Modify fl...
#2530200 enhancement Calendar closed fixed Multi-pane calendar template support
#2530329 defect Calendar closed fixed Unit tests for single calendar rendering
#2530332 defect Calendar closed fixed Rules matching unit tests
#2530334 defect Calendar closed fixed Rules matching implementation
#2530336 defect Calendar closed fixed Custom header renderer
#2530341 defect Calendar closed fixed double pane navigable, selectable calendar example (selleck)
#2530344 defect Calendar closed fixed multiple selection mode
#2530350 defect Calendar closed fixed enabled date range
#2530478 enhancement Calendar closed fixed Refactor Basic Calendar Navigator as plugin
#2530413 task Charts closed fixed Known issue: Chrome 12 -webkit-transform bug causes axis label positioning to fail
#2530469 task Charts closed fixed Charts - add more unit tests
#2530471 task Charts closed fixed Charts - Readme/History file breakout
#2530474 task Charts closed fixed Charts - convert api docs
#2529834 enhancement DataSchema closed fixed TYPE_JSON should check for nested paths, then for full key string
#2530403 defect DataSchema closed fixed DataSchema API docs don't mention schema config fields anywhere
#2530510 defect DataSchema closed fixed DS.IO + DataSourceJSONSchema with only metaFields fails
#2529182 enhancement DataSource closed fixed Pollable should start immediately
#2529511 task DataSource closed fixed Add aliase callback=>on for library consistency
#2529824 defect DataSource closed fixed datasource-function shouldn't fire the 'data' event twice on error
#2529853 defect DataSource closed fixed Datatable does not display fields with utf-8 keys
#2529996 defect DataSource closed fixed datasource-cache uses cached callbacks
#2530423 defect DataSource closed fixed All events have e.type === "dataSourceLocal:request" for at least DS.Local
#2530508 defect DataSource closed fixed DataSource.sendRequest without any arguments broken in 3.4.0 HEAD
#2529808 defect DataTable closed fixed DataTableScroll plugin errors with DataTable + DataSource
#2529872 defect DataTable closed fixed [bz 4284252] XHR data load breaks sorting
#2529968 defect DataTable closed fixed cannot create DataTable with no caption
#2530121 defect DataTable closed worksforme [bz 4462510] Column attributes formatter and sortable are not mentioned in documentation
#2530546 defect DataTable closed fixed DataTable recordset is dumping array values as undefined when 'dump' module is not loaded
#2530307 defect Dial closed fixed Remove CSS Shadow in examples: Image-background and Image-surround for Safari
#2530441 defect Dial closed fixed Center button reset string stays on after use on touch interface
#2530461 defect Dial closed fixed Dial Smoke test fails - only during build process
#2529889 defect DragDrop closed fixed Example for Delegate Drag and Drop has wrong parameters
#2529905 defect DragDrop closed fixed Using DDNodeScroll with DDDelegate causes JS error in Safari
#2530050 defect DragDrop closed fixed Incorrect documentation
#2530451 enhancement DragDrop closed fixed DragDrop enhancement - ability to use dd with non-node objects.
#2530604 defect Editor closed fixed Editor isn't retrieving saved content in YUI 2-in-3 example
#2530408 enhancement Escape closed fixed Does it make sense for Y.Escape.html to convert non-strings to strings internally - as a convenience...
#2529282 defect Event closed fixed Y.on( 'available' ) docs need to be clear about wanting a selector
#2529918 defect Event closed wontfix [bz 4277391] "gesturemove" event is fired after mouse button is up, if there is no "gesturemoveend" ...
#2530187 defect Event closed fixed Flick needs to wait till first move before logging start time, to get accurate velocity
#2530222 defect Event closed fixed Event.button and Event.which don't work in IEs 6 to 8
#2530465 defect Event closed fixed Body keydown events are broken
#2530523 defect FocusManager closed fixed [bz 4626707] YUI 3 FocusManager: API docs should mention that default value of circular is true
#2530439 task General closed fixed Run CSS Lint on yui3-skin-night files and clean up
#2530440 task General closed fixed Skin Night: left pointing button doesn't zoom gracefully with browser zoom
#2530453 task General closed fixed Design support for YUI website
#2530479 defect General closed fixed Port configurator
#2530468 task Graphics closed fixed Graphics - additional unit tests
#2530470 task Graphics closed fixed Graphics - user guide and examples
#2530472 task Graphics closed fixed Graphics - Readme/History file breakout
#2530473 task Graphics closed fixed Graphics - API Docs
#2530529 defect Highlight closed fixed Bad check when tacking on non-highlighted remainder of haystack
#2528240 enhancement IO closed fixed Add ability to get config of a transaction
#2529317 enhancement IO closed fixed Can IO use event-custom and event facades?
#2530369 enhancement IO closed wontfix XDR module breakdown into IE and Flash sub-modules
#2530372 task IO closed fixed IO instance and external transports unit tests
#2530480 task IO closed fixed Migrate examples to Selleck
#2530494 defect IO closed fixed IO - sending data together with form serialization in GET mode doubles up data params
#2530295 defect JSON closed fixed EvalError when using non-native JSON
#2530462 enhancement JSONP closed fixed jsonp don't has a charset config
#2527955 enhancement Loader closed fixed Add combo-module-separator property to YUI Loader to support combo-handling strategies other than qu...
#2530383 enhancement Loader closed fixed Should loader have a public method to generate paths from the sorted module list?
#2530384 defect Loader closed fixed Loader default path incorrect, when using it as an offline dependency calculation service
#2530521 defect Loader closed fixed datatype-xml missing
#2530531 defect Loader closed fixed Aliases: _explodeRollups issue with datatype
#2530535 defect Loader closed fixed meta_join.py or something in the loader build process looks like it may be ignoring paths
#2530539 defect Loader closed fixed Basic RLS example failure: Uncaught TypeError: Object [object Object] has no method 'rls_locals'
#2530541 defect Loader closed fixed Conditional modules triggered off of rollups failing to trigger
#2530563 defect Loader closed fixed Slider one-off skins not being loaded
#2530269 enhancement Node closed fixed Convert Examples
#2530446 defect Node closed fixed memory leak in Node.replace, when Node.create returns a fragment
#2530543 defect Overlay closed fixed Overlay not completely being destroyed on destroy()
#2530483 enhancement Plugin closed fixed Y.Plugin.Modal should fire events before and after mask is shown
#2529760 defect Recordset closed fixed Results table added to bottom of the page
#2530078 defect Recordset closed fixed RecordSet.getValuesByKey incorrect documentation
#2530189 enhancement ScrollView closed fixed ScrollView pagination should be supported along both the X and Y axis.
#2530426 defect ScrollView closed wontfix [bz 4610978] Dragging finger outside the viewport (and onto browser chrome) results in erratic scrol...
#2530464 enhancement ScrollView closed fixed ScrollView-List Plugin
#2529617 enhancement Transition closed fixed cross-browser native Transitions
#2530313 defect Transition closed fixed conditionally use transition-timer
#2529440 defect Widget closed fixed WidgetStdMod setStdModContent method is only valid for use after render
#2530444 defect Widget closed fixed potential memory leaks from Nodes after widget destruction.
#2530452 enhancement Widget closed fixed Abstract out events on which WidgetPositionAlign re-syncs
#2530463 defect Widget closed fixed Migrate Docs to Selleck
#2530481 enhancement Widget closed fixed WidgetStdMod has Header/Footer button support
#2530482 enhancement Widget closed fixed Create Y.Panel
#2530550 enhancement Widget closed fixed Re-write WidgetModality and WidgetAutohide as extensions instead of plugins
#2530246 task YQL closed fixed [Pull Request] - Fixed bug in yql module where options ('opts') were not actually being used. This ...
#2529845 defect YUI Global Object closed fixed Y.later crashes when passing native functions in IE7
#2530564 defect YUI Global Object closed fixed RLS needs to support more of the Loader config options..