Table of Contents
qooxdoo 1.0.2 (2010-04-28)
Summary
This is a regular patch release, meant to be backwards compatible to qooxdoo 1.0.1. Nothing needs to be changed in the JavaScript code of your existing apps, which are based on the previous release.
Bugfixes
See this detailed list of the more than 100 issues resolved for qooxdoo 1.0.2.
Framework
Core
- Fixed Internet Explorer 7 timing issue by focusing an element. For details have a look at bug #3267.
- Set the
KeepFocusproperty totrueonqx.ui.root.Inlinefor all Internet Explorers. This avoid an automatically scroll in to view, when the user clicks on the root element. For more details have a look at bug #3236. qx.bom.String.toText()now converts all HTML tags correctly. #3507
GUI Toolkit
UI Core
- To streamline the implementation of inline applications the inline root widget does now also fire an
appearevent when getting visible.
Data Binding
- General improvements and fixes.
Widgets
- The slider widget now offers the
hoveredandpressedstates for better appearance support. - Fixed bug #3402
qx.ui.window.Windowcaption can't be changed if it's initially empty string. - A lot of defects inside the Table widget got adressed:
AbstractFieldparses float values correctly now. #3424- Some minor JS unnicities in
qx.ui.table.cellrenderer.Defaultwere removed. #3426 - the cell index inside TableColumnModel are now checked in the source version.#3522
- The
cellclickevent is now fired correctly. #3437 - The celleditor is deactivated when the user clicks on an element inside the header. #3089
- The celleditor now swallows the enter key. #3489
- We fixed some defects in TabView and AbstractScrollArea
- General improvements in the form namespace.
Applications
Inspector
- Refactored the
Objects Windowand fixed some minor bugs.
Demobrowser
- Improved the BOM blocker demo, to show that native control elements are also blocked.
Playground
- General bugfixes and improvements.
Tooling
Generation
- Part handling and package merging is made more robust w.r.t. dependencies.
Internationalization
- Upgrade to polib 0.5.2.
- Improved handling of escaped characters.
Known Issues
- Using two blocker instances at the same time blocks the browser (bug #3331).
- Inspector: Inspect widget doesn't work on the first start (bug #3370).
- Inspector: In Opera 10.5 and Safari 4, this is not updated in the console window to the selected object and will always point to window (bug #3618).
- Testrunner: In Chrome 5, the Testrunner will not run from the local file system (file: protocol).
