⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.txt

📁 ajax 框价.是个好工具.javascript 矿家.可以用在任何平台.
💻 TXT
📖 第 1 页 / 共 3 页
字号:
2005-07-22Bindows 1.5BiFocusManager: Fixed problem with tabbing not working properly in some cases.BiTab: Add extra check for _created to prevent the layout to be done when not createdBiWindow: Override setBorder, getBorder, setAppearance and getAppearance since these properties should be taken from the _chrome object.BiList: Fixed problem with scroll into view for BiListItem is not working correctly in MozillaAdded a test application (BindowsTest.xml) which shows all Bindows components.BiAccordionPane: Changed keyboard navigation to work like tab panes.Make sure we are clearing the active state when we get a mouseup. This caused the maximize/restore button in BiWindow to stick in active modeAdd Object.getKeys and Object.getValuesBiTreeView, BiTreeViewViewManager: Fix attached components when the column have been reorderedFix a Mozilla crash that occred in the layout flushingBiTextField, BiTextArea: Fix issue with get/setSelectionStart and \\r\\n in IEImprove layout performance of tab panes and make the layout lazy with regards to hidden pagesBiTreeViewBase, BiOlapGrid, BiTreeView: Revert to use native scroll bars by default. Allow changing useNativeScrollBars even after the component has been created.Check if the constructor is called to create the prototype, then don't run the whole constructor.BiMenu, BiMenuItem: dispose should dispose sub itemsBiTreeViewSelectionModel: Need to make sure we have a data model if we are going to check the row countBiOlapGridSelectionModel, BiTreeViewSelectionModel: Add _update to the selection model that will fix the lead and anchor item in case the number of rows has decreasedtreeview.css: add default size to iconsBiEventManager: More work on IE focus bugginessBiAccordionPane: Make accordion pane play along with keyboard navigationBiPopup: p was never assigned a value even though there are statements that use itBiSpinner: Don't validate on textchanged, only validate on blurBiOlapGrid: Add allowTab property which can be used to tell the selection model to use tab or notBiTreeViewSelectionModel: Clear the lead and anchor items before changing the selectionMode to avoid problems.BiDragAndDropManager: Make sure the source is available before accessing itBiMenu: Partially fix issue where context menu in Mozilla is shown outside the screenBiImage: When the image is used as an icon (no HTML element used) we should just go to the image preloader to get the width and heightTree views: Set _contentSizeDirty to false after updating the content sizeBiGridCell: Add missing scrollIntoViewBiThemeManager: Adding removeCssRuleAdd String.prototype.capitalizeBiComponent: Implement setters for parent and children. When setting parent the component is added last.BiOlapGrid: Scroll bar bug when using fixed columns/rowsBiDragAndDropManager: Release capture before enddrag eventBiEventManager: Be a bit more careful in dispose and check for some objectsBiTextField: Disable the built in autocomplete in Mozilla because it is broken anywayBiMenuBar: Make sure getTabChildren only returns BiComponentsBiWindow: Make opaque IE only. Fix appearance of activeFix issue with pie charts not being round any moreBiMenu, BiMenuItem: Adding getLeft/getTop to menu4 and getScreenLeft/getScreenTop to BiMenuItemBiComboBox: We need to clear _typedMatch and _partialTypedMatch when removing itemsBiScriptLoaderQueue: Add execScript methodBiLabel: Fix issue where single text nodes where not treated as text in the markupBiCalendar: At least don't let mouse events on a disabled item select itBiDragAndDropManager: The test whether to remove the drag icon was a bit too aggressiveBiFocusManager: Improve performance of finding the next component to focus when using tab or shift+tabBiBrowserCheck: Adding getHta which tests whether the application is running as an HTABiTreeViewViewManager: Be a bit more safe regarding the _cache. Check and call _ensureCache when needed.Tree Views: Improved inline editing a bitTree Views: Make sure we don't do too much too often when the scroll bars changeTree Views: Fix issue with last item not scrolled into viewBiScriptLoaderQueue: Removing alerts and only use throw for nowBiEventManager: (IE focus bug) Prevent document.body from stealing the focus/activeElement when removing nodes from the documentBiWsSoapSchemaBasedSerializer: Don't use empty prefixes for elements and attributesBiTextField: Make sure we have a parent for the IE first input hackBiWindow: Adding support for opaque windows using an iframeBiTab: Fix issue where tabChildren did not include the tab buttonBiTab: Reused radio group next/previous for keyboard navigationBiColorPicker: Fix tab order for spinnersBiWizard: Fixing tab index and make sure focus remains on finish/nextBiToolBar: Allow arrow keys to navigate radio group. Remove from radio group when disposingBiCalendar: Fixed problem with leadItem not being able to be nullBiSchemaAttr: Add getter for typeBiTree2: setColumnWidths need to reset the cacheBiOptionPane: There was a typo in one of the ids for a stringAdding accordion paneBiThemeManager: Make sure component is not disposed when applying active appearanceBiComboBox: Fix issue with lead item being the first one when none is selectedBiBox: Quite a few mixups with regards to width and heightBiBox, BiGridPanel: Preferred size needs to take minimum size into account as wellBiBox, BiGridPanel: Minimum size needs to take maximum size into account (minimum < maximum)BiBox, BiGridPanel: Fix an issue with the flex valueBiComponent: Make sure arguments to setMargin* are numbersBiOlapGrid, BiTreeView: Fix issue with negative sizeBiTimePicker: Fix memory leak2005-06-08Bindows 1.5 BetaBiGridPanel: Fixed flex values (this also fixes issues with flex in BiBoxBiComponent: Mozilla: Check that we can get a top level component in focus/blurBiTextField: Fix issue where text field steals focuse in IEBiApplicationWindow: Adding glassPaneVisible propertyUse custom scroll bar. Code sharing with OLAP grid and improved inline editingBiImage: Fixed problem with disabled png images being moved in IE.ThemeTest.xml: Added a tab with scrollbars.BiObject: Array improvements, Array forEach, map, filter, some, everyBiMenu: Add support for HTTPS blank file for DHTML Menu 4 iframeBiObject: Added setProperties method. This allows more than one property to be set at the same timeBiRepeatButton: Making the repeat button work better by using the improvements made to the active/hover statesDefault theme: Add active and hover states to button since repeat button relies on thatBiMenu: Adding addAt, removeAt and improving removeAllBiRadioGroup: Switch to use a set instead of an array for the itemsAdding BiSet - a simple set data structureBeige theme: Need a border on the lead item of the listBiThemeManager: Fixing issue with active not being set when moving back to componentBiComponent: Fix cursor property so that it does not try to load an image called "null" or "undefined"BiGrid2DataModel, BiTree2DataModel: Let columnCount have highest priorityBiComponent: Flush layout and force remeasure for scroll* gettersBiCalendar: Check that the target is inside a label instead of actually being the labelBiObject: Only define indexOf and lastIndexOf if not already availableBiComponent: We need to tell the command that the enabled property changedBiMenu: Fix bug with remove menu buttonBiRepeatButton: Always trigger at least one action event, even if the user only clicks the button.BiComponent: Read offsetWidth and offsetHeight before returning scrollWidth and scrollHeight to force the browser to calculate the values.ScrollBarTest.xml: Simple scroll bar test.BiSelectionModel: Dispatch leaditemchange event when the lead item is changed.ScrollBarTest2.xml: More advanced scroll bar test.BiList: Scroll lead item into view when the list is created. The list should allways have a lead item if the list contains list items. If the list doesn't contain list items, the list itself received focus.BiRangeModel: Added support for extent.BiMouseEvent: Fixed problem with IE sometimes reporting incorrect mouse button on click.Added BiScrollBar.BiApplicationWindow, BiEventManager: Fix resize events for window so that the resizing is done before the resize event is dispatched. Also fix issue where IE fires multiple resize eventsBiThemeManager: addCssRule: Make sure that we have both selector and cssText or otherwise IE might hangBiToolBar: Hover state on BiToolBarButton not working when children are presentBiObject: Change addProperty macro to use function literals instead of new Function (it is faster this way). This only affects the development version. Not the packed versionBiEventManager: Implement automatic scrolling using the scroll wheel in MozillaBiSlider: When using the mouse wheel and the component has focused we should not scroll the pageBiEventManager: Fix issue where using the mouse to focus an element did not correctly dispatch keyboard events from that component in Mozilla.Add BiMoveEvent and BiResizeEvent for move and resize handle eventsBiPopup: Fix some issues with removal and addingTree View and Olap Grid editing work in progressFix some css syntax errorsAdd empty alt attributes to imagesBiXml: Workaround for bugs in Firefox 1.0.3 (Gecko 1.7.7)BiWizard: typo: getpages instead of getPagesBiApplication: Fix crash issue with some Firefox versions.BiXmlDefinitionsDocument: Fixing issue where the prefix contains a hyphen.util/Wsdl2BiWs/BiWsdlBiAppCodeGen.py: Need to include the WebService2 package in the generated ADFBiDateFormat and bundles: The generated js file had incorrect label for longDateTimePatternBiTab: Fix issue where initial hieght was off by 1pxBiLabel: Changing _mozForceReflow so that it does not break tab pane, calendar and possibly othersBiWsSoapSchemaBasedDeserializer: We need to set .xmlNode to the actual xml node and not the js object that has a field that pointed to the xml nodeBiLabel: Make sure <br> are not inserted from \n in the text nodes added using addXmlNodeBiGrid: workaround for Mozilla rendering bug in cell updateBiTimer: Adding BiTimer.callOnceBiLabel: Try to make addXmlNode with text node better. Adding text should add text and not treat it as HTMLBiMenu: BiMenu does not have a command so don't call setCommand in the dispose methodBiAbstractGrid: Typo in setIconBiComponent: Move dispatching of resize event to _layoutChild2 to make it happen in the lowest common methodSharing attached componet model and inline edit model between olap grid and tree viewBiTreeViewViewManager: Make sure we don't iterate past the number of columnsRemove dependency on axis in data model and view manager and more in preparation of making the OLAP grid and tree view more similar and to enable code sharing in the endBiComponent, BiMenu, BiRadioGroup: Clear command when disposingBiTextField: We need to preserve the selection during the ie first input hackBiThemeManager: Typo, was using & instead of &&BiMenu (IE): Clear timeouts when disposing/destroyingBiEvent, BiEventTarget, BiFocusEvent: Minor optimization and removal of initDispatch which is never usedBindows Pad sample applicationBiMenu (Mozilla): Put setVisible(false) in a try catch to ignore posssible errorsBiComponent: Get width/height fix for MozillaBiLabel, BiMenuItem: Fix mnemonics to show (x) if x is not in the wordBiTextField: More tab work for MozillaBiTree: _getAllRows was not correctly working (infinite loop)BiImage: Workaround for case where image without width and height resulted in invalid layoutBiTextArea, BiTextField: Add allowTab to BiTextField and some more fixes regarding setSelectionStartBiRadioButton: We need to remove the radio button from the group when we are disposingBiDateFormat: typo in constantBiDataSet documentation: We only support the ADO.NET format and not the ADODB formatBiComboBox: Execute command when action is dispatchedBiRangeModel: Incorrect super classBiTextField: Make sure that we don't create a new timer if the text field is added again before the first timer has been removed.No background-image returns "none". Should return nullThe order for the overflow values in Mozilla was incorrectBiStringBundle: Return null instead of "Undefined" if string not foundBiApplication: When focusOnLoad was false main was not calledBiComboBox: removeAll was incorrectly calling itself2005-05-03Bindows 1.31BiDateFormat: Typo in constantFix an issue that cause Firefox to crash at startup for some usersBiWizard: Typo. Getter name should be getPages and not getpagesBiComboBox: removeAll was incorrectly calling itselfBiXml: Workaround for bugs in Firefox 1.0.3 (Gecko 1.7.7)2005-02-18Bindows 1.3BiThemeManager: addCssRule was not working in MozillaAdd setViewManager so that the view manager can be declared in markup for the tree viewBiTextField: Fix for \r\n in getSelectionStart due to IE inconsistencySpinner issues with tabbing and the range should be updated while writingTabbing inside internal windows did not work correctly in MozillaFix mnemonic with entities for the IE menusAllow alt+mnemonic to open menus in IEBiList: We should not disabled tab in keypress. Broke Mozilla combo box tabbingBiTextField: Fix Mozilla selectAll bugBiOlapGrid: Fix issue where scrolling was not drawing correctly in IEBiOlapGrid: add allowHeaderSelection propertyBiComponent: Don't layout component if disposedBiOlapGridStateManager: getDrag was not workingBiTextArea: selectionStart did not work in IE for BiTextAreaBiLabel: Fix issue with entities and mnemonicsBiTextField: More fixes for IE textchanged bugBiFlowPanel: Take maximum and minimum width into account when doing layoutBiTextField: setSelectionText fix for MozillaBiApplication: Need to call flushlayoutQueue in a new thread to prevent a Mozilla bugBiMoveHandle/BiResizeHandle: setAttribute override to support handleFor in markupBiTreeDataModel: Return 0 for rowCount if no root is yet setBiGridPanel: We need to take min/max into account when calcualting the flex sizes as wellBiTreeViewDataModel: The data model does not need a link back to the tree viewAdd focusOnLoad to BiLauncher as well as to BiApplicationUse a string bundle for BiApplication as wellBiRichEdit: Make sure the event manager is hooked up after changing the contentBiTab: We need to call invalidateParentLayout even if the tab button has a fixed width or height since we are using width/height propertiesBiGrid2/BiTree2: If the column count changed we need to reset the view manager cacheBiMenu: When adding a menu item that was already part of a menu remove 	was called in the wrong orderBiTreeViewViewManager: BiTreeViewViewManager: Fix issue with column orders (count) after changing data modelBiComboBox: Make add and remove a bit more safe. Now it tests for BiComboBoxItemBiTab: Fix issue with removeAllUse string bundles to allow easier localization of core classesBiLabel: Add support for &#123; and &#x12f; to htmlToTextBiBox: Fix issue where hidden components were not correctly handledBiXmlRpc: Fix issue with <value>string_value</value>Fixing theme error causing editable and focused combo boxes with icons to show the highlight color behind the iconFix issue where layout was incorrect for editable combo boxAdding themechanged event and calling grid update on theme changeBetter support for non generic URIs and support loading of files using the jar: protocolBiTreeViewSelectionModel: Fix error where no item was selected and page up/down was pressedBiTreeView: Fix issue where scrollTop was incorrect after _measureBiOlapGrid: Fix mousewheel for IE and partially fix for enter on last rowBiXmlRpc: We need to make sure we are using string concatenation and not numeric add.2004-12-20Bindows 1.30 (Beta)BiComponent: Blur component when hidingAdding Beige themeSimplify handling of attributes in <Application/> and <Window/> by using the xml resource parser.BiDragAndDropManager: If default is prevented in mouse down don't initiate draggingAdd <Package/> tags to test the required applicationsBiApplication: autoNameMapping is now a property on the application object as well (this is directly mapped to the ADF)BiTreeDataModel: Adding rebuildSubtree which removes and readds the descendants to the node/rowAdding getMoving and getResizing to BiMoveHandle and BiResizeHandleBiApplication: Allow setting defaultPackagesBiXmlResourceParser: Moving adding of id to processAttributes so that it works with the Application and Window tag in the ADFBiAdf: Let the parser handle the attributes and children of the window elementBiTreeView: Dragging header and if dropping header directly before the current header do nothingAdd test so that the same uri is not added twice to the script loader queueSwitch from using a plain list of files to use packages.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -