Ext JS 4.1 RC1发布

下载地址:http://cdn.sencha.com/ext-4.1-rc1.zip


 

Bugs Fixed for RC1

Button

  • EXTJSIV-5129 - Button does not adhere to width setting in IE9

Charts

  • EXTJSIV-4416 - Chart label misaligned on numeric x axis
  • EXTJSIV-5459 - Setting markers to be hidden in renderer has no effect when chart isn't animated

Core

  • EXTJSIV-3710 - LoadMask is broken in sandbox build
  • EXTJSIV-4920 - setSize should cancel panel collapse animation
  • EXTJSIV-5179 - XTemplate breaks in IE when trying to innerHTML on a TR and other table elements
  • EXTJSIV-5352 - Bug with Ext.msg.Confirm and Translation/Localisation
  • EXTJSIV-5380 - DomQuery fails to return nodes when searching XML document by "contains" pseudo-class
  • EXTJSIV-5416 - Component ancestor searching inconsistent
  • EXTJSIV-5417 - Observable.fireEvent does not return true when there are no listeners.
  • EXTJSIV-5443 - Wrong Arguments Passed to onReady in Firefox
  • EXTJSIV-5502 - DomHelper append causing javascript error

Data

  • EXTJSIV-5035 - Store.rejectChanges fails to remove all new records
  • EXTJSIV-5278 - Store.rejectChanges should restore original record index
  • EXTJSIV-5337 - A read exception should be fired on the reader rather than halting execution when bad data is returned from the server

DataView

  • EXTJSIV-5526 - DataView ? Multi-sort DataView: Not displaying any icons upon clicking on Type button

Documentation

  • EXTJSIV-4054 - Docs Landing Page Mentions Chrome 11
  • EXTJSIV-5314 - Column layout from "Layouts and Containers" guide is incorrect

Draw

  • EXTJSIV-5239 - getBBox() does not work on text sprites
  • EXTJSIV-5246 - Ext.draw.Sprite image x and y do not become effective
  • EXTJSIV-5356 - Regression in Draw (only quirks mode) tests for IEs.
  • EXTJSIV-5368 - CompositeSprite incomplete destroy
  • EXTJSIV-5492 - Draw.rectPath unit test failure

Examples

  • EXTJSIV-4533 - Combination Examples -> Kitchen Sink -> Tabs -> Titled Tab Panels: Not displaying complete text in Ext.tab.Panel with frame:true Panel
  • EXTJSIV-5281 - Combination Examples : Calender : Displaying JS error upon clicking on "Save" button in Add event form.
  • EXTJSIV-5287 - Combination Examples: Portal Demo: UI of Portal Demo is disturbed when double clicked multiple times on expand/collapse button of "Options" panel
  • EXTJSIV-5411 - Combination Examples ? Web Desktop: Panel headers of Accordion Window are not minimizing to the task bar
  • EXTJSIV-5532 - Combination Examples - Portal Demo - Displaying JS Error while Accessing portal demo example.

Forms

  • EXTJSIV-4940 - Ext.form.TimeField class contained typeAhead, later releases the Ext.form.field.Time class this functionality is missing
  • EXTJSIV-5286 - Forms: Checkbox /Radio Groups: Validation icon is wrongly displayed at "Alignment Test:" field when clicked on "Save" button
  • EXTJSIV-5322 - Triggers are the wrong height in the checkout form example in IE6
  • EXTJSIV-5354 - Changing slider on form does not trigger dirtychange
  • EXTJSIV-5359 - Forms : File upload: Unable to upload files using Browse button.(Browse button is not working)
  • EXTJSIV-5389 - Form gets dirty if a textarea field contains a leading line break
  • EXTJSIV-5396 - Forms: Vbox Layout : Email id's are not displaying in the "Send to:" field In a specific scenario.
  • EXTJSIV-5401 - Ext.form.field.File fields are not clickable
  • EXTJSIV-5426 - Empty Combo inserts blank value
  • EXTJSIV-5428 - After adding Ext.FocusManager.enable() to beginning of code unable to enter a blank space in a text field
  • EXTJSIV-5439 - Icon changes in trigger even if disabled
  • EXTJSIV-5463 - Forms - Shopping cart checkout form Alert message tool tips are displayed as shadows.
  • EXTJSIV-5494 - When dragging a Slider Thumb, and the mouse moves outside the range, tracking ceases.
  • EXTJSIV-5519 - ExtDirect Form Post (File Upload) doesn't work properly with hidden fields

Grid

  • EXTJSIV-2061 - Grid vertical scrollbar is reset when when the grid panel is collapsed and then expanded
  • EXTJSIV-3619 - Column header misaligned after column resize until view scrolled horizontally
  • EXTJSIV-3770 - Bug Tree/Grid Scroller Stops Working
  • EXTJSIV-4291 - Spinner does not work when added to grid
  • EXTJSIV-4876 - Horizontal Scrollbar with hideHeaders
  • EXTJSIV-5206 - Issues with buffered grid and loading mask in ExtJS 4.1
  • EXTJSIV-5218 - Localisation of "Loading..." grid message
  • EXTJSIV-5334 - When loading Ext on demand and creating a Grid it fails
  • EXTJSIV-5361 - ComboBox used as a grid column editor in cell editing does not save its value if the user selects an item in the drop down list and tabs to the next column
  • EXTJSIV-5382 - Grids:Grouping - The "Show in Groups" check box is not working
  • EXTJSIV-5466 - Grid column header heights and vertical text alignment are inconsistently implemented accross browsers
  • EXTJSIV-5467 - Property grid rows are the wrong height
  • EXTJSIV-5518 - Grid mask is shown above Window when grid panel and window overlap

Layouts

  • EXTJSIV-2426 - createChild bug in FF 3.6 with label element.
  • EXTJSIV-5347 - Layout Managers - Complex Layout: "South" panel's expand/collapse button is displayed in expand mode even after panel is expanded
  • EXTJSIV-5476 - Checkboxgroup layout doesn't calculate natural size properly

MVC

  • EXTJSIV-4202 - Problem with building when MVC app has a custom directory structure
  • EXTJSIV-4464 - prepareAssociatedData method doesn't handle nested asssociations [Parature Inc]
  • EXTJSIV-5414 - A standard combination of treeview, with an autoload store that has a direct proxy cause the load mask to hang

Menu

  • EXTJSIV-4867 - Ext.menu.Menu -> inside a container

Misc

  • EXTJSIV-4175 - Button doesn't have proper markup or styling in IE in sandbox mode
  • EXTJSIV-4326 - Buffered scrolling is not working properly when using mouse wheel.
  • EXTJSIV-4525 - Child panels with padding in border layout do not minimise correctly
  • EXTJSIV-4553 - Combobox loses value once you reselect the same value
  • EXTJSIV-4563 - Row Editing throwing error when used with locked columns in grid
  • EXTJSIV-4642 - Chaining CompositeElement calls doesn't work as in Ext 3
  • EXTJSIV-4747 - pagingscoller does not work with small page size
  • EXTJSIV-4844 - Ext.data.Store -> autoDestroy config is missing
  • EXTJSIV-4857 - [4.0.7] Combobox selectOnTab does not work in Webkit Browsers
  • EXTJSIV-4935 - bulleted lists wrap around floating icon in MessageBox
  • EXTJSIV-5118 - Tab scrolling doesn't work on IE9 standards
  • EXTJSIV-5136 - Model#set([Object]) calls endEdit() with empty modifiedFieldNames arg
  • EXTJSIV-5195 - [4.1 B1] Array methods should wrap native methods instead of delegating
  • EXTJSIV-5215 - Floating component and its shadow may get out of sync
  • EXTJSIV-5226 - [4.1 B2] Focus on OK button in MessageBox
  • EXTJSIV-5234 - Combination Examples -Ext JS Calendar: First created event is shifting over second created event upon mouse click and hold for a while
  • EXTJSIV-5240 - updateRecord requires record even though it stores the current record
  • EXTJSIV-5268 - Infinite Grid example: sort by date "Last Post" and only 50 records remains in the grid
  • EXTJSIV-5289 - Miscellaneous - Browser State Management: UI of "Browser State Management" is disturbed when double clicked multiple times on splitter collapse/ expand button of "Collapse /Width Panel"(only when window is in re-sized mode)
  • EXTJSIV-5325 - Hbox and collapsing panels broken
  • EXTJSIV-5326 - Inconsistent animate behavior for TreePanel
  • EXTJSIV-5363 - Month picker OK button is incorrectly localized in ext-lang-es.js file
  • EXTJSIV-5390 - An error is thrown when the portal is put inside a form panel
  • EXTJSIV-5392 - Locked grid rows are out of sync when vertical scrolling
  • EXTJSIV-5410 - The validation error message is rendered improperly in a certain case, causing it to align middle with the text field, instead of left aligned like it is supposed to.
  • EXTJSIV-5430 - Portal example, dropping portals is much slower compared
  • EXTJSIV-5434 - TaskRunner - initial run of task is delayed
  • EXTJSIV-5440 - me.stretcher in pagingscroller is undefined when destroying a non rendered view
  • EXTJSIV-5442 - Observable hasListeners optimization does not work with MVC EventBus
  • EXTJSIV-5446 - Problem with radiogroup setValue
  • EXTJSIV-5451 - Unable to borrow() more than one function
  • EXTJSIV-5453 - Attempting to show a load mask on a panel results in an exception
  • EXTJSIV-5454 - Space for scrollers reserved in various layouts
  • EXTJSIV-5479 - FF10 specific function: Ext.view.Table.forceReflow. The 'table' el does not exist when this function is called.
  • EXTJSIV-5496 - TaskManager doesn't break on runtime errors, but causes infinite loop
  • EXTJSIV-5513 - Miscellaneous ? Editor: Displaying JS error upon double clicking on text labels
  • EXTJSIV-5517 - Keyboard Feed Viewer Displaying JS error when click on Add feed button for the second time
  • EXTJSIV-5520 - Ext.widget reports config is undefined
  • EXTJSIV-5534 - Cleanup few remaining autoHeight and autoWidth configs (dead code)
  • EXTJSIV-5543 - focus is lost on an active cell editor in an editable grid

Panel

  • EXTJSIV-3371 - Panel collapsibe behavior does not animate on Expand
  • EXTJSIV-4081 - Framed Panel's header background position is incorrect in IE9
  • EXTJSIV-5376 - Animated Border Layout Collapse Flicker
  • EXTJSIV-5493 - Resizer stops working when panel is collapsed

Performance

  • EXTJSIV-5269 - Remove Image-Based Element Shadows

Tabs

  • EXTJSIV-5511 - MVC ? Feed Viewer: Clicking on "Open all" button not displaying all tabs for the first time
  • EXTJSIV-5512 - Tabs: Tab Overflow Menu - Forward arrow and header menu buttons are not displaying

Theme

  • EXTJSIV-5336 - Theming: ButtonGroup Doesn't Respect $base-color

Toolbars

  • EXTJSIV-5516 - Toolbars and Menus - Basic Toolbar - Bottom arrow is missing in scrolling menu

Tree

  • EXTJSIV-5166 - TreeStore fails to load properly when config clearOnLoad is false [TJX]
  • EXTJSIV-5395 - Drag n Drop for nodes within a tree is broken

Window

  • EXTJSIV-2353 - maximize doesn't account for where it's constrained
  • EXTJSIV-3365 - Window with id retains settings across instances

 

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/404344.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

修改linux默认启动级别(包括Ubuntu)

From: http://xinchibaobei.blog.163.com/blog/static/126392509200910101356215/ 说明:本文后半篇引用crazy365的文章,可能是大部分linux版本的设置方式,但在Ubuntu下不适用。 所以搜寻了Ubuntu下的修改方式,稍作整理放在前面…

iSensor APP 之 摄像头调试 OV3640 OV2640 MT9d112

iSensor app 非常适合调试各种摄像头,已测试通过的sensor有: l OV7670、OV7725、OV9650、OV9655、OV9653、OV5642、OV5640 l MT9T001、MT9M001、MT9P031 今天又测试了上述几款新的型号,之前并未用过。 OV3640 OV2640 MT9d112 先看OV2640&am…

[react-router] React-Router怎么获取URL的参数?

[react-router] React-Router怎么获取URL的参数&#xff1f; 通过params 类组件&#xff1a;在保证props能获取到路由信息的前提下&#xff08;如果不是直接嵌套在<Route/>下&#xff0c;需要使用withRouter的HOC&#xff09;&#xff0c;通过this.props.match.params获…

LINUX下查看CPU使用率的命令

From: http://www.cnblogs.com/Wen-Man/archive/2011/04/04/2373771.html 1.top 使用权限&#xff1a;所有使用者 使用方式&#xff1a;top [-] [d delay] [q] [c] [S] [s] [i] [n] [b] 说明&#xff1a;即时显示process的动态 d :改变显示的更新速度&#xff0c;或是在交…

ZFS 常见问题解答 及 ZFS Boot 问题探讨

首先我们来看一下上月Snow Leopard Server活动上Apple 对SUN ZFS发表的评论&#xff1a; 综观计算机业界的整个历史&#xff0c;这个行业往往推崇“奇思妙想”&#xff0c;原因在于它似乎喜欢给最新技术赋予近乎神奇的功效。ZFS&#xff08;Zettabyte File System&#xff09;常…

说一下output子句

Output子句日常灰常有用&#xff0c;而且用的地方也挺多&#xff0c;但是确好多时候被我们忽视&#xff0c;今天我就也简单扫盲一下这个语句的用法。 Output子句 返回受 INSERT、UPDATE、DELETE 或 MERGE 语句影响的各行中的信息&#xff0c;或返回基于受这些语句影响的各行的表…

[react] 在使用react过程中你都踩过哪些坑?你是怎么填坑的?

[react] 在使用react过程中你都踩过哪些坑&#xff1f;你是怎么填坑的&#xff1f; 组件不像Vue一样有(beforeRouteLeave, beforeRouteEnter)路由守卫Hooks中的闭包渲染问题 import { useState } from react;const Demo () > {const [count, setCount] useState(0);const…

查询优化器内核剖析第四篇:从一个实例看执行计划

查询优化器内核剖析第四篇&#xff1a;从一个实例看执行计划系列文章索引&#xff1a; 查询优化器内核剖析第一篇 查询优化器内核剖析第二篇&#xff1a;产生候选执行计划&执行计划成本估算 查询优化器内核剖析第三篇&#xff1a;查询的执行与计划的缓存 &…

linux 查看端口使用情况

From: http://blog.csdn.net/zwhfyy/article/details/3971523 -bash-3.00# netstat -tln netstat -tln 命令是用来查看linux的端口使用情况     /etc/init.d/vsftp start 是用来启动ftp端口~&#xff01;     看文件/etc/services     netstat     查看已经连接的…

POJ3764 The xor-longest Path(Trie树)

题目给一棵有边权的树&#xff0c;问树上任意两点路径上的边异或值最多是多少。 记录每个点u到根路径的异或值xor[u]&#xff0c;那么任意两点u、v路径的异或值就是xor[u]^xor[v]。 于是这个问题就变成了从n个数中任取两个数异或&#xff0c;求最大异或值&#xff0c;这是个经典…

[react] 说说react的生命周期有哪些?

[react] 说说react的生命周期有哪些&#xff1f; 装载阶段 组件第一次被渲染时的阶段&#xff0c;这一阶段相关的生命周期函数有&#xff1a; constructor componentWillMount render componentDidMount 更新阶段 如果组件中的 state 或者 props 发生了改变&#xff0c;React…

【python】os.getcwd和getcwdu

print os.getcwd(), type(os.getcwd()) print os.getcwdu(), type(os.getcwdu()) 结果如下&#xff1a; C:\Users\Administrator\PycharmProjects\mypython_1 <type str>C:\Users\Administrator\PycharmProjects\mypython_1 <type unicode> 可见&#xff0c;一个是…

established关键字

1&#xff0c;首先回顾一下TCP协议&#xff1a; TCP数据包中有六个标志位(Code Bits)&#xff1a;6 位标志域。表示为&#xff1a;紧急标志、有意义的应答标志、推、重置连接标志、同步序列号标志、完成发送数据标志。按照顺序排列是&#xff1a;URG、ACK、PSH、RST、SYN、FIN。…

可变参数的宏定义

From: http://www.cnblogs.com/caosiyang/archive/2012/08/21/2648870.html printf()和fprintf()这些输出函数的参数是可变的&#xff0c;在调试程序时&#xff0c;你可能希望定义自己的参数可变的输出函数&#xff0c; 那么可变参数宏会是一个选择。 C99中规定宏可以像函数…

[react] react中除了在构造函数中绑定this,还有别的方式吗?

[react] react中除了在构造函数中绑定this,还有别的方式吗&#xff1f; 1&#xff1a;函数定义的时候使用箭头函数 2&#xff1a;函数调用是使用bind绑定this 个人简介 我是歌谣&#xff0c;欢迎和大家一起交流前后端知识。放弃很容易&#xff0c; 但坚持一定很酷。欢迎大家…

【Objective-C】玩转OC:正式开始自学OC

实话说吧&#xff0c;我觉得同时自学太多语言真是不太好&#xff0c;寒假给自己的任务太重了&#xff0c;但是没有办法啊&#xff0c;谁叫我参加了“我们的益达”的iOS组呢&#xff0c;可是承诺了寒假要好好学的&#xff0c;所以只能挖掘自己的时间、精力和潜力咯O(∩_∩)O哈哈…

从微软的DBML文件中我们能学到什么(它告诉了我们什么是微软的重中之重)~三 分部类是否破坏了单一职责...

一 DBContext的构造方法&#xff0c;方法的重载 二 DBContext实例中&#xff0c;表实体对象是怎么被加入的 三 分部类是否破坏了单一职责 四 分部方法从另一方面定义了类型的操作规范 五 LINQ实体类中对属性的赋值&#xff0c;变化前与变化后SendPropertyChanging与SendPropert…

Makefile中支持的函数大全

From: http://blog.chinaunix.net/uid-25365622-id-3056374.html 一.描述 Makefile的函数调用&#xff0c;很像变量的使用&#xff0c;也是以“$”来标识的&#xff0c;其语法如下&#xff1a; $(<function> <arguments> ) 或是 ${<function> <argum…

[react] 和Component两者的区别是什么

[react] 和Component两者的区别是什么 组件的state或者props更新都会触发render(),同时也会导致子组件render()重新渲染&#xff1b;当我们不想子组件更新时&#xff0c;需要手动在shouldUpdateComponent当中返回false;pureComponent帮我们做了这部分工作 个人简介 我是歌谣…

还是引用

1 #include <iostream>2 using namespace std;3 4 int getA1()5 {6 int a;7 a 10;8 return a; //复制一份交给主函数相关变量,然后自己消失,只是返回一个值,可能存在于除内存外的其他地方.9 } 10 11 int& getA2() 12 { 13 int a; 14 a 10; 15…