-
18 Jan 2012 4:57 PM #351
Drag and Drop guide - 'downloaded here'
Drag and Drop guide - 'downloaded here'
The 'downloaded here' phrase in the Drag and Drop guide (v 4.0.7) is not a hyper link and probably should be. I could not find the corresponding source code in the examples.
This is still the case in 4.1 beta 1 docs.
-
19 Jan 2012 2:54 AM #352
Thanks, fixed internally.
@p33t For now you can find the source code here: http://tdg-i.com/extjsblog/index.html It's a bit broken as it uses Ext3, but for most part it should serve as the template.
-
19 Jan 2012 5:04 AM #353
anchorSize appears to be missing from the docs. Can't search for it, can't filter for it.
It is however still used in layout.container.Anchor.js
not sure why it isn't searchable....
-
19 Jan 2012 5:32 AM #354
Thanks. Fixed internally.
-
20 Jan 2012 5:19 AM #355
See: http://docs.sencha.com/ext-js/4-0/#!...container.VBox
Documentation for flex property of vbox says:
This configuration option is to be applied to child items of the container managed by this layout. Each child item with a flex property will be flexedhorizontally according to each item's relative flex value compared to the sum of all items with a flex value specified. Any child items that have either aflex = 0 or flex = undefined will not be 'flexed' (the initial size will not be changed).
For vbox, horizontal should be vertical (it looks like the documentation for flex on vbox was copied from flex for hbox).
-
20 Jan 2012 5:24 AM #356
> No comments. Click to Add doesn't work anymore
> No comments. Click to Add doesn't work anymore
In the online documentation I see:
> No comments. Click to Add
However when I click to add a comment, I just get a non-stop "loading..." image.
http://docs.sencha.com/ext-js/4-0/#!/api/Ext.layout.container.VBox
(seems to happen everywhere in the docs)
Tested in Chrome and FFox
-
20 Jan 2012 7:21 AM #357
Yeah, the comments system is broken currently. Sorry. We'll hopefully get it back up in the coming week or so.
-
21 Jan 2012 5:10 AM #358
I've noticed that the endless loading happens if you aren't logged in. But if logged in, it works, sometimes.....
-
24 Jan 2012 9:01 PM #359
ItemSelector example not working - style problem suspected
ItemSelector example not working - style problem suspected
The Multiselect & ItemSelector demo page (at ../examples/multiselect/multiselect-demo.html) does not display the 'ItemSelector' properly.
The Multiselect example appears to work fine. The ItemSelector buttons seem to work, it's just not displaying properly. The screenshot below suggests the height of the 'div' is being set to 0. I played with the height of a few elements and got it partially working.
Version: 4.1.0-beta-1
Browsers: Chrome 14.0.835.202, Firefox 3.6.24
itemselector-bug.png
-
26 Jan 2012 2:30 PM #360
Docs is missing addRecords: true option in store.load
Docs is missing addRecords: true option in store.load
The docs do not call out that you can pass in addRecords: true withe the config object on store.load(). It is mentioned in the loadRecords documentation, but not store.load when it works in both.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote