Search Type: Posts; User: jensen83
Search: Search took 0.02 seconds.
-
31 Jan 2013 4:11 AM
- Replies
- 2
- Views
- 546
In 2.1 it seems to be solved... so it obviously has been a sencha problem with handling chrome mobile.
as it's not possible for us to move from 2.0.1 to 2.1 now, maybe there is a fix for 2.0.1 as... -
25 Jan 2013 2:55 AM
- Replies
- 10
- Views
- 2,088
any news on this? please don't let us alone here! i would be glad just for a simple answer...
-
13 Oct 2012 12:56 PM
- Replies
- 24
- Views
- 6,362
I have addressed this issue in August already... but no reply from anyone at Sencha.
Could you just give a quick feedback on this so we can see how to move on...? We can't ignore this, Windows 8... -
23 Sep 2012 1:16 AM
- Replies
- 3
- Views
- 533
same here...
also there are problems with viewport and home screen start up images... if you not know already, this one summarizes all the HTML5 changes with iOS6.... -
24 Aug 2012 11:08 PM
- Replies
- 10
- Views
- 2,088
hello, any news on this?
can't there anyone at sencha reproduce this and say whether you will be able find a fix or not...?
REPRO: just start the kitchen sink example on a chrome browser and... -
4 Aug 2012 3:37 AM
- Replies
- 2
- Views
- 390
When calling the remove method on an Ext.util.Collection it does not remove the item from the map if the item has no index (in case it is only contained in "all" but not in "items").
The... -
26 Jul 2012 2:57 AM
- Replies
- 10
- Views
- 2,088
are there any news on this issue? do you need any more information?
it's a pretty crucial point for our product as we aim to recommend larger windows 7/8 touch screens to our customers... -
18 Jul 2012 6:25 AM
- Replies
- 10
- Views
- 2,088
no, it's not enabled.
-
18 Jul 2012 12:00 AM
- Replies
- 10
- Views
- 2,088
When using the google chrome browser on windows 7 or windows 8 with a touch screen, the "drag" and "touch move" events are not fired. Use the kitchen sink touch events example as repro.
Sometimes... -
10 May 2012 1:33 AM
- Replies
- 8
- Views
- 1,135
I have the same problem and did some profiling...
whereas isPainted takes 40% of computing time on a certain action (fade in of a panel) in Chrome Browser, Safari only uses 3.6% on isPainted and... -
28 Feb 2012 9:15 AM
- Replies
- 3
- Views
- 439
yes, this seems to work, except one little thing... the method should return if existingRecords is empty, otherwise it leads to an error later (same with my first code snippet).
the following code... -
28 Feb 2012 8:28 AM
- Replies
- 3
- Views
- 439
Following scenario: An item is selected in a dataview... the remote store of the dataview is reloaded. Now the selected record (e.g. ext-record-1) is removed from store and replaced by a new record...
-
12 Feb 2012 1:05 AM
- Replies
- 3
- Views
- 582
the issue is still there in BETA2.
-
9 Feb 2012 3:46 AM
- Replies
- 4
- Views
- 778
Ext.LoadMask is used in other classes. I don't want to extend all the other class, so I thought to override the base Ext.LoadMask.
Is it not possible to override the config? How is the override... -
7 Feb 2012 6:15 AM
- Replies
- 3
- Views
- 582
There is an error in the refreshSeletion method in Ext.mixin.Selectable. The deselectAll should be silent as well as the select... The following override would fix the problem. Unfortunately it...
-
7 Feb 2012 4:15 AM
- Replies
- 4
- Views
- 778
The test case still throws the wrong alert value...
-
2 Feb 2012 7:00 AM
Jump to post Thread: [BETA1] Ext.data.Store removeAll by jensen83
- Replies
- 3
- Views
- 472
There is an issue with the removeAll method in Ext.data.Store... the following will fix it.
removeAll: function(silent) {
if (silent !== true) {
this.fireAction('clear', [this],... -
31 Jan 2012 8:30 AM
- Replies
- 4
- Views
- 778
Override does not give expected behaviour... the next example should alert "testing", but instead it gives "Loading..." the config message defined in sencha.
Is it just the case with LoadMask or a... -
31 Jan 2012 3:09 AM
- Replies
- 2
- Views
- 662
Hey! I have noticed a strange behaviour when working with stores... after a long time of debugging I found out the problem occurs when changing the ID of a record. Actually the store's data object...
-
19 Jan 2012 7:51 AM
- Replies
- 3
- Views
- 670
it only occurs after the carousel has been added to viewport already... try:
Ext.setup({ onReady: function () {
var carousel = Ext.create('Ext.carousel.Carousel');
... -
13 Dec 2011 9:01 AM
- Replies
- 3
- Views
- 670
When adding items to a carousel dynamically, the scroll behaviour is messed up for all items except the first one inserted.
also the secondly added item does not pre-render. so when swiping to the... -
13 Dec 2011 1:30 AM
- Replies
- 6
- Views
- 1,543
the same problem occured already in pr2
-
12 Dec 2011 9:20 AM
- Replies
- 5
- Views
- 1,162
I am suffering from the same problem...
-
12 Dec 2011 9:19 AM
- Replies
- 6
- Views
- 1,756
If the "value" config is passed to a selectfield, "getValue()" does not call the specified "getValue" function defined in Ext.field.Select (on line 49921 in sencha-touch-all-debug), but the...
Results 1 to 24 of 24
